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
I've successfully built gz_ros2_control with ROS rolling and GZ Harmonic.
However, it seems that it is ignoring the and tags in ros2 control.
Easiest way to reproduce this is to change the use_stamped_vel to false in gz_ros2_control_demos/config/diff_drive_controller_velocity.yaml.
Run the example ros2 launch gz_ros2_control_demos diff_drive_example.launch.py
and then look at the ros2 topic type
I've successfully built gz_ros2_control with ROS rolling and GZ Harmonic.
However, it seems that it is ignoring the and tags in ros2 control.
Easiest way to reproduce this is to change the
use_stamped_vel
to false ingz_ros2_control_demos/config/diff_drive_controller_velocity.yaml
.Run the example
ros2 launch gz_ros2_control_demos diff_drive_example.launch.py
and then look at the ros2 topic type
You can see the message type is "TwistStamped" but it should be "Twist" if the parameter was loaded correctly.
Currently I'm working around it using the package: https://github.com/joshnewans/twist_stamper
The text was updated successfully, but these errors were encountered: