Skip to content

Commit bb268c6

Browse files
committed
refactor: Update position parameter in transmission calculation for clarity
1 parent 3dae77e commit bb268c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamixel_hardware_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ void DynamixelHardware::CalcTransmissionToJoint()
11791179
hdl_trans_states_,
11801180
transmission_to_joint_matrix_,
11811181
dynamixel_hardware_interface::ros2_to_dxl_state_map,
1182-
"Present Position",
1182+
hardware_interface::HW_IF_POSITION,
11831183
conversion_joint_name_,
11841184
conv
11851185
);

0 commit comments

Comments
 (0)