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
Hi everyone! I'm trying to use AirSim to simulate two drones with ArduPilot for autonomous control. I've followed the entire guide (link here: SITL with AirSim) but I'm facing some issues:
When I run mavproxy.py --master=tcp:127.0.0.1:5762 --console --map, it gives me the error: ERROR in command ['load', 'map']: module 'map' has no attribute 'init'.
If I run MAVProxy with both vehicles in the same console, I get the error: AP: PreArm: Main loop slow (222Hz < 300Hz).
If I run each vehicle in a separate console using different TCP ports, I can't issue commands to move the drone because it results in an abort (see attached photo).
Do you have any ideas on how to fix this?### Include context on what you are trying to achieve
Thank you.
The text was updated successfully, but these errors were encountered:
Hi everyone! I'm trying to use AirSim to simulate two drones with ArduPilot for autonomous control. I've followed the entire guide (link here: SITL with AirSim) but I'm facing some issues:
Do you have any ideas on how to fix this?### Include context on what you are trying to achieve
Thank you.
The text was updated successfully, but these errors were encountered: