Skip to content
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

Setup Nav2 for multirobot simulation #66

Merged
merged 5 commits into from
Jul 22, 2024
Merged

Conversation

francocipollone
Copy link
Collaborator

@francocipollone francocipollone commented Jul 20, 2024

🎉 New feature

Closes #64

Summary

  • Setup Nav2 for as many robot spawned.
  • Flags are added to:
    • enable/disable nav2
    • use other nav2 params
    • select world and map
  • Updates README: Some docs and images are changed.

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

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)

Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Copy link
Member

@jballoffet jballoffet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, thanks @francocipollone!

@francocipollone francocipollone merged commit b726a8a into humble Jul 22, 2024
2 checks passed
@francocipollone francocipollone deleted the francocipollone/nav2 branch July 22, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Nav2 with simulation
2 participants