|
33 | 33 | <material name="white"> |
34 | 34 | <color rgba="1.0 1.0 1.0 1.0"/> |
35 | 35 | </material> |
36 | | - <!-- Material for the visual primitives --> |
37 | | - <material name="anymal_material"> |
38 | | - <color rgba="0.7 0.7 0.7 1.0"/> |
39 | | - </material> |
40 | 36 | <!-- Xacro:Properties --> |
41 | 37 | <!-- [m] --> |
42 | 38 | <!-- Base link --> |
|
48 | 44 | </inertial> |
49 | 45 | </link> |
50 | 46 |
|
51 | | - <link name="jaco_front_hatch_support_v2"> |
52 | | - <inertial> |
53 | | - <mass value="0.0"/> |
54 | | - <origin rpy="0 0 0" xyz="0 0 0"/> |
55 | | - <inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/> |
56 | | - </inertial> |
57 | | - |
58 | | - <visual> |
59 | | - <geometry> |
60 | | - <mesh filename="package://example-robot-data/robots/kinova_description/meshes/jaco_front_hatch_support_v2.dae"/> |
61 | | - </geometry> |
62 | | - </visual> |
63 | | - </link> |
64 | | - <joint name="base_to_jaco_support" type="fixed"> |
65 | | - <parent link="base"/> |
66 | | - <child link="jaco_front_hatch_support_v2"/> |
67 | | - <origin rpy="0 0 0" xyz="0 0 0"/> |
68 | | - </joint> |
69 | | - |
70 | | - <link name="jaco_mounting_block"> |
71 | | - <inertial> |
72 | | - <mass value="0.0"/> |
73 | | - <origin rpy="0 0 0" xyz="0 0 0"/> |
74 | | - <inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/> |
75 | | - </inertial> |
76 | | - |
77 | | - <visual> |
78 | | - <geometry> |
79 | | - <mesh filename="package://example-robot-data/robots/kinova_description/meshes/jaco_mounting_block.dae"/> |
80 | | - </geometry> |
81 | | - </visual> |
82 | | - </link> |
83 | | - <joint name="jaco_support_to_jaco_mounting_block" type="fixed"> |
84 | | - <parent link="jaco_front_hatch_support_v2"/> |
85 | | - <child link="jaco_mounting_block"/> |
86 | | - <origin rpy="0 0 0" xyz="0.045 0.00 -0.007626"/> |
87 | | - </joint> |
88 | | - |
89 | 47 | <link name="j2s6s200_link_base"> |
90 | 48 | <visual> |
91 | 49 | <geometry> |
|
107 | 65 | </inertial> |
108 | 66 | </link> |
109 | 67 | <joint name="jaco_mounting_block_to_j2s6s200_link_base" type="fixed"> |
110 | | - <parent link="jaco_mounting_block"/> |
| 68 | + <parent link="base"/> |
111 | 69 | <child link="j2s6s200_link_base"/> |
112 | 70 | <axis xyz="0 0 0"/> |
113 | 71 | <limit effort="0" lower="0" upper="0" velocity="0"/> |
|
0 commit comments