Skip to content

Commit 267a91a

Browse files
committed
jazzy migration typo
1 parent 378767f commit 267a91a

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
@@ -174,7 +174,7 @@ std::vector<HWI::CommandInterface> RobotiqHandeHardwareInterface::export_command
174174
hardware_interface::HW_IF_POSITION,
175175
&cmd_position_));
176176
command_interfaces.emplace_back(hardware_interface::CommandInterface(
177-
info_.joints[LEFT_FINGER_JOINT_ID].name, hardware_interface::HW_IF_POSITION, &cmd_force_));
177+
info_.joints[LEFT_FINGER_JOINT_ID].name, hardware_interface::HW_IF_EFFORT, &cmd_force_));
178178

179179
return command_interfaces;
180180
}

0 commit comments

Comments
 (0)