Ekumen-OS / andino_gz

Andino Simulation using Gazebo simulator
11 stars 3 forks source link

Setup Nav2 for multirobot simulation #66

Closed francocipollone closed 4 months ago

francocipollone commented 4 months ago

🎉 New feature

Closes #64

Summary

Test it

Read the readme to understand how to run it. However it is simply:

ros2 launch andino_gz andino_gz.launch.py nav2:=True robots:="andino1={x: 0.0, y: 0.0, z: 0.1, yaw: 0.};andino2={x: 1.0, y: 0.0, z: 0.1, yaw: 0.};"

Checklist