-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Hello everyone, I was trying to test dronekit examples on ubuntu 16.04 I runned the example codes succesfully for the copter vehicle by using dronekit sitl. When I moved into trying same example codes on plane vehicle I couldnt succed to run sitl. I am running on first terminal:
dronekit-sitl plane
on the second terminal:
mavproxy.py --master tcp:127.0.0.1:5760 --out 127.0.0:14550 --out 127.0.0.1:14551
and I am getting :
Connect tcp:127.0.0.1:5760 source_system=255
Log Directory:
Telemetry log: mav.tlog
Waiting for heartbeat from tcp:127.0.0.1:5760
MAV> APM: Calibrating barometer
online system 1
INITIALISING> Mode INITIALISING
APM: Initialising APM...
PANIC: AP_Baro::read unsuccessful for more than 500ms in AP_Baro::calibrate [2]
no link
link 1 down
no link
no link
no link
no link
no link
no link
no link
no link
no link
no link
no link
I would really appriciate any help regarding to this issue.