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 can i get the only navdata - magneto data ? #145

Closed YunJinHan closed 7 years ago

YunJinHan commented 7 years ago

i'm studyign parrot ar drone and want to find my parrot 'fusionUnwrapped' data in navdata - magneto.. After i print client.config('navdata',console.log); , i found the 'fusionUnwrapped' data in many data at console

But i want to get the only one that is 'fusionUnwrapped' data..

So How can I get the only one that is 'fusionUnwrapped' data ??

Is any command to get the specific navdata ??