uint16[] adc_channels
float32 v_dock
float32 v_batt
float32 i_batt
float32 t_batt
bool dock_present
bool is_charging
bool power_button_pressed
BatteryCapacity battery
adc_channelsThe raw values from the ADC sensors for the power sensors
v_dockThe dock voltage, only valid while on the dock
v_battThe battery voltage
i_battThe current to/from the battery.
t_battTemperature of the battery
dock_presentTrue if connected to the dock and the dock is providing power.
is_chargingTrue is the batteryis charging.
power_button_pressedTrue if the button on the back of the robot is being pressed.
batterySee the BatteryCapacity reference.
BatteryCapacity.msg
/mobile_base/power