add interactive argument to control robot with interactive marker
This commit is contained in:
parent
85eec1b7d7
commit
17401c29a7
5 changed files with 20 additions and 1 deletions
|
@ -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`.
|
||||
|
|
|
@ -106,3 +106,7 @@
|
|||
- `velocity` — управление скоростью, когда задаются желаемые скорости движения.
|
||||
- `effort` — управление усилием, когда задаются моменты или силы, прикладываемые к суставам.
|
||||
Значение по умолчанию: `position`.
|
||||
|
||||
- **`interactive`**
|
||||
Указывает, нужно ли запускать контроллер `motion_control_handle`.
|
||||
Значение по умолчанию: `true`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue