cob_msgs/PowerState Message

File: cob_msgs/PowerState.msg

Raw Message Definition

# This message communicates the state of the power system.
Header header
float64 voltage                     # [V]
float64 current                     # [A]
float64 power_consumption           # [W] can only be calculated if not charging
float64 remaining_capacity          # [Ah]
float64 relative_remaining_capacity # [0..100] percent of maximum capacity (parameter max_capacity)
bool connected                      # flag if robot is connected to external power or not (charging station or external charger)
bool charging                       # flag if robot is charging (energy flow into battery)
float64 time_remaining              # [h] estimated time to empty or fully charged
float64 temperature                 # [Celsius] temperature of the battery

Compact Message Definition

std_msgs/Header header
float64 voltage
float64 current
float64 power_consumption
float64 remaining_capacity
float64 relative_remaining_capacity
bool connected
bool charging
float64 time_remaining
float64 temperature