ARDrone2Windows / SDK

Pilot your AR.Drone 2.0 from a Windows Store or Windows Phone app
59 stars 56 forks source link

Battery level don't work #16

Open AndrewSpec opened 10 years ago

AndrewSpec commented 10 years ago

On this version of SDK the battery level don't work. Sometime it has a real battery level but for the most part it returns 0.

maxence-charriere commented 10 years ago

I experiences the same problem but it's with all Navigation data.

In a MVVM context, when you directly bind a property from DroneClient.Instance.NavigationDataViewModel, it seems that it not detect when a value is updated.

The solution I found to have real time Navigation data is to add a timer somewhere and periodically and manually get the desired values at every ticks.

I know it's not the most clean solution but it works.