felixge / node-ar-drone

A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
http://nodecopter.com/
MIT License
1.76k stars 428 forks source link

how to keep the Drone inital status? #120

Closed BigRabbit closed 8 years ago

BigRabbit commented 9 years ago

hi, when the drone is hovering in the air, I use node-ar-drone to connect it, then it will land on the ground. how can I put the drone in the previous status, not to land on the ground?

wiseman commented 8 years ago

One thing you could try is in the resume method, set _ref.fly = true so that the client will immediately start sending the drone the right commands to stay in the air. (You can see an example in the takeoff command.)