Skip to content

Commit

Permalink
Add meshes and URDF for robotiq 2f 140
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero committed Sep 6, 2024
1 parent e65946c commit 3ef3cb6
Show file tree
Hide file tree
Showing 15 changed files with 355 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class KinovaArmDescription(ArmDescription):
GRIPPER_COMM = 'use_internal_bus_gripper_comm'
GRIPPER_NAMES = {
Kinova2FLite.get_manipulator_model(): '_right_finger_bottom_joint',
Robotiq2F140.get_manipulator_model(): '_robotiq_85_left_knuckle_joint',
Robotiq2F140.get_manipulator_model(): '_finger_joint',
Robotiq2F85.get_manipulator_model(): '_robotiq_85_left_knuckle_joint',
}

Expand Down
2 changes: 1 addition & 1 deletion clearpath_manipulators_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
project(clearpath_manipulators_description)

find_package(ament_cmake REQUIRED)
install(DIRECTORY urdf config srdf launch
install(DIRECTORY urdf config srdf launch meshes
DESTINATION share/${PROJECT_NAME}
)

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 3ef3cb6

Please sign in to comment.