Skip to content

Commit ccb8c01

Browse files
committed
refactor: Remove unused UnitItem struct from dynamixel_info.hpp to streamline code
1 parent 73687aa commit ccb8c01

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/dynamixel_hardware_interface/dynamixel/dynamixel_info.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ typedef struct
3838
std::string item_name;
3939
} ControlItem;
4040

41-
typedef struct
42-
{
43-
std::string data_name;
44-
double value;
45-
bool is_signed;
46-
} UnitItem;
47-
4841
typedef struct
4942
{
5043
double min_radian;

0 commit comments

Comments
 (0)