I tried autoflight sample flightplan.js today. I executed it on Ubuntu 14.04LTS. It didnt run. I am updating steps involved in executing it.
Switched on Drone (Calibration done before hand)
Connected to drone file system using ftp
/data/ftp/internal_000/flightplans directory structure was not there. Created it using mkdir.
copied my flightPlan.mavlink to created directory
Then modified below line
drone.Mavlink.start("/data/ftp/internal_000/flightplans/flightpPan.mavlink", 0);
(It didnt work as above which is default line in flightplan.js)
Changed it to
drone.Mavlink.start("flightpPan.mavlink", 0);
Drone did not takeoff/fly. I am attaching output screen to this issue.
Please tell me what is wrong or the sample itself is missing something?
Hi Everyone,
I tried autoflight sample flightplan.js today. I executed it on Ubuntu 14.04LTS. It didnt run. I am updating steps involved in executing it.
Please tell me what is wrong or the sample itself is missing something?
Thanks and Regards ManjuH