The project contains the sam-bot model (migrated from the official Nav2 tutorials), launch files to bring up the navigation stack, some nodes for demoing simple navigation tasks, and tests for these nodes.
We hope this project will be helpful to anyone who is trying to use Navigation2 with (Ignition) Gazebo. If you have any feedback or suggestions, please feel free to open an issue on the GitHub repository.
Looks great! I’ll definitely take a look at this as later this year we’re looking to migrate from Gazebo Classic (pending some issues that need resolution to have things work well in binary format for release)
May I ask what plan may be formulated to complete a migration of the current nav2_bringup tb3 simulation launch that uses Classic Gazebo (Ver 11) to gazebosim, presumably recognizing that the next gazebosim Harmonic release is planned for Sep/23?
Hello, I tried running your repository in ROS 2 Humble in Ubuntu 22.04.5 LTS. However, I ran into the following error:
I cannot find any available 'ign' command:
* Did you install any ignition library?
* Did you set the IGN_CONFIG_PATH environment variable?
E.g.: export IGN_CONFIG_PATH=$HOME/local/share/ignition
I am not sure why you are encountering that issue! But I will share what I followed when I wanted to install Ignition Fortress. Since it’s paired default with ROS2 Humble Hawksbill, I did run,
sudo apt-get install ros-${ROS_DISTRO}-ros-gz
In your case, make sure to first uninstall the binary installation first by running