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

Spin not stable #89

Open ghost opened 10 years ago

ghost commented 10 years ago

I tried to use

$ node repl.js
// Make the drone takeoff
drone> takeoff()
true
// Wait for the drone to takeoff
drone> clockwise(0.5)
0.5
// Let the drone spin for a while
drone> land()
true

The clockwise function cause the drone behave very strange. It doesn't rotate at the original place. Instead there is a huge drift along side with rotation.

Talamantez commented 10 years ago

I'm noticing this too. Is counterclockwise working alright for you?

On Sat, Feb 15, 2014 at 3:28 PM, Tyler Zhu notifications@github.com wrote:

I tried to use

$ node repl.js // Make the drone takeoff drone> takeoff() true // Wait for the drone to takeoff drone> clockwise(0.5) 0.5 // Let the drone spin for a while drone> land() true

The clockwise function cause the drone behave very strange. It doesn't rotate at the original place. Instead there is a huge drift along side with rotation.

Reply to this email directly or view it on GitHubhttps://github.com/felixge/node-ar-drone/issues/89 .

ghost commented 10 years ago

Let it spin a while. The problem will occur(CCW & CW). I tired Native AR Drone SDK. It's fine.

I notice AR Drone SDK deprecate some AT commands and use some new ones. Maybe that's the reason?

rmehner commented 10 years ago

On 16.02.2014, at 19:48, Tyler Zhu notifications@github.com wrote:

Left it spin a while. The problem will occur. I tired Native AR Drone SDK. It's fine.

I notice AR Drone SDK deprecate some AT command. And use some new one. Maybe that's the reason?

Do you have a pointer to this? If it's that, it should be easy to fix within this library.

— Reply to this email directly or view it on GitHub.

Antonhansel commented 9 years ago

I have the same problem with the 0.3.3 version on the ARDrone V2 Up to date :)

rhumbertgz commented 6 years ago

Did anyone find a solution for the spin problem? I have the same issue :(