data struct used with getBulkDiagnosticInfo() to retrieve diagnostics More...
#include <dynamixel_interface_driver.h>
Public Attributes | |
int32_t | temperature |
temperature register value, usually units of 0.1C More... | |
int32_t | voltage |
voltage register value, usually units of 0.1V More... | |
![]() | |
std::vector< uint8_t > | data |
IO data array. More... | |
uint8_t | error |
Error code. More... | |
int | id |
id of dynamixel More... | |
bool | success |
bool indicating comms success More... | |
DynamixelSeriesType | type |
type of dynamixel More... | |
data struct used with getBulkDiagnosticInfo() to retrieve diagnostics
Definition at line 132 of file dynamixel_interface_driver.h.
int32_t dynamixel_interface::DynamixelDiagnostic::temperature |
temperature register value, usually units of 0.1C
Definition at line 135 of file dynamixel_interface_driver.h.
int32_t dynamixel_interface::DynamixelDiagnostic::voltage |
voltage register value, usually units of 0.1V
Definition at line 134 of file dynamixel_interface_driver.h.