hybridgroup / node-bebop

A Node.js client for controlling Parrot Bebop & Bebop2 quadcopters.
http://nodebebop.com
MIT License
146 stars 60 forks source link

flightplan.js didnt work #42

Open manjuh opened 8 years ago

manjuh commented 8 years ago

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.

  1. Switched on Drone (Calibration done before hand)
  2. Connected to drone file system using ftp
  3. /data/ftp/internal_000/flightplans directory structure was not there. Created it using mkdir.
  4. copied my flightPlan.mavlink to created directory
  5. 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);
  6. 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?

Thanks and Regards ManjuH flightplan-failure