Skip to content

Commit 33bba7f

Browse files
author
Yara Shahin
committed
update doxygen broadcaster header
1 parent 886dea7 commit 33bba7f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

battery_state_broadcaster/include/battery_state_broadcaster/battery_state_broadcaster.hpp

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ namespace battery_state_broadcaster
3838
* \brief Battery State Broadcaster for all or some state in a ros2_control system.
3939
*
4040
* BatteryStateBroadcaster publishes state interfaces from ros2_control as ROS messages.
41-
* The following state interfaces are published:
42-
* <state_joint>/voltage
43-
* <state_joint>/current
44-
* <state_joint>/charge
45-
* <state_joint>/percentage
46-
* <state_joint>/power_supply_status
47-
* <state_joint>/power_supply_health
48-
* <state_joint>/present
41+
* The following state interfaces can be published:
42+
* <state_joint>/battery_voltage (Mandatory)
43+
* <state_joint>/battery_temperature
44+
* <state_joint>/battery_current
45+
* <state_joint>/battery_charge
46+
* <state_joint>/battery_percentage
47+
* <state_joint>/battery_power_supply_status
48+
* <state_joint>/battery_power_supply_health
49+
* <state_joint>/battery_present
4950
*
5051
* \param state_joints of the batteries to publish.
5152
* \param capacity of the batteries to publish.

0 commit comments

Comments
 (0)