Skip to content

Commit

Permalink
Merge pull request #20 from eholum/pr-fix-gripper-reference
Browse files Browse the repository at this point in the history
Update filename to match new 2f_85 xacro
  • Loading branch information
Erik Holum authored Jun 8, 2023
2 parents e81e154 + ab6a561 commit cf7a883
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion robotiq_description/launch/view_gripper.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def generate_launch_description():
pkg_share = launch_ros.substitutions.FindPackageShare(
package="robotiq_description"
).find("robotiq_description")
default_model_path = os.path.join(pkg_share, "urdf", "robotiq_gripper.urdf.xacro")
default_model_path = os.path.join(pkg_share, "urdf", "robotiq_2f_85_gripper.urdf.xacro")
default_rviz_config_path = os.path.join(pkg_share, "rviz", "view_urdf.rviz")

args = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<xacro:arg name="use_fake_hardware" default="true" />

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

<link name="world" />
<xacro:robotiq_gripper name="RobotiqGripperHardwareInterface" prefix="" parent="world" use_fake_hardware="$(arg use_fake_hardware)">
Expand Down
2 changes: 1 addition & 1 deletion robotiq_driver/launch/robotiq_control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def generate_launch_description():
package="robotiq_description"
).find("robotiq_description")
default_model_path = os.path.join(
description_pkg_share, "urdf", "robotiq_gripper.urdf.xacro"
description_pkg_share, "urdf", "robotiq_2f_85_gripper.urdf.xacro"
)
default_rviz_config_path = os.path.join(
description_pkg_share, "rviz", "view_urdf.rviz"
Expand Down

0 comments on commit cf7a883

Please sign in to comment.