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.
1 parent 6aebda4 commit d157ee4Copy full SHA for d157ee4
include/dynamixel_hardware_interface/dynamixel/dynamixel.hpp
@@ -103,7 +103,7 @@ typedef struct
103
typedef struct
104
{
105
uint8_t comm_id; ///< ID of the Dynamixel to be communicated.
106
- std::vector<uint8_t> id_arr; ///< ID of the Dynamixel motor.
+ std::vector<uint8_t> id_arr; ///< IDs of the Dynamixel motors.
107
std::vector<std::string> item_name; ///< List of control item names.
108
std::vector<uint8_t> item_size; ///< Sizes of the control items.
109
std::vector<uint16_t> item_addr; ///< Addresses of the control items.
0 commit comments