You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to access battery current information using MAVSDK (python version 1.4.5). My flight controller is producing mavlink messages BATTERY_STATUS (147) and SYS_STATUS(1), so the information exists. I asked on MAVSDK official discord and it seems like there is no MAVSDK attribute to store that information at the moment.
Note: Class Battery under telemetry.py seems like a natural place to add such attribute.
The text was updated successfully, but these errors were encountered:
Unfortunately it is not yet in MAVSDK v1.4.x. It will come with MAVSDK v2, which has not been released yet. I fear the only way right now is to build mavsdk_server and run MAVSDK-Python manually with latest main branches.
Hi, I tried to access battery current information using MAVSDK (python version 1.4.5). My flight controller is producing mavlink messages BATTERY_STATUS (147) and SYS_STATUS(1), so the information exists. I asked on MAVSDK official discord and it seems like there is no MAVSDK attribute to store that information at the moment.
Note: Class Battery under telemetry.py seems like a natural place to add such attribute.
The text was updated successfully, but these errors were encountered: