Open ghost opened 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 .
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?
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.
I have the same problem with the 0.3.3 version on the ARDrone V2 Up to date :)
Did anyone find a solution for the spin problem? I have the same issue :(
I tried to use
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.