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
In the documentation of the bridge between Gazebo and ROS2 It is written to use the command ros2 run ros_ign_bridge parameter_bridge /TOPIC@ROS_MSG@IGN_MSG to create the bridge, which is wrong as you will get the error that Package 'ros_ign_bridge' not found.
The solution is to use ros2 run ros_gz_bridge parameter_bridge instead.
Expected behavior: The command in the documentation should work!
Actual behavior: Package 'ros_ign_bridge' not found
Thanks for catching that! I think we can update that documentation to use gz names except the ign gazebo empty.sdf command. Would you be able to open a PR for that?
Note to self: we should also create a small document explaining when to use ign vs gz and link to all tutorial pages.
Environment
Description
In the documentation of the bridge between Gazebo and ROS2 It is written to use the command
ros2 run ros_ign_bridge parameter_bridge /TOPIC@ROS_MSG@IGN_MSG
to create the bridge, which is wrong as you will get the error thatPackage 'ros_ign_bridge' not found
.The solution is to use
ros2 run ros_gz_bridge parameter_bridge
instead.Steps to reproduce
Output
Package 'ros_ign_bridge' not found
Solution
Use
ros2 run ros_gz_bridge parameter_bridge
The text was updated successfully, but these errors were encountered: