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

Support for multi robot simulation #51

Merged
merged 7 commits into from
May 6, 2024
Merged

Conversation

francocipollone
Copy link
Collaborator

@francocipollone francocipollone commented May 3, 2024

🎉 New feature

Related to #50

Summary

  • Adds support to multi robot

Pendings:

  • Resolve TODOs
  • Update documentation

Test it

  ros2 launch andino_gz andino_gz.launch.py robots:="
       andino1={x: 0.0, y: 0.0, z: 0.1, yaw: 0.};
       andino2={x: -0.4, y: 0.1, z: 0.1, yaw: 0.};
       andino3={x: -0.4, y: -0.1, z: 0.1, yaw: 0.};
       andino4={x: -0.8, y: 0.2, z: 0.1, yaw: 0.};
       andino5={x: -0.8, y: -0.2, z: 0.1, yaw: 0.};
       andino6={x: -0.8, y: 0.0, z: 0.1, yaw: 0.};"

Note: You can add as many as you want

image

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 <[email protected]>
Signed-off-by: Franco Cipollone <[email protected]>
Signed-off-by: Franco Cipollone <[email protected]>
Signed-off-by: Franco Cipollone <[email protected]>
Signed-off-by: Franco Cipollone <[email protected]>
Signed-off-by: Franco Cipollone <[email protected]>
@francocipollone francocipollone mentioned this pull request May 3, 2024
6 tasks
@francocipollone francocipollone marked this pull request as ready for review May 3, 2024 20:18
Signed-off-by: Franco Cipollone <[email protected]>
Copy link
Collaborator

@Voldivh Voldivh left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for pushing this @francocipollone just tried out and works as expected! However, for some reason the command to test it did not work and had to write it manually.

@Voldivh Voldivh merged commit bf6e19c into humble May 6, 2024
2 checks passed
@Voldivh Voldivh deleted the francocipollone/multi_robot branch May 6, 2024 15:11
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.

2 participants