Hello.
I am facing a strange issue which I need help about
When I run this (from ardupilot/ArduCopter folder):
…/Tools/autotest/sim_vehicle.py --console --map
everything runs well. But when trying to do the same but with airsim:
…/Tools/autotest/sim_vehicle.py -v ArduCopter -f airsim-copter --console --map
I get this
Connect tcp:127.0.0.1:5760 source_system=255
Loaded module console
Loaded module map
Log Directory:
Telemetry log: mav.tlog
Waiting for heartbeat from tcp:127.0.0.1:5760
MAV>
I don’t know where is the problem. This was working time ago, but now not working which I cannot find reason for.