Recursively clone this repository to ensure all submodule dependencies are cloned as well:
git clone https://github.com/self-navigation/agx_navigation.git --recursiveThis ROS2 workspace is built for ROS2 Jazzy and Gazebo Harmonic. You can prepare the workspace with:
make setupThis will install the latest versions of ROS2 Jazzy and Gazebo Harmonic before installing the dependenceis for this project.
If you only want to install the dependencies use:
make depsRun a Gazebo simulation:
make run SIM=trueRun on an Agilex Scout Mini R&D Kit:
make run SIM=falseMore options are available with variables exposed in the Makefile, which map directly to launch parameters.
If you want to build without running:
make build # or simply make