Skip to content

Commit

Permalink
Update message definitions Wed Jul 3 15:27:15 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jul 3, 2024
1 parent 57cef9f commit 7bf0033
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions msg/BatteryStatus.msg
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
uint64 timestamp # time since system start (microseconds)
bool connected # Whether or not a battery is connected, based on a voltage threshold
float32 voltage_v # Battery voltage in volts, 0 if unknown
float32 voltage_filtered_v # Battery voltage in volts, filtered, 0 if unknown
float32 current_a # Battery current in amperes, -1 if unknown
float32 current_filtered_a # Battery current in amperes, filtered, 0 if unknown
float32 current_average_a # Battery current average in amperes (for FW average in level flight), -1 if unknown
float32 discharged_mah # Discharged amount in mAh, -1 if unknown
float32 remaining # From 1 to 0, -1 if unknown
Expand Down

0 comments on commit 7bf0033

Please sign in to comment.