Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions uavcan/equipment/power/1092.BatteryInfo.uavcan
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ uint7 state_of_health_pct # Health of the battery, in percent, opt
# Relative State of Charge (SOC) estimate, in percent.
# http://en.wikipedia.org/wiki/State_of_charge
#
uint7 STATE_OF_CHARGE_UNKNOWN = 127 # Use this constant if SoC cannot be estimated
uint7 state_of_charge_pct # Percent of the full charge [0, 100]. This field is required
uint7 state_of_charge_pct_stdev # SOC error standard deviation; use best guess if unknown

Expand Down