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

Support for Ignition? #22

Open
SteveMacenski opened this issue May 20, 2022 · 5 comments
Open

Support for Ignition? #22

SteveMacenski opened this issue May 20, 2022 · 5 comments

Comments

@SteveMacenski
Copy link

Starting in 22.04 (ROS2 Humble; new LTS distribution being released on Monday) Gazebo no longer exists in the ROS ecosystem, its now only Ignition. As part of the migration from Gazebo to Ignition for Nav2, we'd like to use this as our default bringup. We have alot of work invested already to update all our tests and default bringup to use this work in Gazebo in a pending PR, but for the Humble migration it would need to be in Ignition.

I don't think its a huge amount of work, I believe all the assets should render OK, just minor updates to the world files and new ignition launch files

@SteveMacenski
Copy link
Author

Any update? I don't think its too much effort, just needs someone to do it.

@gy2256
Copy link

gy2256 commented Oct 7, 2022

I was trying to open the small_warehouse.world following the documentation and end up with an empty world.
export GAZEBO_MODEL_PATH=pwd/models
gazebo small_warehouse.world

My OS is Ubuntu 22.04 with ROS2 Humble, is this the reason that assets are not loading?

@Minipada
Copy link

Using Galactic and having the repository in my workspace I had to

source /opt/ros/galactic/setup.bash
source install/setup.bash 
source /usr/share/gazebo/setup.bash
export GAZEBO_RESOURCE_PATH=${GAZEBO_RESOURCE_PATH}:${PWD}/src/aws_robomaker_small_warehouse_world
# Then
gazebo src/aws_robomaker_small_warehouse_world/worlds/small_warehouse/small_warehouse.world --verbose

I don't know how to fix it permanently

@borongyuan
Copy link

I have migrated AWS warehouse world to Ignition Gazebo. I think it's better to create a new branch instead of merging directly into the ros2 branch.
https://github.com/borongyuan/aws-robomaker-small-warehouse-world

@SteveMacenski
Copy link
Author

Agreed, someone with maintainer rights needs to open a new branch for you to open a PR!

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

No branches or pull requests

4 participants