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

vidionDetect -> oriantationAngle is a float32 #57

Closed eschnou closed 11 years ago

eschnou commented 11 years ago

Fixed the oriantationAngle in order to get a proper value expressed in degree. Tested on real tag detection, works like a charm.

felixge commented 11 years ago

Thanks!