Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New hand G (lite) version with new plam flesh - Hand version G4 #172

Open
wants to merge 6 commits into
base: noetic-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Software License Agreement (BSD License)
Copyright © 2022-2023 belongs to Shadow Robot Company Ltd.
Copyright © 2022-2024 belongs to Shadow Robot Company Ltd.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -27,7 +27,7 @@
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
<xacro:include filename="$(find sr_description)/hand/xacro/validate_macros.xacro" />
<xacro:property name="allowed_hand_types" value="${python.set('hand_e hand_g hand_c'.split())}" />
<xacro:property name="allowed_hand_versions" value="${python.set('E4 E3M5 E2M3 C6M2 G1M5'.split())}"/>
<xacro:property name="allowed_hand_versions" value="${python.set('E4 E3M5 E2M3 C6M2 G4 G1M5'.split())}"/>
<xacro:property name="allowed_sides" value="${python.set('right left'.split())}"/>
<xacro:property name="allowed_mounting_plate" value="${python.set([False, True])}"/>

Expand Down
2 changes: 1 addition & 1 deletion sr_description/hand/xacro/thumb/thmiddle.urdf.xacro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Software License Agreement (BSD License)
Copyright © 2022-2023 belongs to Shadow Robot Company Ltd.
Copyright © 2022-2024 belongs to Shadow Robot Company Ltd.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand Down
51 changes: 29 additions & 22 deletions sr_description/meshes/components/f_distal/mst/f_distal_mst.dae

Large diffs are not rendered by default.

55 changes: 32 additions & 23 deletions sr_description/meshes/components/f_distal/mst/f_distal_mstXL.dae

Large diffs are not rendered by default.

133 changes: 133 additions & 0 deletions sr_description/meshes/components/f_knuckle/f_knuckle_G4.dae

Large diffs are not rendered by default.

139 changes: 139 additions & 0 deletions sr_description/meshes/components/f_middle/f_middle_G4.dae

Large diffs are not rendered by default.

139 changes: 139 additions & 0 deletions sr_description/meshes/components/f_proximal/f_proximal_G4.dae

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions sr_description/meshes/components/forearm/forearm_G4.dae

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions sr_description/meshes/components/forearm/forearm_collision_E4.dae

Large diffs are not rendered by default.

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions sr_description/meshes/components/palm/palm_G4.dae

Large diffs are not rendered by default.

139 changes: 139 additions & 0 deletions sr_description/meshes/components/th_middle/th_middle_G4.dae

Large diffs are not rendered by default.

139 changes: 139 additions & 0 deletions sr_description/meshes/components/th_proximal/th_proximal_G4.dae

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sr_description/robots/sr_hand_bimanual.urdf.xacro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Software License Agreement (BSD License)
Copyright © 2022 belongs to Shadow Robot Company Ltd.
Copyright © 2022, 2024 belongs to Shadow Robot Company Ltd.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -36,7 +36,7 @@
<xacro:arg name="arm_x_separation" default="-0.4"/>

<xacro:arg name="right_hand_type" default="hand_e"/>
<xacro:arg name="right_hand_version" default="E3M5"/>
<xacro:arg name="right_hand_version" default="E4"/>
<xacro:arg name="right_fingers" default="all"/>
<xacro:arg name="right_tip_sensors" default="pst"/>
<xacro:arg name="right_mid_sensors" default="none"/>
Expand All @@ -45,7 +45,7 @@
<xacro:arg name="right_mounting_plate" default="false"/>

<xacro:arg name="left_hand_type" default="hand_e"/>
<xacro:arg name="left_hand_version" default="E3M5"/>
<xacro:arg name="left_hand_version" default="E4"/>
<xacro:arg name="left_fingers" default="all"/>
<xacro:arg name="left_tip_sensors" default="pst"/>
<xacro:arg name="left_mid_sensors" default="none"/>
Expand Down