-
Notifications
You must be signed in to change notification settings - Fork 105
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
Comments
Any update? I don't think its too much effort, just needs someone to do it. |
I was trying to open the small_warehouse.world following the documentation and end up with an empty world. My OS is Ubuntu 22.04 with ROS2 Humble, is this the reason that assets are not loading? |
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 |
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. |
Agreed, someone with maintainer rights needs to open a new branch for you to open a PR! |
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
The text was updated successfully, but these errors were encountered: