-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
C++ example for Airsim multi-quadrotor scenario like in multi_agent_drone.py #4899
Comments
Example script below
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
C++ example for Airsim multi-quadrotor scenario like in multi_agent_drone.py
What's your question?
I am trying to simulate multiple quadrotors in Airsim using C++, just like the example shown in AirSim/PythonClient/multirotor /multi_agent_drone.py. I found the
AirSim/HelloDrone /main.cpp example as a starting point but I have questions on getting a working C++ multi-quadrotor simulation setup in Unity using MultiDroneDemo.unity.
Include context on what you are trying to achieve
Run multi-quadrotor simulation with Airsim in Unity with C++ Airsim library, like the example in AirSim/PythonClient/multirotor /multi_agent_drone.py; I want to get the IMU, RGB frame, semantic segmentation, and depth image data from each quadrotor.
Context details
OS: Linux Ubuntu 18.04 LTS
Python version: 3.8
C++ version: 14
Unity: Unity editor 2021.3.31f1
settings.json includes multiple quadrotors according to documentation here.
Include details of what you already did to find answers
#3128 Support for multiple drones in Unity
#1540 Multiple drones in AirSim Unity?
#839 Controlling Multiple Drones through ROS
#706 Enabling multi-drone control
#664 Update multi_vehicle.md with python API example
The text was updated successfully, but these errors were encountered: