Skip to content

Commit

Permalink
[tri_homecart] Use the drake_models robot descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Apr 2, 2024
1 parent c8e7478 commit db36e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tri_homecart/homecart_grippers.dmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ directives:
rotation: !Rpy { deg: [0, 0, -90] }
- add_model:
name: gripper_left
file: package://drake/manipulation/models/wsg_50_description/sdf/schunk_wsg_50_with_tip.sdf
file: package://drake_models/wsg_50_description/sdf/schunk_wsg_50_with_tip.sdf
- add_weld:
parent: gripper_left_origin
child: gripper_left::body
Expand All @@ -21,7 +21,7 @@ directives:
rotation: !Rpy { deg: [0, 0, -90] }
- add_model:
name: gripper_right
file: package://drake/manipulation/models/wsg_50_description/sdf/schunk_wsg_50_with_tip.sdf
file: package://drake_models/wsg_50_description/sdf/schunk_wsg_50_with_tip.sdf
- add_weld:
parent: gripper_right_origin
child: gripper_right::body
Expand Down
4 changes: 2 additions & 2 deletions tri_homecart/homecart_no_grippers.dmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ directives:
rotation: !Rpy { deg: [0, 0, 270] }
- add_model:
name: ur3_left
file: package://drake/manipulation/models/ur3e/ur3e_cylinders_collision.urdf
file: package://drake_models/ur_description/urdf/ur3e_cylinders_collision.urdf
- add_weld:
parent: ur3_left_origin
child: ur3_left::ur_base_link
Expand All @@ -51,7 +51,7 @@ directives:
rotation: !Rpy { deg: [0, 0, 270] }
- add_model:
name: ur3_right
file: package://drake/manipulation/models/ur3e/ur3e_cylinders_collision.urdf
file: package://drake_models/ur_description/urdf/ur3e_cylinders_collision.urdf
- add_weld:
parent: ur3_right_origin
child: ur3_right::ur_base_link
Expand Down

0 comments on commit db36e7f

Please sign in to comment.