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

Add Ignition Gazebo support #179

Open
chapulina opened this issue Jan 28, 2022 · 4 comments · Fixed by #180
Open

Add Ignition Gazebo support #179

chapulina opened this issue Jan 28, 2022 · 4 comments · Fixed by #180

Comments

@chapulina
Copy link
Contributor

chapulina commented Jan 28, 2022

Ignition Gazebo is the latest generation of the Gazebo simulator. This repository only supports Gazebo classic so far, and that's going to EOL in 2025. It would be nice to give users an Ignition simulation and tutorials as well, so they can start migrating before then.

Ignition Gazebo is supported on most currently supported ROS distros. See REP-003 and REP-2000.

  • Melodic: No official Ignition support, but there's support compiling from source
  • Noetic: Uses Igntion Citadel
  • Foxy: Uses Ignition Citadel
  • Galactic: Uses Ignition Edifice
  • Rolling: Uses Ignition Fortress
  • Humble: Will use Ignition Fortress

Open Robotics can do the work of adding a turtlebot3_ignition package or Noetic, Foxy, Galactic and Rolling. It could live alongside the existing turtlebot3_gazebo, so that can continue to be supported until Gazebo classic reaches end-of-life.

I expect turtlebot_ignition to be a thin package that uses the ros_ign_bridge to pass ROS commands directly to the simulator and read sensor data directly. It would be interesting to move the SDF models in turtlebot3_gazebo either to a common package to be reused by both simulators, or to Ignition Fuel (Gazebo 11 supports it too).

Before we open pull requests, we'd like to check if there's interest from the maintainers in accepting the contribution.

@ROBOTIS-Will
Copy link
Contributor

Hi @chapulina

Thanks for the heads up.
Yes, we're willing to accept the changes that add the Ignition Gazebo in the turtlebot3_simulations package.

@ashekim
Please review and test when the PR arrives. We may also need to update our eManual.

@ahcorde
Copy link

ahcorde commented Feb 4, 2022

Hi @ROBOTIS-Will and @ashekim

I created a draft PR #180 with Ignition Gazebo support. I tested it on Galactic.

Happy to get some feedback

@ROBOTIS-Will
Copy link
Contributor

@ahcorde
Thanks for your contribution!
We'll merge first and test on our local machines.

@ROBOTIS-Ashe
Copy link
Contributor

@ahcorde
Thanks for your contribution :)
I'll review and test it on my local machine

Thank you and have a nice day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants