add interactive argument to control robot with interactive marker

This commit is contained in:
Ilya Uraev 2024-11-18 23:59:49 +03:00
parent 85eec1b7d7
commit 17401c29a7
5 changed files with 20 additions and 1 deletions

View file

@ -104,3 +104,7 @@ Before starting, it is important to understand the basics of the [xacro](https:/
- `velocity` — velocity control, where desired movement speeds are set.
- `effort` — effort control, where torques or forces applied to the joints are specified.
Default value: `position`.
- **`interactive`**
Specifies whether to run the `motion_control_handle` controller.
Default value: `true`.

View file

@ -106,3 +106,7 @@
- `velocity` — управление скоростью, когда задаются желаемые скорости движения.
- `effort` — управление усилием, когда задаются моменты или силы, прикладываемые к суставам.
Значение по умолчанию: `position`.
- **`interactive`**
Указывает, нужно ли запускать контроллер `motion_control_handle`.
Значение по умолчанию: `true`.