Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion ardupilot/equipment/power/20004.BatteryInfoAux.uavcan
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ uint16 cycle_count
uint16 over_discharge_count

# Max instantaneous current draw since last message
float16 max_current # [Ampere]
float16 max_current # [Ampere] Positive: defined as a discharge current. Negative: defined as a charging current

# Nominal voltage of the battery pack
# the nominal Voltage can be used for conversion between Wh and Ah
Expand Down
2 changes: 1 addition & 1 deletion uavcan/equipment/power/1092.BatteryInfo.uavcan
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
float16 temperature # [Kelvin]
float16 voltage # [Volt]
float16 current # [Ampere]
float16 current # [Ampere] Positive: defined as a discharge current. Negative: defined as a charging current
float16 average_power_10sec # [Watt] Average power consumption over the last 10 seconds
float16 remaining_capacity_wh # [Watt hours] Will be increasing during charging
float16 full_charge_capacity_wh # [Watt hours] Predicted battery capacity when it is fully charged. Falls with aging
Expand Down