Skip to content

Commit

Permalink
Fix copy-paste error in velocity control (#384)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored Aug 11, 2023
1 parent ab081e7 commit 373f3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rep-0147.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ The datatype is not timestamped or externally referenced as it is not intended t
float64 y
float64 z

The command is a body relative set of accelerations in linear and angular space.
The command is a body relative set of velocities in linear and angular space.
This diverges from the common ``geometry_msgs/Twist`` [#twist]_ used by ground robots.
A pure ``Twist`` based inteface could be provided for backwards compatability as well.
It was chosen to diverge here since this is a much more powerful inteface for the vehicles and does not require all commands to be reverse calculated for the instantaneous attitude of the vehicle.
Expand Down

0 comments on commit 373f3cf

Please sign in to comment.