Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong ROS2 bridge in Fortress ros integration documentation #429

Closed
Mohammadreza-Beygifard opened this issue Feb 10, 2024 · 2 comments · Fixed by #430
Closed

Wrong ROS2 bridge in Fortress ros integration documentation #429

Mohammadreza-Beygifard opened this issue Feb 10, 2024 · 2 comments · Fixed by #430
Assignees
Labels
bug Something isn't working

Comments

@Mohammadreza-Beygifard
Copy link
Contributor

Mohammadreza-Beygifard commented Feb 10, 2024

Environment

  • OS Version: Ubuntu 20204
  • Binary build: Gazebo Sim, version 6.16.0

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 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

Steps to reproduce

  1. Install Gazebo Fortress following Ubuntu Binary documentation
  2. Install ROS 2 Humble following their Ubuntu doc
  3. Install Gazebo ROS2 pairing following Gazebo doc
  4. Run the command mentioned in ROS2 integration doc publish key stroke

Output

Package 'ros_ign_bridge' not found

Solution

Use ros2 run ros_gz_bridge parameter_bridge

@Mohammadreza-Beygifard Mohammadreza-Beygifard added the bug Something isn't working label Feb 10, 2024
@azeey
Copy link
Contributor

azeey commented Feb 12, 2024

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.

@azeey azeey self-assigned this Feb 13, 2024
@azeey azeey moved this from Inbox to To do in Core development Feb 13, 2024
@Mohammadreza-Beygifard
Copy link
Contributor Author

Of course I can do it! I'll do it today or tomorrow afternoon.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants