Skip to content

Commit

Permalink
Update BatteryState.msg
Browse files Browse the repository at this point in the history
Add ternary lithium battery to power_supply_technology.
Signed-off-by: Borong Yuan <yuanborong@hotmail.com>
  • Loading branch information
borongyuan committed Oct 12, 2022
1 parent 716ffc2 commit 100d1e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sensor_msgs/msg/BatteryState.msg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ uint8 POWER_SUPPLY_TECHNOLOGY_LIPO = 3
uint8 POWER_SUPPLY_TECHNOLOGY_LIFE = 4
uint8 POWER_SUPPLY_TECHNOLOGY_NICD = 5
uint8 POWER_SUPPLY_TECHNOLOGY_LIMN = 6
uint8 POWER_SUPPLY_TECHNOLOGY_TERNARY = 7

std_msgs/Header header
float32 voltage # Voltage in Volts (Mandatory)
Expand Down

0 comments on commit 100d1e9

Please sign in to comment.