Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 673 Bytes

BatteryCapacity.md

File metadata and controls

32 lines (27 loc) · 673 Bytes
layout title package category tags
reference
BatteryCapacity.msg
mobile_base_driver
message
battery

Message Definition

int16 mAh
int8 pct
int8 rounded_pct # capacity percentage estimate, rounded to the nearest 5 and
                 # subjected to hysteresis so it can only change if the value has
                 # changed by at least 5

Arguments

mAh

The capacity of the battery in mA hours.

pct

The charge percentage

rounded_pct

capacity percentage estimate, rounded to the nearest 5 and subjected to hysteresis so it can only change if the value has changed by at least 5

Related Documentation

Power.msg