-
-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add battery status message for v1 #1939
Conversation
Hi @julianoes and @JonasVautherin ready for a review :) For the proto check, I guess it requires to update the proto submodule but we need to merge in MAVSDK proto first right ? |
Hi @julianoes, any chance we could merge this pull request ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well actually just the typo to fix 😇
Does it request an update of |
Yes but should it be merged first so than I can update it ? mavlink/MAVSDK-Proto#297 |
- temperature in degree Celsius - current battery in A - capacity consumed in Ah
Signed-off-by: Julian Oes <[email protected]>
Thanks @Katawann and sorry it took so long. |
Any plan for a big release soon (including this feature) ? Otherwise I will build this modification on top of v1.4.10 next week |
I'm hoping for end of Feb for v2. |
Ok cool ! Thanks for the answer. Looking forward to it :) |
Following the new messages in MAVSDK-Proto, it is required to implement the logic and conversion if necessary of the battery status. New messages are:
Depends on mavlink/MAVSDK-Proto#297.