ARDrone2Windows/SDK

Battery level don't work

Opened this issue · 1 comments

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.

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.