We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3343ada + 5e3d0a9 commit ffdf2f8Copy full SHA for ffdf2f8
cob_msgs/msg/PowerState.msg
@@ -5,6 +5,7 @@ float64 current # [A]
5
float64 power_consumption # [W] can only be calculated if not charging
6
float64 remaining_capacity # [Ah]
7
float64 relative_remaining_capacity # [0..100] percent of maximum capacity (parameter max_capacity)
8
-bool charging # flag if robot is connected to external power or not
+bool connected # flag if robot is connected to external power or not (charging station or external charger)
9
+bool charging # flag if robot is charging (energy flow into battery)
10
float64 time_remaining # [h] estimated time to empty or fully charged
11
float64 temperature # [Celsius] temperature of the battery
0 commit comments