File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
battery_state_broadcaster/include/battery_state_broadcaster Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments