Skip to content

Commit f0b3a94

Browse files
Update robotiq_2f_85 to fix removed members.
`fake_sensor_commands` has been renamed to `mock_sensor_commands` and sim_isaac no longer exists and instead has has been replaced by sim_gazebo. See source here: https://github.com/Kinovarobotics/ros2_kortex/blob/b86f223249da004f6ef863c788ed4fce7157be24/kortex_description/grippers/robotiq_2f_85/urdf/robotiq_2f_85_macro.xacro
1 parent 85ec447 commit f0b3a94

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

clearpath_manipulators_description/urdf/gripper/robotiq_2f_85.urdf.xacro

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
2626
include_ros2_control="${use_controllers}"
2727
com_port="${com_port}"
2828
use_fake_hardware="${use_fake_hardware}"
29-
fake_sensor_commands="${fake_sensor_commands}"
30-
sim_ignition="${sim_ignition}"
31-
sim_isaac="${sim_isaac}">
29+
mock_sensor_commands="${fake_sensor_commands}"
30+
sim_gazebo="${sim_gazebo}"
31+
sim_isaac="${sim_isaac}"
32+
isaac_joint_commands="${isaac_joint_commands}"
33+
isaac_joint_states="${isaac_joint_states}">
3234
<xacro:insert_block name="origin"/>
3335
</xacro:robotiq_gripper>
3436

0 commit comments

Comments
 (0)