Skip to content

Commit d157ee4

Browse files
committed
refactor: Clarify documentation for Dynamixel motor ID array
1 parent 6aebda4 commit d157ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dynamixel_hardware_interface/dynamixel/dynamixel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ typedef struct
103103
typedef struct
104104
{
105105
uint8_t comm_id; ///< ID of the Dynamixel to be communicated.
106-
std::vector<uint8_t> id_arr; ///< ID of the Dynamixel motor.
106+
std::vector<uint8_t> id_arr; ///< IDs of the Dynamixel motors.
107107
std::vector<std::string> item_name; ///< List of control item names.
108108
std::vector<uint8_t> item_size; ///< Sizes of the control items.
109109
std::vector<uint16_t> item_addr; ///< Addresses of the control items.

0 commit comments

Comments
 (0)