From d7a4e5fd752df2062d6f8ca7f645e15e13c17084 Mon Sep 17 00:00:00 2001 From: KiselevIlia Date: Mon, 1 Apr 2024 17:22:07 +0400 Subject: [PATCH] How to use collision and groundtruth plugins --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/README.md b/README.md index 97e4f5b..7772829 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,45 @@ make cpack -G DEB sudo dpkg -i *.deb ``` + +### Tips +For the [**_collision plugin_**](./src/harmonic_collision.cpp) a model must have +1. Collision +``` + + + + 2.0 1.0 0.5 + + + +``` + 2. Contact sensor + ``` + + + + collision + + + ``` +3. Plugins +``` + + + + + 1000 + +``` + +For the [**_groundtruth plugin_**](./src/groundtruth_plugin.cpp) a model must have only plugin +``` + + + 100 + +``` \ No newline at end of file