Skip to content

Commit ab6a561

Browse files
author
Erik Holum
committed
Rename the urdf file, as well
1 parent 24fc94b commit ab6a561

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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 = []
File renamed without changes.

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)