Skip to content

Commit 63172fa

Browse files
committed
typo in export_command_interfaces()
1 parent e86aa8b commit 63172fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotiq_hande_driver/hardware/src/hande_hardware_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ std::vector<HWI::CommandInterface> RobotiqHandeHardwareInterface::export_command
172172
hardware_interface::HW_IF_POSITION,
173173
&cmd_position_));
174174
command_interfaces.emplace_back(hardware_interface::CommandInterface(
175-
info_.joints[LEFT_FINGER_JOINT_ID].name, hardware_interface::HW_IF_POSITION, &cmd_force_));
175+
info_.joints[LEFT_FINGER_JOINT_ID].name, hardware_interface::HW_IF_EFFORT, &cmd_force_));
176176

177177
return command_interfaces;
178178
}

0 commit comments

Comments
 (0)