Hi,I'm a newbie and trying to do SITL of ArduCopter. Here is the steps I follow:1. I run ArduCopter.elf and get the following messeges:Starting SITL inputSerial port 0 on TCP port 5760Waiting for connection ....2. I type mavproxy.py --master…
I'm trying to retrieve some IMU data from the ArduPilot Mega with Oilpan and started reading the ArduCopter codes. I found the following lines from one of the codes: Serial.printf_P(PSTR("%ld, %ld, %ld\n"), …