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

Individual control of multiple drones and local body frame movement with ROS2 wrapper #71

Open
liewyungjun opened this issue Oct 15, 2023 · 0 comments

Comments

@liewyungjun
Copy link

liewyungjun commented Oct 15, 2023

Bug report

What's the issue you encountered?

The ROS2 wrapper does not seem to allow sending indivdual position goals to multiple drones. I am not sure if the vehicle_name field in the SetLocalPositon.srv is being read.
Also, there does not seem to be a way to command drones to move in directions relative to its local body frame.
I may have missed these features, please let me know if that is the case.

Settings

  "Drone_1": {
  "VehicleType": "SimpleFlight",
  "X": 8.0, "Y": 0.0, "Z": 0,
  "Pitch": 0, "Roll": 0, "Yaw": 0
},
"Drone_2": {
  "VehicleType": "SimpleFlight",
  "X": 10.0, "Y": 0.0, "Z": 0,
  "Pitch": 0, "Roll": 0, "Yaw": 0
}

How can the issue be reproduced?

  1. Calling /airsim_node/local_position_goal moves only one drone (I think Drone_2)
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

No branches or pull requests

1 participant