You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simGetImages() in python api call with a multi drone setting returns captured images from only one drone
Settings
How can the issue be reproduced?
The issue is in Vehicle.cs file, I have created a PR with the fix, if you encounter this problem don't waste days to fix it as I did and take a look at the PR
In Unity multy drone scene add different shapes in front of cameras
run scene and run multi_agent_drone.py example
You will notice that the images come from the same drone
The text was updated successfully, but these errors were encountered:
@shabpompeiano Thanks for this. I see that there is a Python example to run multiple quadrotors in AirSim/PythonClient/multirotor /multi_agent_drone.py, but I am looking for a C++ example like this one, to speed up development. Can you provide any reference for this?
Bug report
What's the issue you encountered?
simGetImages() in python api call with a multi drone setting returns captured images from only one drone
Settings
How can the issue be reproduced?
The issue is in Vehicle.cs file, I have created a PR with the fix, if you encounter this problem don't waste days to fix it as I did and take a look at the PR
The text was updated successfully, but these errors were encountered: