The scripts in this repo are used to launch single robot and multirobot simulations in gazebo. Assets for world and map files can be found here
- copy the
.pgmand.yamlfiles toneo_simulation2/maps/ - copy the
.worldfile toneo_simulation2/worlds/ - copy the
.pgmand.yamltoneo_simulation2/maps/ - copy the
.rvizconfig to/neo_nav2_bringup/rviz/
Follow the 'Run the Simulation' steps as listed in robot-setup-utils to setup everything for the first time.
After everything is setup as expected, you can use the scripts in this folder to run the simulations.
To launch a single robot simulation use this:
bash single_robot_launch.sh
To launch multi robot simulation use this:
bash multi_robot_launch.sh
Note: You can change the number of robots spawned and the spawn environment by changing the map and num_robots field inside multi_robot_launch.sh