Skip to content
Snippets Groups Projects
Commit f00713f3 authored by Ventsislav Dokusanski's avatar Ventsislav Dokusanski
Browse files

Update ReadMe

parent 532e65d8
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ This will open a separate RViz window with a "simple robot" that performs a repe
There are parameters that can be defined during the launching, that define the velocity profile and the exact movement:
`constant_speed` - Specifies which speed profile should be executed. Set to `true` for a constant velocity profile, or `false` for a trapezoidal profile.
`simultaneous` - Determines whether the two movements are performed simultaneously (applicable only for 2 and 3 DoF movements). Set to `true` for simultaneous movement, or `false` for sequential movement.
`velocity_constant` - Sets the velocity for the constant velocity profile (float).
`acceleration, decelaration, max_velocity` - Define the acceleration, deceleration, and maximum velocity values for the trapezoidal velocity profile (float).
- `constant_speed` - Specifies which speed profile should be executed. Set to `true` for a constant velocity profile, or `false` for a trapezoidal profile.
- `simultaneous` - Determines whether the two movements are performed simultaneously (applicable only for 2 and 3 DoF movements). Set to `true` for simultaneous movement, or `false` for sequential movement.
- `velocity_constant` - Sets the velocity for the constant velocity profile (float).
- `acceleration, decelaration, max_velocity` - Define the acceleration, deceleration, and maximum velocity values for the trapezoidal velocity profile (float).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment