You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The diff_drive_controller deprecated non-stamped Twist messages a while ago (ros-controls/ros2_controllers@9d4ea6b) It seems this is the default for jazzy now, so all velocity commands need to be Stamped now.
Steps to reproduce
Bringup the robot with ros2 launch andino_bringup andino_robot.launch.py
Check the topic type ros2 topic info /cmd_vel, it will show that it requires a TwistStamped message
Environment
Source, jazzy branch
Description
The diff_drive_controller deprecated non-stamped Twist messages a while ago (ros-controls/ros2_controllers@9d4ea6b) It seems this is the default for jazzy now, so all velocity commands need to be Stamped now.
Steps to reproduce
ros2 launch andino_bringup andino_robot.launch.py
ros2 topic info /cmd_vel
, it will show that it requires a TwistStamped messageOutput
The text was updated successfully, but these errors were encountered: