Skip to content

Commit cf7a883

Browse files
author
Erik Holum
authored
Merge pull request #20 from eholum/pr-fix-gripper-reference
Update filename to match new 2f_85 xacro
2 parents e81e154 + ab6a561 commit cf7a883

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

robotiq_description/launch/view_gripper.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def generate_launch_description():
4141
pkg_share = launch_ros.substitutions.FindPackageShare(
4242
package="robotiq_description"
4343
).find("robotiq_description")
44-
default_model_path = os.path.join(pkg_share, "urdf", "robotiq_gripper.urdf.xacro")
44+
default_model_path = os.path.join(pkg_share, "urdf", "robotiq_2f_85_gripper.urdf.xacro")
4545
default_rviz_config_path = os.path.join(pkg_share, "rviz", "view_urdf.rviz")
4646

4747
args = []

robotiq_description/urdf/robotiq_gripper.urdf.xacro renamed to robotiq_description/urdf/robotiq_2f_85_gripper.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<xacro:arg name="use_fake_hardware" default="true" />
55

66
<!-- Import macros -->
7-
<xacro:include filename="$(find robotiq_description)/urdf/robotiq_gripper_macro.urdf.xacro" />
7+
<xacro:include filename="$(find robotiq_description)/urdf/robotiq_2f_85_macro.urdf.xacro" />
88

99
<link name="world" />
1010
<xacro:robotiq_gripper name="RobotiqGripperHardwareInterface" prefix="" parent="world" use_fake_hardware="$(arg use_fake_hardware)">

robotiq_driver/launch/robotiq_control.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def generate_launch_description():
4242
package="robotiq_description"
4343
).find("robotiq_description")
4444
default_model_path = os.path.join(
45-
description_pkg_share, "urdf", "robotiq_gripper.urdf.xacro"
45+
description_pkg_share, "urdf", "robotiq_2f_85_gripper.urdf.xacro"
4646
)
4747
default_rviz_config_path = os.path.join(
4848
description_pkg_share, "rviz", "view_urdf.rviz"

0 commit comments

Comments
 (0)