matheecs
commited on
Commit
·
e50eb02
1
Parent(s):
8ef13c1
enable visualize
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- README.md +17 -0
- rerun_visualize.py +124 -0
- robot_description/g1/g1_29dof_rev_1_0.urdf +1058 -0
- robot_description/g1/meshes/head_link.STL +3 -0
- robot_description/g1/meshes/left_ankle_pitch_link.STL +3 -0
- robot_description/g1/meshes/left_ankle_roll_link.STL +3 -0
- robot_description/g1/meshes/left_elbow_link.STL +3 -0
- robot_description/g1/meshes/left_hip_pitch_link.STL +3 -0
- robot_description/g1/meshes/left_hip_roll_link.STL +3 -0
- robot_description/g1/meshes/left_hip_yaw_link.STL +3 -0
- robot_description/g1/meshes/left_knee_link.STL +3 -0
- robot_description/g1/meshes/left_rubber_hand.STL +3 -0
- robot_description/g1/meshes/left_shoulder_pitch_link.STL +3 -0
- robot_description/g1/meshes/left_shoulder_roll_link.STL +3 -0
- robot_description/g1/meshes/left_shoulder_yaw_link.STL +3 -0
- robot_description/g1/meshes/left_wrist_pitch_link.STL +3 -0
- robot_description/g1/meshes/left_wrist_roll_link.STL +3 -0
- robot_description/g1/meshes/left_wrist_roll_rubber_hand.STL +3 -0
- robot_description/g1/meshes/left_wrist_yaw_link.STL +3 -0
- robot_description/g1/meshes/logo_link.STL +3 -0
- robot_description/g1/meshes/pelvis.STL +3 -0
- robot_description/g1/meshes/pelvis_contour_link.STL +3 -0
- robot_description/g1/meshes/right_ankle_pitch_link.STL +3 -0
- robot_description/g1/meshes/right_ankle_roll_link.STL +3 -0
- robot_description/g1/meshes/right_elbow_link.STL +3 -0
- robot_description/g1/meshes/right_hip_pitch_link.STL +3 -0
- robot_description/g1/meshes/right_hip_roll_link.STL +3 -0
- robot_description/g1/meshes/right_hip_yaw_link.STL +3 -0
- robot_description/g1/meshes/right_knee_link.STL +3 -0
- robot_description/g1/meshes/right_rubber_hand.STL +3 -0
- robot_description/g1/meshes/right_shoulder_pitch_link.STL +3 -0
- robot_description/g1/meshes/right_shoulder_roll_link.STL +3 -0
- robot_description/g1/meshes/right_shoulder_yaw_link.STL +3 -0
- robot_description/g1/meshes/right_wrist_pitch_link.STL +3 -0
- robot_description/g1/meshes/right_wrist_roll_link.STL +3 -0
- robot_description/g1/meshes/right_wrist_roll_rubber_hand.STL +3 -0
- robot_description/g1/meshes/right_wrist_yaw_link.STL +3 -0
- robot_description/g1/meshes/torso_link_rev_1_0.STL +3 -0
- robot_description/g1/meshes/waist_roll_link_rev_1_0.STL +3 -0
- robot_description/g1/meshes/waist_support_link.STL +3 -0
- robot_description/g1/meshes/waist_yaw_link_rev_1_0.STL +3 -0
- robot_description/h1/h1.urdf +611 -0
- robot_description/h1/meshes/left_ankle_link.STL +3 -0
- robot_description/h1/meshes/left_elbow_link.STL +3 -0
- robot_description/h1/meshes/left_hip_pitch_link.STL +3 -0
- robot_description/h1/meshes/left_hip_roll_link.STL +3 -0
- robot_description/h1/meshes/left_hip_yaw_link.STL +3 -0
- robot_description/h1/meshes/left_knee_link.STL +3 -0
- robot_description/h1/meshes/left_shoulder_pitch_link.STL +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
*.STL filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -8,6 +8,23 @@ license: bsd-3-clause-clear
|
|
8 |
|
9 |
To make the motion of humanoid robots more natural, we retargeted [LAFAN1](https://github.com/ubisoft/ubisoft-laforge-animation-dataset) motion capture data to [Unitree](https://www.unitree.com/)'s humanoid robots, supporting three models: [H1, H1_2](https://www.unitree.com/h1), and [G1](https://www.unitree.com/g1). This retargeting was achieved through numerical optimization based on [Interaction Mesh](https://ieeexplore.ieee.org/document/6651585) and IK, considering end-effector pose constraints, as well as joint position and velocity constraints, to prevent foot slippage. It is important to note that the retargeting only accounted for kinematic constraints and did not include dynamic constraints or actuator limitations. As a result, the robot cannot perfectly execute the retargeted trajectories.
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
This database stores the retargeted trajectories in CSV format. Each row in the CSV file corresponds to the original motion capture data for each frame, recording the configurations of all joints in the humanoid robot in the following order:
|
12 |
|
13 |
```txt
|
|
|
8 |
|
9 |
To make the motion of humanoid robots more natural, we retargeted [LAFAN1](https://github.com/ubisoft/ubisoft-laforge-animation-dataset) motion capture data to [Unitree](https://www.unitree.com/)'s humanoid robots, supporting three models: [H1, H1_2](https://www.unitree.com/h1), and [G1](https://www.unitree.com/g1). This retargeting was achieved through numerical optimization based on [Interaction Mesh](https://ieeexplore.ieee.org/document/6651585) and IK, considering end-effector pose constraints, as well as joint position and velocity constraints, to prevent foot slippage. It is important to note that the retargeting only accounted for kinematic constraints and did not include dynamic constraints or actuator limitations. As a result, the robot cannot perfectly execute the retargeted trajectories.
|
10 |
|
11 |
+
**How to visualize robot trajectories?**
|
12 |
+
|
13 |
+
```shell
|
14 |
+
# Step 1: Set up a Conda virtual environment
|
15 |
+
conda create -n retarget python=3.10
|
16 |
+
conda activate retarget
|
17 |
+
|
18 |
+
# Step 2: Install dependencies
|
19 |
+
conda install pinocchio -c conda-forge
|
20 |
+
pip install numpy rerun-sdk trimesh
|
21 |
+
|
22 |
+
# Step 3: Run the script
|
23 |
+
python rerun_visualize.py
|
24 |
+
# run the script with parameters:
|
25 |
+
# python rerun_visualize.py --file_name dance1_subject2 --robot_type [g1|h1|h1_2]
|
26 |
+
```
|
27 |
+
|
28 |
This database stores the retargeted trajectories in CSV format. Each row in the CSV file corresponds to the original motion capture data for each frame, recording the configurations of all joints in the humanoid robot in the following order:
|
29 |
|
30 |
```txt
|
rerun_visualize.py
ADDED
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import argparse
|
2 |
+
import numpy as np
|
3 |
+
import pinocchio as pin
|
4 |
+
import rerun as rr
|
5 |
+
import trimesh
|
6 |
+
|
7 |
+
class RerunURDF():
|
8 |
+
def __init__(self, robot_type):
|
9 |
+
self.name = robot_type
|
10 |
+
match robot_type:
|
11 |
+
case 'g1':
|
12 |
+
self.robot = pin.RobotWrapper.BuildFromURDF('robot_description/g1/g1_29dof_rev_1_0.urdf', 'robot_description/g1', pin.JointModelFreeFlyer())
|
13 |
+
self.Tpose = np.array([0,0,0.785,0,0,0,1,
|
14 |
+
-0.15,0,0,0.3,-0.15,0,
|
15 |
+
-0.15,0,0,0.3,-0.15,0,
|
16 |
+
0,0,0,
|
17 |
+
0, 1.57,0,1.57,0,0,0,
|
18 |
+
0,-1.57,0,1.57,0,0,0]).astype(np.float32)
|
19 |
+
case 'h1_2':
|
20 |
+
self.robot = pin.RobotWrapper.BuildFromURDF('robot_description/h1_2/h1_2_wo_hand.urdf', 'robot_description/h1_2', pin.JointModelFreeFlyer())
|
21 |
+
assert self.robot.model.nq == 7 + 12+1+14
|
22 |
+
self.Tpose = np.array([0,0,1.02,0,0,0,1,
|
23 |
+
0,-0.15,0,0.3,-0.15,0,
|
24 |
+
0,-0.15,0,0.3,-0.15,0,
|
25 |
+
0,
|
26 |
+
0, 1.57,0,1.57,0,0,0,
|
27 |
+
0,-1.57,0,1.57,0,0,0]).astype(np.float32)
|
28 |
+
case 'h1':
|
29 |
+
self.robot = pin.RobotWrapper.BuildFromURDF('robot_description/h1/h1.urdf', 'robot_description/h1', pin.JointModelFreeFlyer())
|
30 |
+
assert self.robot.model.nq == 7 + 10+1+8
|
31 |
+
self.Tpose = np.array([0,0,1.03,0,0,0,1,
|
32 |
+
0,0,-0.15,0.3,-0.15,
|
33 |
+
0,0,-0.15,0.3,-0.15,
|
34 |
+
0,
|
35 |
+
0, 1.57,0,1.57,
|
36 |
+
0,-1.57,0,1.57]).astype(np.float32)
|
37 |
+
case _:
|
38 |
+
print(robot_type)
|
39 |
+
raise ValueError('Invalid robot type')
|
40 |
+
|
41 |
+
# print all joints names
|
42 |
+
# for i in range(self.robot.model.njoints):
|
43 |
+
# print(self.robot.model.names[i])
|
44 |
+
|
45 |
+
self.link2mesh = self.get_link2mesh()
|
46 |
+
self.load_visual_mesh()
|
47 |
+
self.update()
|
48 |
+
|
49 |
+
def get_link2mesh(self):
|
50 |
+
link2mesh = {}
|
51 |
+
for visual in self.robot.visual_model.geometryObjects:
|
52 |
+
mesh = trimesh.load_mesh(visual.meshPath)
|
53 |
+
name = visual.name[:-2]
|
54 |
+
mesh.visual = trimesh.visual.ColorVisuals()
|
55 |
+
mesh.visual.vertex_colors = visual.meshColor
|
56 |
+
link2mesh[name] = mesh
|
57 |
+
return link2mesh
|
58 |
+
|
59 |
+
def load_visual_mesh(self):
|
60 |
+
self.robot.framesForwardKinematics(pin.neutral(self.robot.model))
|
61 |
+
for visual in self.robot.visual_model.geometryObjects:
|
62 |
+
frame_name = visual.name[:-2]
|
63 |
+
mesh = self.link2mesh[frame_name]
|
64 |
+
|
65 |
+
frame_id = self.robot.model.getFrameId(frame_name)
|
66 |
+
parent_joint_id = self.robot.model.frames[frame_id].parentJoint
|
67 |
+
parent_joint_name = self.robot.model.names[parent_joint_id]
|
68 |
+
frame_tf = self.robot.data.oMf[frame_id]
|
69 |
+
joint_tf = self.robot.data.oMi[parent_joint_id]
|
70 |
+
rr.log(f'urdf_{self.name}/{parent_joint_name}',
|
71 |
+
rr.Transform3D(translation=joint_tf.translation,
|
72 |
+
mat3x3=joint_tf.rotation,
|
73 |
+
axis_length=0.01))
|
74 |
+
|
75 |
+
relative_tf = frame_tf * joint_tf.inverse()
|
76 |
+
mesh.apply_transform(relative_tf.homogeneous)
|
77 |
+
rr.log(f'urdf_{self.name}/{parent_joint_name}/{frame_name}',
|
78 |
+
rr.Mesh3D(
|
79 |
+
vertex_positions=mesh.vertices,
|
80 |
+
triangle_indices=mesh.faces,
|
81 |
+
vertex_normals=mesh.vertex_normals,
|
82 |
+
vertex_colors=mesh.visual.vertex_colors,
|
83 |
+
albedo_texture=None,
|
84 |
+
vertex_texcoords=None,
|
85 |
+
),
|
86 |
+
timeless=True)
|
87 |
+
|
88 |
+
def update(self, configuration = None):
|
89 |
+
self.robot.framesForwardKinematics(self.Tpose if configuration is None else configuration)
|
90 |
+
for visual in self.robot.visual_model.geometryObjects:
|
91 |
+
frame_name = visual.name[:-2]
|
92 |
+
frame_id = self.robot.model.getFrameId(frame_name)
|
93 |
+
parent_joint_id = self.robot.model.frames[frame_id].parentJoint
|
94 |
+
parent_joint_name = self.robot.model.names[parent_joint_id]
|
95 |
+
joint_tf = self.robot.data.oMi[parent_joint_id]
|
96 |
+
rr.log(f'urdf_{self.name}/{parent_joint_name}',
|
97 |
+
rr.Transform3D(translation=joint_tf.translation,
|
98 |
+
mat3x3=joint_tf.rotation,
|
99 |
+
axis_length=0.01))
|
100 |
+
|
101 |
+
|
102 |
+
if __name__ == "__main__":
|
103 |
+
parser = argparse.ArgumentParser()
|
104 |
+
parser.add_argument('--file_name', type=str, help="File name", default='dance1_subject2')
|
105 |
+
parser.add_argument('--robot_type', type=str, help="Robot type", default='g1')
|
106 |
+
args = parser.parse_args()
|
107 |
+
|
108 |
+
rr.init('Reviz', spawn=True)
|
109 |
+
rr.log('', rr.ViewCoordinates.RIGHT_HAND_Z_UP, timeless=True)
|
110 |
+
rr.set_time_sequence('frame_nr', 0)
|
111 |
+
|
112 |
+
file_name = args.file_name
|
113 |
+
robot_type = args.robot_type
|
114 |
+
rerun_urdf = RerunURDF(robot_type)
|
115 |
+
|
116 |
+
csv_files = robot_type + '/' + file_name + '.csv'
|
117 |
+
data = np.genfromtxt(csv_files, delimiter=',')
|
118 |
+
|
119 |
+
for frame_nr in range(data.shape[0]):
|
120 |
+
rr.set_time_sequence('frame_nr', frame_nr)
|
121 |
+
|
122 |
+
for rt in ['g1', 'h1_2', 'h1']:
|
123 |
+
configuration = data[frame_nr, :]
|
124 |
+
rerun_urdf.update(configuration)
|
robot_description/g1/g1_29dof_rev_1_0.urdf
ADDED
@@ -0,0 +1,1058 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<robot name="g1_29dof_rev_1_0">
|
2 |
+
<mujoco>
|
3 |
+
<compiler meshdir="meshes" discardvisual="false"/>
|
4 |
+
</mujoco>
|
5 |
+
|
6 |
+
<!-- [CAUTION] uncomment when convert to mujoco -->
|
7 |
+
<!-- <link name="world"></link>
|
8 |
+
<joint name="floating_base_joint" type="floating">
|
9 |
+
<parent link="world"/>
|
10 |
+
<child link="pelvis"/>
|
11 |
+
</joint> -->
|
12 |
+
|
13 |
+
<link name="pelvis">
|
14 |
+
<inertial>
|
15 |
+
<origin xyz="0 0 -0.07605" rpy="0 0 0"/>
|
16 |
+
<mass value="3.813"/>
|
17 |
+
<inertia ixx="0.010549" ixy="0" ixz="2.1E-06" iyy="0.0093089" iyz="0" izz="0.0079184"/>
|
18 |
+
</inertial>
|
19 |
+
<visual>
|
20 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
21 |
+
<geometry>
|
22 |
+
<mesh filename="meshes/pelvis.STL"/>
|
23 |
+
</geometry>
|
24 |
+
<material name="dark">
|
25 |
+
<color rgba="0.2 0.2 0.2 1"/>
|
26 |
+
</material>
|
27 |
+
</visual>
|
28 |
+
</link>
|
29 |
+
<link name="pelvis_contour_link">
|
30 |
+
<inertial>
|
31 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
32 |
+
<mass value="0.001"/>
|
33 |
+
<inertia ixx="1e-7" ixy="0" ixz="0" iyy="1e-7" iyz="0" izz="1e-7"/>
|
34 |
+
</inertial>
|
35 |
+
<visual>
|
36 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
37 |
+
<geometry>
|
38 |
+
<mesh filename="meshes/pelvis_contour_link.STL"/>
|
39 |
+
</geometry>
|
40 |
+
<material name="white">
|
41 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
42 |
+
</material>
|
43 |
+
</visual>
|
44 |
+
<collision>
|
45 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
46 |
+
<geometry>
|
47 |
+
<mesh filename="meshes/pelvis_contour_link.STL"/>
|
48 |
+
</geometry>
|
49 |
+
</collision>
|
50 |
+
</link>
|
51 |
+
<joint name="pelvis_contour_joint" type="fixed">
|
52 |
+
<parent link="pelvis"/>
|
53 |
+
<child link="pelvis_contour_link"/>
|
54 |
+
</joint>
|
55 |
+
|
56 |
+
<!-- Legs -->
|
57 |
+
<link name="left_hip_pitch_link">
|
58 |
+
<inertial>
|
59 |
+
<origin xyz="0.002741 0.047791 -0.02606" rpy="0 0 0"/>
|
60 |
+
<mass value="1.35"/>
|
61 |
+
<inertia ixx="0.001811" ixy="3.68E-05" ixz="-3.44E-05" iyy="0.0014193" iyz="0.000171" izz="0.0012812"/>
|
62 |
+
</inertial>
|
63 |
+
<visual>
|
64 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
65 |
+
<geometry>
|
66 |
+
<mesh filename="meshes/left_hip_pitch_link.STL"/>
|
67 |
+
</geometry>
|
68 |
+
<material name="dark">
|
69 |
+
<color rgba="0.2 0.2 0.2 1"/>
|
70 |
+
</material>
|
71 |
+
</visual>
|
72 |
+
<collision>
|
73 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
74 |
+
<geometry>
|
75 |
+
<mesh filename="meshes/left_hip_pitch_link.STL"/>
|
76 |
+
</geometry>
|
77 |
+
</collision>
|
78 |
+
</link>
|
79 |
+
<joint name="left_hip_pitch_joint" type="revolute">
|
80 |
+
<origin xyz="0 0.064452 -0.1027" rpy="0 0 0"/>
|
81 |
+
<parent link="pelvis"/>
|
82 |
+
<child link="left_hip_pitch_link"/>
|
83 |
+
<axis xyz="0 1 0"/>
|
84 |
+
<limit lower="-2.5307" upper="2.8798" effort="88" velocity="32"/>
|
85 |
+
</joint>
|
86 |
+
<link name="left_hip_roll_link">
|
87 |
+
<inertial>
|
88 |
+
<origin xyz="0.029812 -0.001045 -0.087934" rpy="0 0 0"/>
|
89 |
+
<mass value="1.52"/>
|
90 |
+
<inertia ixx="0.0023773" ixy="-3.8E-06" ixz="-0.0003908" iyy="0.0024123" iyz="1.84E-05" izz="0.0016595"/>
|
91 |
+
</inertial>
|
92 |
+
<visual>
|
93 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
94 |
+
<geometry>
|
95 |
+
<mesh filename="meshes/left_hip_roll_link.STL"/>
|
96 |
+
</geometry>
|
97 |
+
<material name="white">
|
98 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
99 |
+
</material>
|
100 |
+
</visual>
|
101 |
+
<collision>
|
102 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
103 |
+
<geometry>
|
104 |
+
<mesh filename="meshes/left_hip_roll_link.STL"/>
|
105 |
+
</geometry>
|
106 |
+
</collision>
|
107 |
+
</link>
|
108 |
+
<joint name="left_hip_roll_joint" type="revolute">
|
109 |
+
<origin xyz="0 0.052 -0.030465" rpy="0 -0.1749 0"/>
|
110 |
+
<parent link="left_hip_pitch_link"/>
|
111 |
+
<child link="left_hip_roll_link"/>
|
112 |
+
<axis xyz="1 0 0"/>
|
113 |
+
<limit lower="-0.5236" upper="2.9671" effort="139" velocity="20"/>
|
114 |
+
</joint>
|
115 |
+
<link name="left_hip_yaw_link">
|
116 |
+
<inertial>
|
117 |
+
<origin xyz="-0.057709 -0.010981 -0.15078" rpy="0 0 0"/>
|
118 |
+
<mass value="1.702"/>
|
119 |
+
<inertia ixx="0.0057774" ixy="-0.0005411" ixz="-0.0023948" iyy="0.0076124" iyz="-0.0007072" izz="0.003149"/>
|
120 |
+
</inertial>
|
121 |
+
<visual>
|
122 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
123 |
+
<geometry>
|
124 |
+
<mesh filename="meshes/left_hip_yaw_link.STL"/>
|
125 |
+
</geometry>
|
126 |
+
<material name="white">
|
127 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
128 |
+
</material>
|
129 |
+
</visual>
|
130 |
+
<collision>
|
131 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
132 |
+
<geometry>
|
133 |
+
<mesh filename="meshes/left_hip_yaw_link.STL"/>
|
134 |
+
</geometry>
|
135 |
+
</collision>
|
136 |
+
</link>
|
137 |
+
<joint name="left_hip_yaw_joint" type="revolute">
|
138 |
+
<origin xyz="0.025001 0 -0.12412" rpy="0 0 0"/>
|
139 |
+
<parent link="left_hip_roll_link"/>
|
140 |
+
<child link="left_hip_yaw_link"/>
|
141 |
+
<axis xyz="0 0 1"/>
|
142 |
+
<limit lower="-2.7576" upper="2.7576" effort="88" velocity="32"/>
|
143 |
+
</joint>
|
144 |
+
<link name="left_knee_link">
|
145 |
+
<inertial>
|
146 |
+
<origin xyz="0.005457 0.003964 -0.12074" rpy="0 0 0"/>
|
147 |
+
<mass value="1.932"/>
|
148 |
+
<inertia ixx="0.011329" ixy="4.82E-05" ixz="-4.49E-05" iyy="0.011277" iyz="-0.0007146" izz="0.0015168"/>
|
149 |
+
</inertial>
|
150 |
+
<visual>
|
151 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
152 |
+
<geometry>
|
153 |
+
<mesh filename="meshes/left_knee_link.STL"/>
|
154 |
+
</geometry>
|
155 |
+
<material name="white">
|
156 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
157 |
+
</material>
|
158 |
+
</visual>
|
159 |
+
<collision>
|
160 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
161 |
+
<geometry>
|
162 |
+
<mesh filename="meshes/left_knee_link.STL"/>
|
163 |
+
</geometry>
|
164 |
+
</collision>
|
165 |
+
</link>
|
166 |
+
<joint name="left_knee_joint" type="revolute">
|
167 |
+
<origin xyz="-0.078273 0.0021489 -0.17734" rpy="0 0.1749 0"/>
|
168 |
+
<parent link="left_hip_yaw_link"/>
|
169 |
+
<child link="left_knee_link"/>
|
170 |
+
<axis xyz="0 1 0"/>
|
171 |
+
<limit lower="-0.087267" upper="2.8798" effort="139" velocity="20"/>
|
172 |
+
</joint>
|
173 |
+
<link name="left_ankle_pitch_link">
|
174 |
+
<inertial>
|
175 |
+
<origin xyz="-0.007269 0 0.011137" rpy="0 0 0"/>
|
176 |
+
<mass value="0.074"/>
|
177 |
+
<inertia ixx="8.4E-06" ixy="0" ixz="-2.9E-06" iyy="1.89E-05" iyz="0" izz="1.26E-05"/>
|
178 |
+
</inertial>
|
179 |
+
<visual>
|
180 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
181 |
+
<geometry>
|
182 |
+
<mesh filename="meshes/left_ankle_pitch_link.STL"/>
|
183 |
+
</geometry>
|
184 |
+
<material name="white">
|
185 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
186 |
+
</material>
|
187 |
+
</visual>
|
188 |
+
<collision>
|
189 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
190 |
+
<geometry>
|
191 |
+
<mesh filename="meshes/left_ankle_pitch_link.STL"/>
|
192 |
+
</geometry>
|
193 |
+
</collision>
|
194 |
+
</link>
|
195 |
+
<joint name="left_ankle_pitch_joint" type="revolute">
|
196 |
+
<origin xyz="0 -9.4445E-05 -0.30001" rpy="0 0 0"/>
|
197 |
+
<parent link="left_knee_link"/>
|
198 |
+
<child link="left_ankle_pitch_link"/>
|
199 |
+
<axis xyz="0 1 0"/>
|
200 |
+
<limit lower="-0.87267" upper="0.5236" effort="50" velocity="37"/>
|
201 |
+
</joint>
|
202 |
+
<link name="left_ankle_roll_link">
|
203 |
+
<inertial>
|
204 |
+
<origin xyz="0.026505 0 -0.016425" rpy="0 0 0"/>
|
205 |
+
<mass value="0.608"/>
|
206 |
+
<inertia ixx="0.0002231" ixy="2E-07" ixz="8.91E-05" iyy="0.0016161" iyz="-1E-07" izz="0.0016667"/>
|
207 |
+
</inertial>
|
208 |
+
<visual>
|
209 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
210 |
+
<geometry>
|
211 |
+
<mesh filename="meshes/left_ankle_roll_link.STL"/>
|
212 |
+
</geometry>
|
213 |
+
<material name="dark">
|
214 |
+
<color rgba="0.2 0.2 0.2 1"/>
|
215 |
+
</material>
|
216 |
+
</visual>
|
217 |
+
<collision>
|
218 |
+
<origin xyz="-0.05 0.025 -0.03" rpy="0 0 0"/>
|
219 |
+
<geometry>
|
220 |
+
<sphere radius="0.005"/>
|
221 |
+
</geometry>
|
222 |
+
</collision>
|
223 |
+
<collision>
|
224 |
+
<origin xyz="-0.05 -0.025 -0.03" rpy="0 0 0"/>
|
225 |
+
<geometry>
|
226 |
+
<sphere radius="0.005"/>
|
227 |
+
</geometry>
|
228 |
+
</collision>
|
229 |
+
<collision>
|
230 |
+
<origin xyz="0.12 0.03 -0.03" rpy="0 0 0"/>
|
231 |
+
<geometry>
|
232 |
+
<sphere radius="0.005"/>
|
233 |
+
</geometry>
|
234 |
+
</collision>
|
235 |
+
<collision>
|
236 |
+
<origin xyz="0.12 -0.03 -0.03" rpy="0 0 0"/>
|
237 |
+
<geometry>
|
238 |
+
<sphere radius="0.005"/>
|
239 |
+
</geometry>
|
240 |
+
</collision>
|
241 |
+
</link>
|
242 |
+
<joint name="left_ankle_roll_joint" type="revolute">
|
243 |
+
<origin xyz="0 0 -0.017558" rpy="0 0 0"/>
|
244 |
+
<parent link="left_ankle_pitch_link"/>
|
245 |
+
<child link="left_ankle_roll_link"/>
|
246 |
+
<axis xyz="1 0 0"/>
|
247 |
+
<limit lower="-0.2618" upper="0.2618" effort="50" velocity="37"/>
|
248 |
+
</joint>
|
249 |
+
<link name="right_hip_pitch_link">
|
250 |
+
<inertial>
|
251 |
+
<origin xyz="0.002741 -0.047791 -0.02606" rpy="0 0 0"/>
|
252 |
+
<mass value="1.35"/>
|
253 |
+
<inertia ixx="0.001811" ixy="-3.68E-05" ixz="-3.44E-05" iyy="0.0014193" iyz="-0.000171" izz="0.0012812"/>
|
254 |
+
</inertial>
|
255 |
+
<visual>
|
256 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
257 |
+
<geometry>
|
258 |
+
<mesh filename="meshes/right_hip_pitch_link.STL"/>
|
259 |
+
</geometry>
|
260 |
+
<material name="dark">
|
261 |
+
<color rgba="0.2 0.2 0.2 1"/>
|
262 |
+
</material>
|
263 |
+
</visual>
|
264 |
+
<collision>
|
265 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
266 |
+
<geometry>
|
267 |
+
<mesh filename="meshes/right_hip_pitch_link.STL"/>
|
268 |
+
</geometry>
|
269 |
+
</collision>
|
270 |
+
</link>
|
271 |
+
<joint name="right_hip_pitch_joint" type="revolute">
|
272 |
+
<origin xyz="0 -0.064452 -0.1027" rpy="0 0 0"/>
|
273 |
+
<parent link="pelvis"/>
|
274 |
+
<child link="right_hip_pitch_link"/>
|
275 |
+
<axis xyz="0 1 0"/>
|
276 |
+
<limit lower="-2.5307" upper="2.8798" effort="88" velocity="32"/>
|
277 |
+
</joint>
|
278 |
+
<link name="right_hip_roll_link">
|
279 |
+
<inertial>
|
280 |
+
<origin xyz="0.029812 0.001045 -0.087934" rpy="0 0 0"/>
|
281 |
+
<mass value="1.52"/>
|
282 |
+
<inertia ixx="0.0023773" ixy="3.8E-06" ixz="-0.0003908" iyy="0.0024123" iyz="-1.84E-05" izz="0.0016595"/>
|
283 |
+
</inertial>
|
284 |
+
<visual>
|
285 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
286 |
+
<geometry>
|
287 |
+
<mesh filename="meshes/right_hip_roll_link.STL"/>
|
288 |
+
</geometry>
|
289 |
+
<material name="white">
|
290 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
291 |
+
</material>
|
292 |
+
</visual>
|
293 |
+
<collision>
|
294 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
295 |
+
<geometry>
|
296 |
+
<mesh filename="meshes/right_hip_roll_link.STL"/>
|
297 |
+
</geometry>
|
298 |
+
</collision>
|
299 |
+
</link>
|
300 |
+
<joint name="right_hip_roll_joint" type="revolute">
|
301 |
+
<origin xyz="0 -0.052 -0.030465" rpy="0 -0.1749 0"/>
|
302 |
+
<parent link="right_hip_pitch_link"/>
|
303 |
+
<child link="right_hip_roll_link"/>
|
304 |
+
<axis xyz="1 0 0"/>
|
305 |
+
<limit lower="-2.9671" upper="0.5236" effort="139" velocity="20"/>
|
306 |
+
</joint>
|
307 |
+
<link name="right_hip_yaw_link">
|
308 |
+
<inertial>
|
309 |
+
<origin xyz="-0.057709 0.010981 -0.15078" rpy="0 0 0"/>
|
310 |
+
<mass value="1.702"/>
|
311 |
+
<inertia ixx="0.0057774" ixy="0.0005411" ixz="-0.0023948" iyy="0.0076124" iyz="0.0007072" izz="0.003149"/>
|
312 |
+
</inertial>
|
313 |
+
<visual>
|
314 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
315 |
+
<geometry>
|
316 |
+
<mesh filename="meshes/right_hip_yaw_link.STL"/>
|
317 |
+
</geometry>
|
318 |
+
<material name="white">
|
319 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
320 |
+
</material>
|
321 |
+
</visual>
|
322 |
+
<collision>
|
323 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
324 |
+
<geometry>
|
325 |
+
<mesh filename="meshes/right_hip_yaw_link.STL"/>
|
326 |
+
</geometry>
|
327 |
+
</collision>
|
328 |
+
</link>
|
329 |
+
<joint name="right_hip_yaw_joint" type="revolute">
|
330 |
+
<origin xyz="0.025001 0 -0.12412" rpy="0 0 0"/>
|
331 |
+
<parent link="right_hip_roll_link"/>
|
332 |
+
<child link="right_hip_yaw_link"/>
|
333 |
+
<axis xyz="0 0 1"/>
|
334 |
+
<limit lower="-2.7576" upper="2.7576" effort="88" velocity="32"/>
|
335 |
+
</joint>
|
336 |
+
<link name="right_knee_link">
|
337 |
+
<inertial>
|
338 |
+
<origin xyz="0.005457 -0.003964 -0.12074" rpy="0 0 0"/>
|
339 |
+
<mass value="1.932"/>
|
340 |
+
<inertia ixx="0.011329" ixy="-4.82E-05" ixz="4.49E-05" iyy="0.011277" iyz="0.0007146" izz="0.0015168"/>
|
341 |
+
</inertial>
|
342 |
+
<visual>
|
343 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
344 |
+
<geometry>
|
345 |
+
<mesh filename="meshes/right_knee_link.STL"/>
|
346 |
+
</geometry>
|
347 |
+
<material name="white">
|
348 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
349 |
+
</material>
|
350 |
+
</visual>
|
351 |
+
<collision>
|
352 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
353 |
+
<geometry>
|
354 |
+
<mesh filename="meshes/right_knee_link.STL"/>
|
355 |
+
</geometry>
|
356 |
+
</collision>
|
357 |
+
</link>
|
358 |
+
<joint name="right_knee_joint" type="revolute">
|
359 |
+
<origin xyz="-0.078273 -0.0021489 -0.17734" rpy="0 0.1749 0"/>
|
360 |
+
<parent link="right_hip_yaw_link"/>
|
361 |
+
<child link="right_knee_link"/>
|
362 |
+
<axis xyz="0 1 0"/>
|
363 |
+
<limit lower="-0.087267" upper="2.8798" effort="139" velocity="20"/>
|
364 |
+
</joint>
|
365 |
+
<link name="right_ankle_pitch_link">
|
366 |
+
<inertial>
|
367 |
+
<origin xyz="-0.007269 0 0.011137" rpy="0 0 0"/>
|
368 |
+
<mass value="0.074"/>
|
369 |
+
<inertia ixx="8.4E-06" ixy="0" ixz="-2.9E-06" iyy="1.89E-05" iyz="0" izz="1.26E-05"/>
|
370 |
+
</inertial>
|
371 |
+
<visual>
|
372 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
373 |
+
<geometry>
|
374 |
+
<mesh filename="meshes/right_ankle_pitch_link.STL"/>
|
375 |
+
</geometry>
|
376 |
+
<material name="white">
|
377 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
378 |
+
</material>
|
379 |
+
</visual>
|
380 |
+
<collision>
|
381 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
382 |
+
<geometry>
|
383 |
+
<mesh filename="meshes/right_ankle_pitch_link.STL"/>
|
384 |
+
</geometry>
|
385 |
+
</collision>
|
386 |
+
</link>
|
387 |
+
<joint name="right_ankle_pitch_joint" type="revolute">
|
388 |
+
<origin xyz="0 9.4445E-05 -0.30001" rpy="0 0 0"/>
|
389 |
+
<parent link="right_knee_link"/>
|
390 |
+
<child link="right_ankle_pitch_link"/>
|
391 |
+
<axis xyz="0 1 0"/>
|
392 |
+
<limit lower="-0.87267" upper="0.5236" effort="50" velocity="37"/>
|
393 |
+
</joint>
|
394 |
+
<link name="right_ankle_roll_link">
|
395 |
+
<inertial>
|
396 |
+
<origin xyz="0.026505 0 -0.016425" rpy="0 0 0"/>
|
397 |
+
<mass value="0.608"/>
|
398 |
+
<inertia ixx="0.0002231" ixy="-2E-07" ixz="8.91E-05" iyy="0.0016161" iyz="1E-07" izz="0.0016667"/>
|
399 |
+
</inertial>
|
400 |
+
<visual>
|
401 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
402 |
+
<geometry>
|
403 |
+
<mesh filename="meshes/right_ankle_roll_link.STL"/>
|
404 |
+
</geometry>
|
405 |
+
<material name="dark">
|
406 |
+
<color rgba="0.2 0.2 0.2 1"/>
|
407 |
+
</material>
|
408 |
+
</visual>
|
409 |
+
<collision>
|
410 |
+
<origin xyz="-0.05 0.025 -0.03" rpy="0 0 0"/>
|
411 |
+
<geometry>
|
412 |
+
<sphere radius="0.005"/>
|
413 |
+
</geometry>
|
414 |
+
</collision>
|
415 |
+
<collision>
|
416 |
+
<origin xyz="-0.05 -0.025 -0.03" rpy="0 0 0"/>
|
417 |
+
<geometry>
|
418 |
+
<sphere radius="0.005"/>
|
419 |
+
</geometry>
|
420 |
+
</collision>
|
421 |
+
<collision>
|
422 |
+
<origin xyz="0.12 0.03 -0.03" rpy="0 0 0"/>
|
423 |
+
<geometry>
|
424 |
+
<sphere radius="0.005"/>
|
425 |
+
</geometry>
|
426 |
+
</collision>
|
427 |
+
<collision>
|
428 |
+
<origin xyz="0.12 -0.03 -0.03" rpy="0 0 0"/>
|
429 |
+
<geometry>
|
430 |
+
<sphere radius="0.005"/>
|
431 |
+
</geometry>
|
432 |
+
</collision>
|
433 |
+
</link>
|
434 |
+
<joint name="right_ankle_roll_joint" type="revolute">
|
435 |
+
<origin xyz="0 0 -0.017558" rpy="0 0 0"/>
|
436 |
+
<parent link="right_ankle_pitch_link"/>
|
437 |
+
<child link="right_ankle_roll_link"/>
|
438 |
+
<axis xyz="1 0 0"/>
|
439 |
+
<limit lower="-0.2618" upper="0.2618" effort="50" velocity="37"/>
|
440 |
+
</joint>
|
441 |
+
|
442 |
+
<!-- Torso -->
|
443 |
+
<link name="waist_yaw_link">
|
444 |
+
<inertial>
|
445 |
+
<origin xyz="0.003494 0.000233 0.018034" rpy="0 0 0"/>
|
446 |
+
<mass value="0.214"/>
|
447 |
+
<inertia ixx="0.00010673" ixy="2.703E-06" ixz="-7.631E-06" iyy="0.00010422" iyz="-2.01E-07" izz="0.0001625"/>
|
448 |
+
</inertial>
|
449 |
+
<visual>
|
450 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
451 |
+
<geometry>
|
452 |
+
<mesh filename="meshes/waist_yaw_link_rev_1_0.STL"/>
|
453 |
+
</geometry>
|
454 |
+
<material name="white">
|
455 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
456 |
+
</material>
|
457 |
+
</visual>
|
458 |
+
</link>
|
459 |
+
<joint name="waist_yaw_joint" type="revolute">
|
460 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
461 |
+
<parent link="pelvis"/>
|
462 |
+
<child link="waist_yaw_link"/>
|
463 |
+
<axis xyz="0 0 1"/>
|
464 |
+
<limit lower="-2.618" upper="2.618" effort="88" velocity="32"/>
|
465 |
+
</joint>
|
466 |
+
<link name="waist_roll_link">
|
467 |
+
<inertial>
|
468 |
+
<origin xyz="0 2.3E-05 0" rpy="0 0 0"/>
|
469 |
+
<mass value="0.086"/>
|
470 |
+
<inertia ixx="7.079E-06" ixy="0" ixz="0" iyy="6.339E-06" iyz="0" izz="8.245E-06"/>
|
471 |
+
</inertial>
|
472 |
+
<visual>
|
473 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
474 |
+
<geometry>
|
475 |
+
<mesh filename="meshes/waist_roll_link_rev_1_0.STL"/>
|
476 |
+
</geometry>
|
477 |
+
<material name="white">
|
478 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
479 |
+
</material>
|
480 |
+
</visual>
|
481 |
+
</link>
|
482 |
+
<joint name="waist_roll_joint" type="revolute">
|
483 |
+
<origin xyz="-0.0039635 0 0.044" rpy="0 0 0"/>
|
484 |
+
<parent link="waist_yaw_link"/>
|
485 |
+
<child link="waist_roll_link"/>
|
486 |
+
<axis xyz="1 0 0"/>
|
487 |
+
<limit lower="-0.52" upper="0.52" effort="50" velocity="37"/>
|
488 |
+
</joint>
|
489 |
+
<link name="torso_link">
|
490 |
+
<inertial>
|
491 |
+
<origin xyz="0.000931 0.000346 0.15082" rpy="0 0 0"/>
|
492 |
+
<mass value="6.78"/>
|
493 |
+
<inertia ixx="0.05905" ixy="3.3302E-05" ixz="-0.0017715" iyy="0.047014" iyz="-2.2399E-05" izz="0.025652"/>
|
494 |
+
</inertial>
|
495 |
+
<visual>
|
496 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
497 |
+
<geometry>
|
498 |
+
<mesh filename="meshes/torso_link_rev_1_0.STL"/>
|
499 |
+
</geometry>
|
500 |
+
<material name="white">
|
501 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
502 |
+
</material>
|
503 |
+
</visual>
|
504 |
+
<collision>
|
505 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
506 |
+
<geometry>
|
507 |
+
<mesh filename="meshes/torso_link_rev_1_0.STL"/>
|
508 |
+
</geometry>
|
509 |
+
</collision>
|
510 |
+
</link>
|
511 |
+
<joint name="waist_pitch_joint" type="revolute">
|
512 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
513 |
+
<parent link="waist_roll_link"/>
|
514 |
+
<child link="torso_link"/>
|
515 |
+
<axis xyz="0 1 0"/>
|
516 |
+
<limit lower="-0.52" upper="0.52" effort="50" velocity="37"/>
|
517 |
+
</joint>
|
518 |
+
|
519 |
+
<!-- LOGO -->
|
520 |
+
<joint name="logo_joint" type="fixed">
|
521 |
+
<origin xyz="0.0039635 0 -0.044" rpy="0 0 0"/>
|
522 |
+
<parent link="torso_link"/>
|
523 |
+
<child link="logo_link"/>
|
524 |
+
</joint>
|
525 |
+
<link name="logo_link">
|
526 |
+
<inertial>
|
527 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
528 |
+
<mass value="0.001"/>
|
529 |
+
<inertia ixx="1e-7" ixy="0" ixz="0" iyy="1e-7" iyz="0" izz="1e-7"/>
|
530 |
+
</inertial>
|
531 |
+
<visual>
|
532 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
533 |
+
<geometry>
|
534 |
+
<mesh filename="meshes/logo_link.STL"/>
|
535 |
+
</geometry>
|
536 |
+
<material name="dark">
|
537 |
+
<color rgba="0.2 0.2 0.2 1"/>
|
538 |
+
</material>
|
539 |
+
</visual>
|
540 |
+
<collision>
|
541 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
542 |
+
<geometry>
|
543 |
+
<mesh filename="meshes/logo_link.STL"/>
|
544 |
+
</geometry>
|
545 |
+
</collision>
|
546 |
+
</link>
|
547 |
+
|
548 |
+
<!-- Head -->
|
549 |
+
<link name="head_link">
|
550 |
+
<inertial>
|
551 |
+
<origin xyz="0.005267 0.000299 0.449869" rpy="0 0 0"/>
|
552 |
+
<mass value="1.036"/>
|
553 |
+
<inertia ixx="0.004085051" ixy="-2.543E-06" ixz="-6.9455E-05" iyy="0.004185212" iyz="-3.726E-06" izz="0.001807911"/>
|
554 |
+
</inertial>
|
555 |
+
<visual>
|
556 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
557 |
+
<geometry>
|
558 |
+
<mesh filename="meshes/head_link.STL"/>
|
559 |
+
</geometry>
|
560 |
+
<material name="dark">
|
561 |
+
<color rgba="0.2 0.2 0.2 1"/>
|
562 |
+
</material>
|
563 |
+
</visual>
|
564 |
+
<collision>
|
565 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
566 |
+
<geometry>
|
567 |
+
<mesh filename="meshes/head_link.STL"/>
|
568 |
+
</geometry>
|
569 |
+
</collision>
|
570 |
+
</link>
|
571 |
+
<joint name="head_joint" type="fixed">
|
572 |
+
<origin xyz="0.0039635 0 -0.044" rpy="0 0 0"/>
|
573 |
+
<parent link="torso_link"/>
|
574 |
+
<child link="head_link"/>
|
575 |
+
</joint>
|
576 |
+
|
577 |
+
|
578 |
+
<!-- IMU -->
|
579 |
+
<link name="imu_in_torso"></link>
|
580 |
+
<joint name="imu_in_torso_joint" type="fixed">
|
581 |
+
<origin xyz="-0.03959 -0.00224 0.14792" rpy="0 0 0"/>
|
582 |
+
<parent link="torso_link"/>
|
583 |
+
<child link="imu_in_torso"/>
|
584 |
+
</joint>
|
585 |
+
|
586 |
+
<link name="imu_in_pelvis"></link>
|
587 |
+
<joint name="imu_in_pelvis_joint" type="fixed">
|
588 |
+
<origin xyz="0.04525 0 -0.08339" rpy="0 0 0"/>
|
589 |
+
<parent link="pelvis"/>
|
590 |
+
<child link="imu_in_pelvis"/>
|
591 |
+
</joint>
|
592 |
+
|
593 |
+
<!-- d435 -->
|
594 |
+
<link name="d435_link"></link>
|
595 |
+
<joint name="d435_joint" type="fixed">
|
596 |
+
<origin xyz="0.0576235 0.01753 0.42987" rpy="0 0.8307767239493009 0"/>
|
597 |
+
<parent link="torso_link"/>
|
598 |
+
<child link="d435_link"/>
|
599 |
+
</joint>
|
600 |
+
|
601 |
+
<!-- mid360 -->
|
602 |
+
<link name="mid360_link"></link>
|
603 |
+
<joint name="mid360_joint" type="fixed">
|
604 |
+
<origin xyz="0.0002835 0.00003 0.41618" rpy="0 0.04014257279586953 0"/>
|
605 |
+
<parent link="torso_link"/>
|
606 |
+
<child link="mid360_link"/>
|
607 |
+
</joint>
|
608 |
+
|
609 |
+
<!-- Arm -->
|
610 |
+
<link name="left_shoulder_pitch_link">
|
611 |
+
<inertial>
|
612 |
+
<origin xyz="0 0.035892 -0.011628" rpy="0 0 0"/>
|
613 |
+
<mass value="0.718"/>
|
614 |
+
<inertia ixx="0.0004291" ixy="-9.2E-06" ixz="6.4E-06" iyy="0.000453" iyz="2.26E-05" izz="0.000423"/>
|
615 |
+
</inertial>
|
616 |
+
<visual>
|
617 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
618 |
+
<geometry>
|
619 |
+
<mesh filename="meshes/left_shoulder_pitch_link.STL"/>
|
620 |
+
</geometry>
|
621 |
+
<material name="white">
|
622 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
623 |
+
</material>
|
624 |
+
</visual>
|
625 |
+
<collision>
|
626 |
+
<origin xyz="0 0.04 -0.01" rpy="0 1.5707963267948966 0"/>
|
627 |
+
<geometry>
|
628 |
+
<cylinder radius="0.03" length="0.05"/>
|
629 |
+
</geometry>
|
630 |
+
</collision>
|
631 |
+
</link>
|
632 |
+
<joint name="left_shoulder_pitch_joint" type="revolute">
|
633 |
+
<origin xyz="0.0039563 0.10022 0.24778" rpy="0.27931 5.4949E-05 -0.00019159"/>
|
634 |
+
<parent link="torso_link"/>
|
635 |
+
<child link="left_shoulder_pitch_link"/>
|
636 |
+
<axis xyz="0 1 0"/>
|
637 |
+
<limit lower="-3.0892" upper="2.6704" effort="25" velocity="37"/>
|
638 |
+
</joint>
|
639 |
+
<link name="left_shoulder_roll_link">
|
640 |
+
<inertial>
|
641 |
+
<origin xyz="-0.000227 0.00727 -0.063243" rpy="0 0 0"/>
|
642 |
+
<mass value="0.643"/>
|
643 |
+
<inertia ixx="0.0006177" ixy="-1E-06" ixz="8.7E-06" iyy="0.0006912" iyz="-5.3E-06" izz="0.0003894"/>
|
644 |
+
</inertial>
|
645 |
+
<visual>
|
646 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
647 |
+
<geometry>
|
648 |
+
<mesh filename="meshes/left_shoulder_roll_link.STL"/>
|
649 |
+
</geometry>
|
650 |
+
<material name="white">
|
651 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
652 |
+
</material>
|
653 |
+
</visual>
|
654 |
+
<collision>
|
655 |
+
<origin xyz="-0.004 0.006 -0.053" rpy="0 0 0"/>
|
656 |
+
<geometry>
|
657 |
+
<cylinder radius="0.03" length="0.03"/>
|
658 |
+
</geometry>
|
659 |
+
</collision>
|
660 |
+
</link>
|
661 |
+
<joint name="left_shoulder_roll_joint" type="revolute">
|
662 |
+
<origin xyz="0 0.038 -0.013831" rpy="-0.27925 0 0"/>
|
663 |
+
<parent link="left_shoulder_pitch_link"/>
|
664 |
+
<child link="left_shoulder_roll_link"/>
|
665 |
+
<axis xyz="1 0 0"/>
|
666 |
+
<limit lower="-1.5882" upper="2.2515" effort="25" velocity="37"/>
|
667 |
+
</joint>
|
668 |
+
<link name="left_shoulder_yaw_link">
|
669 |
+
<inertial>
|
670 |
+
<origin xyz="0.010773 -0.002949 -0.072009" rpy="0 0 0"/>
|
671 |
+
<mass value="0.734"/>
|
672 |
+
<inertia ixx="0.0009988" ixy="7.9E-06" ixz="0.0001412" iyy="0.0010605" iyz="-2.86E-05" izz="0.0004354"/>
|
673 |
+
</inertial>
|
674 |
+
<visual>
|
675 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
676 |
+
<geometry>
|
677 |
+
<mesh filename="meshes/left_shoulder_yaw_link.STL"/>
|
678 |
+
</geometry>
|
679 |
+
<material name="white">
|
680 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
681 |
+
</material>
|
682 |
+
</visual>
|
683 |
+
<collision>
|
684 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
685 |
+
<geometry>
|
686 |
+
<mesh filename="meshes/left_shoulder_yaw_link.STL"/>
|
687 |
+
</geometry>
|
688 |
+
</collision>
|
689 |
+
</link>
|
690 |
+
<joint name="left_shoulder_yaw_joint" type="revolute">
|
691 |
+
<origin xyz="0 0.00624 -0.1032" rpy="0 0 0"/>
|
692 |
+
<parent link="left_shoulder_roll_link"/>
|
693 |
+
<child link="left_shoulder_yaw_link"/>
|
694 |
+
<axis xyz="0 0 1"/>
|
695 |
+
<limit lower="-2.618" upper="2.618" effort="25" velocity="37"/>
|
696 |
+
</joint>
|
697 |
+
<link name="left_elbow_link">
|
698 |
+
<inertial>
|
699 |
+
<origin xyz="0.064956 0.004454 -0.010062" rpy="0 0 0"/>
|
700 |
+
<mass value="0.6"/>
|
701 |
+
<inertia ixx="0.0002891" ixy="6.53E-05" ixz="1.72E-05" iyy="0.0004152" iyz="-5.6E-06" izz="0.0004197"/>
|
702 |
+
</inertial>
|
703 |
+
<visual>
|
704 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
705 |
+
<geometry>
|
706 |
+
<mesh filename="meshes/left_elbow_link.STL"/>
|
707 |
+
</geometry>
|
708 |
+
<material name="white">
|
709 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
710 |
+
</material>
|
711 |
+
</visual>
|
712 |
+
<collision>
|
713 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
714 |
+
<geometry>
|
715 |
+
<mesh filename="meshes/left_elbow_link.STL"/>
|
716 |
+
</geometry>
|
717 |
+
</collision>
|
718 |
+
</link>
|
719 |
+
<joint name="left_elbow_joint" type="revolute">
|
720 |
+
<origin xyz="0.015783 0 -0.080518" rpy="0 0 0"/>
|
721 |
+
<parent link="left_shoulder_yaw_link"/>
|
722 |
+
<child link="left_elbow_link"/>
|
723 |
+
<axis xyz="0 1 0"/>
|
724 |
+
<limit lower="-1.0472" upper="2.0944" effort="25" velocity="37"/>
|
725 |
+
</joint>
|
726 |
+
<joint name="left_wrist_roll_joint" type="revolute">
|
727 |
+
<origin xyz="0.100 0.00188791 -0.010" rpy="0 0 0"/>
|
728 |
+
<axis xyz="1 0 0"/>
|
729 |
+
<parent link="left_elbow_link"/>
|
730 |
+
<child link="left_wrist_roll_link"/>
|
731 |
+
<limit effort="25" velocity="37" lower="-1.972222054" upper="1.972222054"/>
|
732 |
+
</joint>
|
733 |
+
<link name="left_wrist_roll_link">
|
734 |
+
<inertial>
|
735 |
+
<origin xyz="0.01713944778 0.00053759094 0.00000048864" rpy="0 0 0"/>
|
736 |
+
<mass value="0.08544498"/>
|
737 |
+
<inertia ixx="0.00004821544023" ixy="-0.00000424511021" ixz="0.00000000510599" iyy="0.00003722899093" iyz="-0.00000000123525" izz="0.00005482106541"/>
|
738 |
+
</inertial>
|
739 |
+
<visual>
|
740 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
741 |
+
<geometry>
|
742 |
+
<mesh filename="meshes/left_wrist_roll_link.STL"/>
|
743 |
+
</geometry>
|
744 |
+
<material name="white">
|
745 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
746 |
+
</material>
|
747 |
+
</visual>
|
748 |
+
<collision>
|
749 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
750 |
+
<geometry>
|
751 |
+
<mesh filename="meshes/left_wrist_roll_link.STL"/>
|
752 |
+
</geometry>
|
753 |
+
</collision>
|
754 |
+
</link>
|
755 |
+
<joint name="left_wrist_pitch_joint" type="revolute">
|
756 |
+
<origin xyz="0.038 0 0" rpy="0 0 0"/>
|
757 |
+
<axis xyz="0 1 0"/>
|
758 |
+
<parent link="left_wrist_roll_link"/>
|
759 |
+
<child link="left_wrist_pitch_link"/>
|
760 |
+
<limit effort="5" velocity="22" lower="-1.614429558" upper="1.614429558"/>
|
761 |
+
</joint>
|
762 |
+
<link name="left_wrist_pitch_link">
|
763 |
+
<inertial>
|
764 |
+
<origin xyz="0.02299989837 -0.00111685314 -0.00111658096" rpy="0 0 0"/>
|
765 |
+
<mass value="0.48404956"/>
|
766 |
+
<inertia ixx="0.00016579646273" ixy="-0.00001231206746" ixz="0.00001231699194" iyy="0.00042954057410" iyz="0.00000081417712" izz="0.00042953697654"/>
|
767 |
+
</inertial>
|
768 |
+
<visual>
|
769 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
770 |
+
<geometry>
|
771 |
+
<mesh filename="meshes/left_wrist_pitch_link.STL"/>
|
772 |
+
</geometry>
|
773 |
+
<material name="white">
|
774 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
775 |
+
</material>
|
776 |
+
</visual>
|
777 |
+
<collision>
|
778 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
779 |
+
<geometry>
|
780 |
+
<mesh filename="meshes/left_wrist_pitch_link.STL"/>
|
781 |
+
</geometry>
|
782 |
+
</collision>
|
783 |
+
</link>
|
784 |
+
<joint name="left_wrist_yaw_joint" type="revolute">
|
785 |
+
<origin xyz="0.046 0 0" rpy="0 0 0"/>
|
786 |
+
<axis xyz="0 0 1"/>
|
787 |
+
<parent link="left_wrist_pitch_link"/>
|
788 |
+
<child link="left_wrist_yaw_link"/>
|
789 |
+
<limit effort="5" velocity="22" lower="-1.614429558" upper="1.614429558"/>
|
790 |
+
</joint>
|
791 |
+
<link name="left_wrist_yaw_link">
|
792 |
+
<inertial>
|
793 |
+
<origin xyz="0.02200381568 0.00049485096 0.00053861123" rpy="0 0 0"/>
|
794 |
+
<mass value="0.08457647"/>
|
795 |
+
<inertia ixx="0.00004929128828" ixy="-0.00000045735494" ixz="0.00000445867591" iyy="0.00005973338134" iyz="0.00000043217198" izz="0.00003928083826"/>
|
796 |
+
</inertial>
|
797 |
+
<visual>
|
798 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
799 |
+
<geometry>
|
800 |
+
<mesh filename="meshes/left_wrist_yaw_link.STL"/>
|
801 |
+
</geometry>
|
802 |
+
<material name="white">
|
803 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
804 |
+
</material>
|
805 |
+
</visual>
|
806 |
+
<collision>
|
807 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
808 |
+
<geometry>
|
809 |
+
<mesh filename="meshes/left_wrist_yaw_link.STL"/>
|
810 |
+
</geometry>
|
811 |
+
</collision>
|
812 |
+
</link>
|
813 |
+
<joint name="left_hand_palm_joint" type="fixed">
|
814 |
+
<origin xyz="0.0415 0.003 0" rpy="0 0 0"/>
|
815 |
+
<parent link="left_wrist_yaw_link"/>
|
816 |
+
<child link="left_rubber_hand"/>
|
817 |
+
</joint>
|
818 |
+
<link name="left_rubber_hand">
|
819 |
+
<inertial>
|
820 |
+
<origin xyz="0.05361310808 -0.00295905240 0.00215413091" rpy="0 0 0"/>
|
821 |
+
<mass value="0.170"/>
|
822 |
+
<inertia ixx="0.00010099485234748" ixy="0.00003618590790516" ixz="-0.00000074301518642" iyy="0.00028135871571621" iyz="0.00000330189743286" izz="0.00021894770413514"/>
|
823 |
+
</inertial>
|
824 |
+
<visual>
|
825 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
826 |
+
<geometry>
|
827 |
+
<mesh filename="meshes/left_rubber_hand.STL"/>
|
828 |
+
</geometry>
|
829 |
+
<material name="white">
|
830 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
831 |
+
</material>
|
832 |
+
</visual>
|
833 |
+
</link>
|
834 |
+
<link name="right_shoulder_pitch_link">
|
835 |
+
<inertial>
|
836 |
+
<origin xyz="0 -0.035892 -0.011628" rpy="0 0 0"/>
|
837 |
+
<mass value="0.718"/>
|
838 |
+
<inertia ixx="0.0004291" ixy="9.2E-06" ixz="6.4E-06" iyy="0.000453" iyz="-2.26E-05" izz="0.000423"/>
|
839 |
+
</inertial>
|
840 |
+
<visual>
|
841 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
842 |
+
<geometry>
|
843 |
+
<mesh filename="meshes/right_shoulder_pitch_link.STL"/>
|
844 |
+
</geometry>
|
845 |
+
<material name="white">
|
846 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
847 |
+
</material>
|
848 |
+
</visual>
|
849 |
+
<collision>
|
850 |
+
<origin xyz="0 -0.04 -0.01" rpy="0 1.5707963267948966 0"/>
|
851 |
+
<geometry>
|
852 |
+
<cylinder radius="0.03" length="0.05"/>
|
853 |
+
</geometry>
|
854 |
+
</collision>
|
855 |
+
</link>
|
856 |
+
<joint name="right_shoulder_pitch_joint" type="revolute">
|
857 |
+
<origin xyz="0.0039563 -0.10021 0.24778" rpy="-0.27931 5.4949E-05 0.00019159"/>
|
858 |
+
<parent link="torso_link"/>
|
859 |
+
<child link="right_shoulder_pitch_link"/>
|
860 |
+
<axis xyz="0 1 0"/>
|
861 |
+
<limit lower="-3.0892" upper="2.6704" effort="25" velocity="37"/>
|
862 |
+
</joint>
|
863 |
+
<link name="right_shoulder_roll_link">
|
864 |
+
<inertial>
|
865 |
+
<origin xyz="-0.000227 -0.00727 -0.063243" rpy="0 0 0"/>
|
866 |
+
<mass value="0.643"/>
|
867 |
+
<inertia ixx="0.0006177" ixy="1E-06" ixz="8.7E-06" iyy="0.0006912" iyz="5.3E-06" izz="0.0003894"/>
|
868 |
+
</inertial>
|
869 |
+
<visual>
|
870 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
871 |
+
<geometry>
|
872 |
+
<mesh filename="meshes/right_shoulder_roll_link.STL"/>
|
873 |
+
</geometry>
|
874 |
+
<material name="white">
|
875 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
876 |
+
</material>
|
877 |
+
</visual>
|
878 |
+
<collision>
|
879 |
+
<origin xyz="-0.004 -0.006 -0.053" rpy="0 0 0"/>
|
880 |
+
<geometry>
|
881 |
+
<cylinder radius="0.03" length="0.03"/>
|
882 |
+
</geometry>
|
883 |
+
</collision>
|
884 |
+
</link>
|
885 |
+
<joint name="right_shoulder_roll_joint" type="revolute">
|
886 |
+
<origin xyz="0 -0.038 -0.013831" rpy="0.27925 0 0"/>
|
887 |
+
<parent link="right_shoulder_pitch_link"/>
|
888 |
+
<child link="right_shoulder_roll_link"/>
|
889 |
+
<axis xyz="1 0 0"/>
|
890 |
+
<limit lower="-2.2515" upper="1.5882" effort="25" velocity="37"/>
|
891 |
+
</joint>
|
892 |
+
<link name="right_shoulder_yaw_link">
|
893 |
+
<inertial>
|
894 |
+
<origin xyz="0.010773 0.002949 -0.072009" rpy="0 0 0"/>
|
895 |
+
<mass value="0.734"/>
|
896 |
+
<inertia ixx="0.0009988" ixy="-7.9E-06" ixz="0.0001412" iyy="0.0010605" iyz="2.86E-05" izz="0.0004354"/>
|
897 |
+
</inertial>
|
898 |
+
<visual>
|
899 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
900 |
+
<geometry>
|
901 |
+
<mesh filename="meshes/right_shoulder_yaw_link.STL"/>
|
902 |
+
</geometry>
|
903 |
+
<material name="white">
|
904 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
905 |
+
</material>
|
906 |
+
</visual>
|
907 |
+
<collision>
|
908 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
909 |
+
<geometry>
|
910 |
+
<mesh filename="meshes/right_shoulder_yaw_link.STL"/>
|
911 |
+
</geometry>
|
912 |
+
</collision>
|
913 |
+
</link>
|
914 |
+
<joint name="right_shoulder_yaw_joint" type="revolute">
|
915 |
+
<origin xyz="0 -0.00624 -0.1032" rpy="0 0 0"/>
|
916 |
+
<parent link="right_shoulder_roll_link"/>
|
917 |
+
<child link="right_shoulder_yaw_link"/>
|
918 |
+
<axis xyz="0 0 1"/>
|
919 |
+
<limit lower="-2.618" upper="2.618" effort="25" velocity="37"/>
|
920 |
+
</joint>
|
921 |
+
<link name="right_elbow_link">
|
922 |
+
<inertial>
|
923 |
+
<origin xyz="0.064956 -0.004454 -0.010062" rpy="0 0 0"/>
|
924 |
+
<mass value="0.6"/>
|
925 |
+
<inertia ixx="0.0002891" ixy="-6.53E-05" ixz="1.72E-05" iyy="0.0004152" iyz="5.6E-06" izz="0.0004197"/>
|
926 |
+
</inertial>
|
927 |
+
<visual>
|
928 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
929 |
+
<geometry>
|
930 |
+
<mesh filename="meshes/right_elbow_link.STL"/>
|
931 |
+
</geometry>
|
932 |
+
<material name="white">
|
933 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
934 |
+
</material>
|
935 |
+
</visual>
|
936 |
+
<collision>
|
937 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
938 |
+
<geometry>
|
939 |
+
<mesh filename="meshes/right_elbow_link.STL"/>
|
940 |
+
</geometry>
|
941 |
+
</collision>
|
942 |
+
</link>
|
943 |
+
<joint name="right_elbow_joint" type="revolute">
|
944 |
+
<origin xyz="0.015783 0 -0.080518" rpy="0 0 0"/>
|
945 |
+
<parent link="right_shoulder_yaw_link"/>
|
946 |
+
<child link="right_elbow_link"/>
|
947 |
+
<axis xyz="0 1 0"/>
|
948 |
+
<limit lower="-1.0472" upper="2.0944" effort="25" velocity="37"/>
|
949 |
+
</joint>
|
950 |
+
<joint name="right_wrist_roll_joint" type="revolute">
|
951 |
+
<origin xyz="0.100 -0.00188791 -0.010" rpy="0 0 0"/>
|
952 |
+
<axis xyz="1 0 0"/>
|
953 |
+
<parent link="right_elbow_link"/>
|
954 |
+
<child link="right_wrist_roll_link"/>
|
955 |
+
<limit effort="25" velocity="37" lower="-1.972222054" upper="1.972222054"/>
|
956 |
+
</joint>
|
957 |
+
<link name="right_wrist_roll_link">
|
958 |
+
<inertial>
|
959 |
+
<origin xyz="0.01713944778 -0.00053759094 0.00000048864" rpy="0 0 0"/>
|
960 |
+
<mass value="0.08544498"/>
|
961 |
+
<inertia ixx="0.00004821544023" ixy="0.00000424511021" ixz="0.00000000510599" iyy="0.00003722899093" iyz="0.00000000123525" izz="0.00005482106541"/>
|
962 |
+
</inertial>
|
963 |
+
<visual>
|
964 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
965 |
+
<geometry>
|
966 |
+
<mesh filename="meshes/right_wrist_roll_link.STL"/>
|
967 |
+
</geometry>
|
968 |
+
<material name="white">
|
969 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
970 |
+
</material>
|
971 |
+
</visual>
|
972 |
+
<collision>
|
973 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
974 |
+
<geometry>
|
975 |
+
<mesh filename="meshes/right_wrist_roll_link.STL"/>
|
976 |
+
</geometry>
|
977 |
+
</collision>
|
978 |
+
</link>
|
979 |
+
<joint name="right_wrist_pitch_joint" type="revolute">
|
980 |
+
<origin xyz="0.038 0 0" rpy="0 0 0"/>
|
981 |
+
<axis xyz="0 1 0"/>
|
982 |
+
<parent link="right_wrist_roll_link"/>
|
983 |
+
<child link="right_wrist_pitch_link"/>
|
984 |
+
<limit effort="5" velocity="22" lower="-1.614429558" upper="1.614429558"/>
|
985 |
+
</joint>
|
986 |
+
<link name="right_wrist_pitch_link">
|
987 |
+
<inertial>
|
988 |
+
<origin xyz="0.02299989837 0.00111685314 -0.00111658096" rpy="0 0 0"/>
|
989 |
+
<mass value="0.48404956"/>
|
990 |
+
<inertia ixx="0.00016579646273" ixy="0.00001231206746" ixz="0.00001231699194" iyy="0.00042954057410" iyz="-0.00000081417712" izz="0.00042953697654"/>
|
991 |
+
</inertial>
|
992 |
+
<visual>
|
993 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
994 |
+
<geometry>
|
995 |
+
<mesh filename="meshes/right_wrist_pitch_link.STL"/>
|
996 |
+
</geometry>
|
997 |
+
<material name="white">
|
998 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
999 |
+
</material>
|
1000 |
+
</visual>
|
1001 |
+
<collision>
|
1002 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
1003 |
+
<geometry>
|
1004 |
+
<mesh filename="meshes/right_wrist_pitch_link.STL"/>
|
1005 |
+
</geometry>
|
1006 |
+
</collision>
|
1007 |
+
</link>
|
1008 |
+
<joint name="right_wrist_yaw_joint" type="revolute">
|
1009 |
+
<origin xyz="0.046 0 0" rpy="0 0 0"/>
|
1010 |
+
<axis xyz="0 0 1"/>
|
1011 |
+
<parent link="right_wrist_pitch_link"/>
|
1012 |
+
<child link="right_wrist_yaw_link"/>
|
1013 |
+
<limit effort="5" velocity="22" lower="-1.614429558" upper="1.614429558"/>
|
1014 |
+
</joint>
|
1015 |
+
<link name="right_wrist_yaw_link">
|
1016 |
+
<inertial>
|
1017 |
+
<origin xyz="0.02200381568 -0.00049485096 0.00053861123" rpy="0 0 0"/>
|
1018 |
+
<mass value="0.08457647"/>
|
1019 |
+
<inertia ixx="0.00004929128828" ixy="0.00000045735494" ixz="0.00000445867591" iyy="0.00005973338134" iyz="-0.00000043217198" izz="0.00003928083826"/>
|
1020 |
+
</inertial>
|
1021 |
+
<visual>
|
1022 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
1023 |
+
<geometry>
|
1024 |
+
<mesh filename="meshes/right_wrist_yaw_link.STL"/>
|
1025 |
+
</geometry>
|
1026 |
+
<material name="white">
|
1027 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
1028 |
+
</material>
|
1029 |
+
</visual>
|
1030 |
+
<collision>
|
1031 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
1032 |
+
<geometry>
|
1033 |
+
<mesh filename="meshes/right_wrist_yaw_link.STL"/>
|
1034 |
+
</geometry>
|
1035 |
+
</collision>
|
1036 |
+
</link>
|
1037 |
+
<joint name="right_hand_palm_joint" type="fixed">
|
1038 |
+
<origin xyz="0.0415 -0.003 0" rpy="0 0 0"/>
|
1039 |
+
<parent link="right_wrist_yaw_link"/>
|
1040 |
+
<child link="right_rubber_hand"/>
|
1041 |
+
</joint>
|
1042 |
+
<link name="right_rubber_hand">
|
1043 |
+
<inertial>
|
1044 |
+
<origin xyz="0.05361310808 0.00295905240 0.00215413091" rpy="0 0 0"/>
|
1045 |
+
<mass value="0.170"/>
|
1046 |
+
<inertia ixx="0.00010099485234748" ixy="-0.00003618590790516" ixz="-0.00000074301518642" iyy="0.00028135871571621" iyz="-0.00000330189743286" izz="0.00021894770413514"/>
|
1047 |
+
</inertial>
|
1048 |
+
<visual>
|
1049 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
1050 |
+
<geometry>
|
1051 |
+
<mesh filename="meshes/right_rubber_hand.STL"/>
|
1052 |
+
</geometry>
|
1053 |
+
<material name="white">
|
1054 |
+
<color rgba="0.7 0.7 0.7 1"/>
|
1055 |
+
</material>
|
1056 |
+
</visual>
|
1057 |
+
</link>
|
1058 |
+
</robot>
|
robot_description/g1/meshes/head_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:005fb67fbd3eff94aa8bf4a6e83238174e9f91b6721f7111594322f223724411
|
3 |
+
size 932784
|
robot_description/g1/meshes/left_ankle_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d49e3abc6f5b12e532062cd575b87b5ef40cd2a3fc18f54a1ca5bba4f773d51d
|
3 |
+
size 71184
|
robot_description/g1/meshes/left_ankle_roll_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4092af943141d4d9f74232f3cfa345afc6565f46a077793b8ae0e68b39dc33f
|
3 |
+
size 653384
|
robot_description/g1/meshes/left_elbow_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa752198accd104d5c4c3a01382e45165b944fbbc5acce085059223324e5bed3
|
3 |
+
size 88784
|
robot_description/g1/meshes/left_hip_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4725168105ee768ee31638ef22b53f6be2d7641bfd7cfefe803488d884776fa4
|
3 |
+
size 181684
|
robot_description/g1/meshes/left_hip_roll_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91f25922ee8a7c3152790051bebad17b4d9cd243569c38fe340285ff93a97acf
|
3 |
+
size 192184
|
robot_description/g1/meshes/left_hip_yaw_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a16d88aa6ddac8083aa7ad55ed317bea44b1fa003d314fba88965b7ed0f3b55b
|
3 |
+
size 296284
|
robot_description/g1/meshes/left_knee_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d92b9e3d3a636761150bb8025e32514c4602b91c7028d523ee42b3e632de477
|
3 |
+
size 854884
|
robot_description/g1/meshes/left_rubber_hand.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cff2221a690fa69303f61fce68f2d155c1517b52efb6ca9262dd56e0bc6e70fe
|
3 |
+
size 2287484
|
robot_description/g1/meshes/left_shoulder_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0d1cfd02fcf0d42f95e678eeca33da3afbcc366ffba5c052847773ec4f31d52
|
3 |
+
size 176784
|
robot_description/g1/meshes/left_shoulder_roll_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb9df21687773522598dc384f1a2945c7519f11cbc8bd372a49170316d6eee88
|
3 |
+
size 400284
|
robot_description/g1/meshes/left_shoulder_yaw_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1aa97e9748e924336567992181f78c7cd0652fd52a4afcca3df6b2ef6f9e712e
|
3 |
+
size 249184
|
robot_description/g1/meshes/left_wrist_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b251d8e05047f695d0f536cd78c11973cfa4e78d08cfe82759336cc3471de3a9
|
3 |
+
size 85984
|
robot_description/g1/meshes/left_wrist_roll_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edc387c9a0ba8c2237e9b296d32531426fabeb6f53e58df45c76106bca74148c
|
3 |
+
size 356184
|
robot_description/g1/meshes/left_wrist_roll_rubber_hand.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e81030abd023bd9e4a308ef376d814a2c12d684d8a7670c335bbd5cd7809c909
|
3 |
+
size 3484884
|
robot_description/g1/meshes/left_wrist_yaw_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83f8fb3a726bf9613d65dd14f0f447cb918c3c95b3938042a0c9c09749267d3b
|
3 |
+
size 318684
|
robot_description/g1/meshes/logo_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8571a0a19bc4916fa55f91449f51d5fdefd751000054865a842449429d5f155b
|
3 |
+
size 243384
|
robot_description/g1/meshes/pelvis.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ba6bbc888e630550140d3c26763f10206da8c8bd30ed886b8ede41c61f57a31
|
3 |
+
size 1060884
|
robot_description/g1/meshes/pelvis_contour_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cc5c2c7a312329e3feeb2b03d3fc09fc29705bd01864f6767e51be959662420
|
3 |
+
size 1805184
|
robot_description/g1/meshes/right_ankle_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15be426539ec1be70246d4d82a168806db64a41301af8b35c197a33348c787a9
|
3 |
+
size 71184
|
robot_description/g1/meshes/right_ankle_roll_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b66222ea56653e627711b56d0a8949b4920da5df091da0ceb343f54e884e3a5
|
3 |
+
size 653784
|
robot_description/g1/meshes/right_elbow_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1be925d7aa268bb8fddf5362b9173066890c7d32092c05638608126e59d1e2ab
|
3 |
+
size 88784
|
robot_description/g1/meshes/right_hip_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4f3c99d7f4a7d34eadbef9461fc66e3486cb5442db1ec50c86317d459f1a9c6
|
3 |
+
size 181284
|
robot_description/g1/meshes/right_hip_roll_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c254ef66a356f492947f360dd931965477b631e3fcc841f91ccc46d945d54f6
|
3 |
+
size 192684
|
robot_description/g1/meshes/right_hip_yaw_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e479c2936ca2057e9eb2f7dff6c189b7419d7b8484dea0b298cbb36a2a6aa668
|
3 |
+
size 296284
|
robot_description/g1/meshes/right_knee_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63c4008449c9bbe701a6e2b557b7a252e90cf3a5abcf54cee46862b9a69f8ec8
|
3 |
+
size 852284
|
robot_description/g1/meshes/right_rubber_hand.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99533b778bca6246144fa511bb9d4e555e075c641f2a0251e04372869cd99d67
|
3 |
+
size 2192684
|
robot_description/g1/meshes/right_shoulder_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24cdb387e0128dfe602770a81c56cdce3a0181d34d039a11d1aaf8819b7b8c02
|
3 |
+
size 176784
|
robot_description/g1/meshes/right_shoulder_roll_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:962b97c48f9ce9e8399f45dd9522e0865d19aa9fd299406b2d475a8fc4a53e81
|
3 |
+
size 401884
|
robot_description/g1/meshes/right_shoulder_yaw_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0b76489271da0c72461a344c9ffb0f0c6e64f019ea5014c1624886c442a2fe5
|
3 |
+
size 249984
|
robot_description/g1/meshes/right_wrist_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d22f8f3b3127f15a63e5be1ee273cd5075786c3142f1c3d9f76cbf43d2a26477
|
3 |
+
size 79584
|
robot_description/g1/meshes/right_wrist_roll_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7ee9212ff5b94d6cb7f52bb1bbf3f352194d5b598acff74f4c77d340c5b344f
|
3 |
+
size 356084
|
robot_description/g1/meshes/right_wrist_roll_rubber_hand.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0729aff1ac4356f9314de13a46906267642e58bc47f0d8a7f17f6590a6242ccf
|
3 |
+
size 3481584
|
robot_description/g1/meshes/right_wrist_yaw_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc9dece2d12509707e0057ba2e48df8f3d56db0c79410212963a25e8a50f61a6
|
3 |
+
size 341484
|
robot_description/g1/meshes/torso_link_rev_1_0.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11ddb46f2098efbbd8816b1d65893632d8e78be936376c7cdcd6771899ccc723
|
3 |
+
size 2570584
|
robot_description/g1/meshes/waist_roll_link_rev_1_0.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b67c347a05abc3e8ddae600d98a082bee273bb39f8e651647708b0a7140a8a97
|
3 |
+
size 85884
|
robot_description/g1/meshes/waist_support_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fae9e1bb609848a1667d32eed8d6083ae443538a306843056a2a660f1b2926a
|
3 |
+
size 150484
|
robot_description/g1/meshes/waist_yaw_link_rev_1_0.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec6db442b11f25eed898b5add07940c85d804f300de24dcbd264ccd8be7d554c
|
3 |
+
size 619984
|
robot_description/h1/h1.urdf
ADDED
@@ -0,0 +1,611 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<robot name="h1">
|
2 |
+
<mujoco>
|
3 |
+
<compiler meshdir="meshes" discardvisual="false"/>
|
4 |
+
</mujoco>
|
5 |
+
|
6 |
+
<!-- [CAUTION] uncomment when convert to mujoco -->
|
7 |
+
<!-- <link name="world"></link>
|
8 |
+
<joint name="floating_base_joint" type="floating">
|
9 |
+
<parent link="world"/>
|
10 |
+
<child link="pelvis"/>
|
11 |
+
</joint> -->
|
12 |
+
|
13 |
+
<link name="pelvis">
|
14 |
+
<inertial>
|
15 |
+
<origin xyz="-0.0002 4E-05 -0.04522" rpy="0 0 0"/>
|
16 |
+
<mass value="5.39"/>
|
17 |
+
<inertia ixx="0.044582" ixy="8.7034E-05" ixz="-1.9893E-05" iyy="0.0082464" iyz="4.021E-06" izz="0.049021"/>
|
18 |
+
</inertial>
|
19 |
+
<visual>
|
20 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
21 |
+
<geometry>
|
22 |
+
<mesh filename="meshes/pelvis.STL"/>
|
23 |
+
</geometry>
|
24 |
+
<material name="dark">
|
25 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
26 |
+
</material>
|
27 |
+
</visual>
|
28 |
+
<collision>
|
29 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
30 |
+
<geometry>
|
31 |
+
<mesh filename="meshes/pelvis.STL"/>
|
32 |
+
</geometry>
|
33 |
+
</collision>
|
34 |
+
</link>
|
35 |
+
<link name="left_hip_yaw_link">
|
36 |
+
<inertial>
|
37 |
+
<origin xyz="-0.04923 0.0001 0.0072" rpy="0 0 0"/>
|
38 |
+
<mass value="2.244"/>
|
39 |
+
<inertia ixx="0.0025731" ixy="9.159E-06" ixz="-0.00051948" iyy="0.0030444" iyz="1.949E-06" izz="0.0022883"/>
|
40 |
+
</inertial>
|
41 |
+
<visual>
|
42 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
43 |
+
<geometry>
|
44 |
+
<mesh filename="meshes/left_hip_yaw_link.STL"/>
|
45 |
+
</geometry>
|
46 |
+
<material name="dark">
|
47 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
48 |
+
</material>
|
49 |
+
</visual>
|
50 |
+
<!-- [CAUTION] use cylinder for hip_yaw_link -->
|
51 |
+
<collision>
|
52 |
+
<origin xyz="-0.067 0 0" rpy="0 1.57075 0"/>
|
53 |
+
<geometry>
|
54 |
+
<cylinder length="0.07" radius="0.06"/>
|
55 |
+
</geometry>
|
56 |
+
</collision>
|
57 |
+
</link>
|
58 |
+
<joint name="left_hip_yaw_joint" type="revolute">
|
59 |
+
<origin xyz="0 0.0875 -0.1742" rpy="0 0 0"/>
|
60 |
+
<parent link="pelvis"/>
|
61 |
+
<child link="left_hip_yaw_link"/>
|
62 |
+
<axis xyz="0 0 1"/>
|
63 |
+
<limit lower="-0.43" upper="0.43" effort="200" velocity="23"/>
|
64 |
+
</joint>
|
65 |
+
<link name="left_hip_roll_link">
|
66 |
+
<inertial>
|
67 |
+
<origin xyz="-0.0058 -0.00319 -9E-05" rpy="0 0 0"/>
|
68 |
+
<mass value="2.232"/>
|
69 |
+
<inertia ixx="0.0020603" ixy="3.2115E-05" ixz="2.878E-06" iyy="0.0022482" iyz="-7.813E-06" izz="0.0024323"/>
|
70 |
+
</inertial>
|
71 |
+
<visual>
|
72 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
73 |
+
<geometry>
|
74 |
+
<mesh filename="meshes/left_hip_roll_link.STL"/>
|
75 |
+
</geometry>
|
76 |
+
<material name="dark">
|
77 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
78 |
+
</material>
|
79 |
+
</visual>
|
80 |
+
<collision>
|
81 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
82 |
+
<geometry>
|
83 |
+
<mesh filename="meshes/left_hip_roll_link.STL"/>
|
84 |
+
</geometry>
|
85 |
+
</collision>
|
86 |
+
</link>
|
87 |
+
<joint name="left_hip_roll_joint" type="revolute">
|
88 |
+
<origin xyz="0.039468 0 0" rpy="0 0 0"/>
|
89 |
+
<parent link="left_hip_yaw_link"/>
|
90 |
+
<child link="left_hip_roll_link"/>
|
91 |
+
<axis xyz="1 0 0"/>
|
92 |
+
<limit lower="-0.43" upper="0.43" effort="200" velocity="23"/>
|
93 |
+
</joint>
|
94 |
+
<link name="left_hip_pitch_link">
|
95 |
+
<inertial>
|
96 |
+
<origin xyz="0.00746 -0.02346 -0.08193" rpy="0 0 0"/>
|
97 |
+
<mass value="4.152"/>
|
98 |
+
<inertia ixx="0.082618" ixy="-0.00066654" ixz="0.0040725" iyy="0.081579" iyz="0.0072024" izz="0.0060081"/>
|
99 |
+
</inertial>
|
100 |
+
<visual>
|
101 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
102 |
+
<geometry>
|
103 |
+
<mesh filename="meshes/left_hip_pitch_link.STL"/>
|
104 |
+
</geometry>
|
105 |
+
<material name="dark">
|
106 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
107 |
+
</material>
|
108 |
+
</visual>
|
109 |
+
<collision>
|
110 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
111 |
+
<geometry>
|
112 |
+
<mesh filename="meshes/left_hip_pitch_link.STL"/>
|
113 |
+
</geometry>
|
114 |
+
</collision>
|
115 |
+
</link>
|
116 |
+
<joint name="left_hip_pitch_joint" type="revolute">
|
117 |
+
<origin xyz="0 0.11536 0" rpy="0 0 0"/>
|
118 |
+
<parent link="left_hip_roll_link"/>
|
119 |
+
<child link="left_hip_pitch_link"/>
|
120 |
+
<axis xyz="0 1 0"/>
|
121 |
+
<limit lower="-3.14" upper="2.53" effort="200" velocity="23"/>
|
122 |
+
</joint>
|
123 |
+
<link name="left_knee_link">
|
124 |
+
<inertial>
|
125 |
+
<origin xyz="-0.00136 -0.00512 -0.1384" rpy="0 0 0"/>
|
126 |
+
<mass value="1.721"/>
|
127 |
+
<inertia ixx="0.012205" ixy="-6.8431E-05" ixz="0.0010862" iyy="0.012509" iyz="0.00022549" izz="0.0020629"/>
|
128 |
+
</inertial>
|
129 |
+
<visual>
|
130 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
131 |
+
<geometry>
|
132 |
+
<mesh filename="meshes/left_knee_link.STL"/>
|
133 |
+
</geometry>
|
134 |
+
<material name="dark">
|
135 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
136 |
+
</material>
|
137 |
+
</visual>
|
138 |
+
<collision>
|
139 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
140 |
+
<geometry>
|
141 |
+
<mesh filename="meshes/left_knee_link.STL"/>
|
142 |
+
</geometry>
|
143 |
+
</collision>
|
144 |
+
</link>
|
145 |
+
<joint name="left_knee_joint" type="revolute">
|
146 |
+
<origin xyz="0 0 -0.4" rpy="0 0 0"/>
|
147 |
+
<parent link="left_hip_pitch_link"/>
|
148 |
+
<child link="left_knee_link"/>
|
149 |
+
<axis xyz="0 1 0"/>
|
150 |
+
<limit lower="-0.26" upper="2.05" effort="300" velocity="14"/>
|
151 |
+
</joint>
|
152 |
+
<link name="left_ankle_link">
|
153 |
+
<inertial>
|
154 |
+
<origin xyz="0.042575 -0.000001 -0.044672" rpy="0 0 0"/>
|
155 |
+
<mass value="0.474"/>
|
156 |
+
<inertia ixx="0.000159668" ixy="-0.000000005" ixz="0.000141063" iyy="0.002900286" iyz="0.000000014" izz="0.002805438"/>
|
157 |
+
</inertial>
|
158 |
+
<visual>
|
159 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
160 |
+
<geometry>
|
161 |
+
<mesh filename="meshes/left_ankle_link.STL"/>
|
162 |
+
</geometry>
|
163 |
+
<material name="dark">
|
164 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
165 |
+
</material>
|
166 |
+
</visual>
|
167 |
+
<collision>
|
168 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
169 |
+
<geometry>
|
170 |
+
<mesh filename="meshes/left_ankle_link.STL"/>
|
171 |
+
</geometry>
|
172 |
+
</collision>
|
173 |
+
</link>
|
174 |
+
<joint name="left_ankle_joint" type="revolute">
|
175 |
+
<origin xyz="0 0 -0.4" rpy="0 0 0"/>
|
176 |
+
<parent link="left_knee_link"/>
|
177 |
+
<child link="left_ankle_link"/>
|
178 |
+
<axis xyz="0 1 0"/>
|
179 |
+
<limit lower="-0.87" upper="0.52" effort="40" velocity="9"/>
|
180 |
+
</joint>
|
181 |
+
<link name="right_hip_yaw_link">
|
182 |
+
<inertial>
|
183 |
+
<origin xyz="-0.04923 -0.0001 0.0072" rpy="0 0 0"/>
|
184 |
+
<mass value="2.244"/>
|
185 |
+
<inertia ixx="0.0025731" ixy="-9.159E-06" ixz="-0.00051948" iyy="0.0030444" iyz="-1.949E-06" izz="0.0022883"/>
|
186 |
+
</inertial>
|
187 |
+
<visual>
|
188 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
189 |
+
<geometry>
|
190 |
+
<mesh filename="meshes/right_hip_yaw_link.STL"/>
|
191 |
+
</geometry>
|
192 |
+
<material name="dark">
|
193 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
194 |
+
</material>
|
195 |
+
</visual>
|
196 |
+
<!-- [CAUTION] use cylinder for hip_yaw_link -->
|
197 |
+
<collision>
|
198 |
+
<origin xyz="-0.067 0 0" rpy="0 1.57075 0"/>
|
199 |
+
<geometry>
|
200 |
+
<cylinder length="0.07" radius="0.06"/>
|
201 |
+
</geometry>
|
202 |
+
</collision>
|
203 |
+
</link>
|
204 |
+
<joint name="right_hip_yaw_joint" type="revolute">
|
205 |
+
<origin xyz="0 -0.0875 -0.1742" rpy="0 0 0"/>
|
206 |
+
<parent link="pelvis"/>
|
207 |
+
<child link="right_hip_yaw_link"/>
|
208 |
+
<axis xyz="0 0 1"/>
|
209 |
+
<limit lower="-0.43" upper="0.43" effort="200" velocity="23"/>
|
210 |
+
</joint>
|
211 |
+
<link name="right_hip_roll_link">
|
212 |
+
<inertial>
|
213 |
+
<origin xyz="-0.0058 0.00319 -9E-05" rpy="0 0 0"/>
|
214 |
+
<mass value="2.232"/>
|
215 |
+
<inertia ixx="0.0020603" ixy="-3.2115E-05" ixz="2.878E-06" iyy="0.0022482" iyz="7.813E-06" izz="0.0024323"/>
|
216 |
+
</inertial>
|
217 |
+
<visual>
|
218 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
219 |
+
<geometry>
|
220 |
+
<mesh filename="meshes/right_hip_roll_link.STL"/>
|
221 |
+
</geometry>
|
222 |
+
<material name="dark">
|
223 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
224 |
+
</material>
|
225 |
+
</visual>
|
226 |
+
<collision>
|
227 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
228 |
+
<geometry>
|
229 |
+
<mesh filename="meshes/right_hip_roll_link.STL"/>
|
230 |
+
</geometry>
|
231 |
+
</collision>
|
232 |
+
</link>
|
233 |
+
<joint name="right_hip_roll_joint" type="revolute">
|
234 |
+
<origin xyz="0.039468 0 0" rpy="0 0 0"/>
|
235 |
+
<parent link="right_hip_yaw_link"/>
|
236 |
+
<child link="right_hip_roll_link"/>
|
237 |
+
<axis xyz="1 0 0"/>
|
238 |
+
<limit lower="-0.43" upper="0.43" effort="200" velocity="23"/>
|
239 |
+
</joint>
|
240 |
+
<link name="right_hip_pitch_link">
|
241 |
+
<inertial>
|
242 |
+
<origin xyz="0.00746 0.02346 -0.08193" rpy="0 0 0"/>
|
243 |
+
<mass value="4.152"/>
|
244 |
+
<inertia ixx="0.082618" ixy="0.00066654" ixz="0.0040725" iyy="0.081579" iyz="-0.0072024" izz="0.0060081"/>
|
245 |
+
</inertial>
|
246 |
+
<visual>
|
247 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
248 |
+
<geometry>
|
249 |
+
<mesh filename="meshes/right_hip_pitch_link.STL"/>
|
250 |
+
</geometry>
|
251 |
+
<material name="dark">
|
252 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
253 |
+
</material>
|
254 |
+
</visual>
|
255 |
+
<collision>
|
256 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
257 |
+
<geometry>
|
258 |
+
<mesh filename="meshes/right_hip_pitch_link.STL"/>
|
259 |
+
</geometry>
|
260 |
+
</collision>
|
261 |
+
</link>
|
262 |
+
<joint name="right_hip_pitch_joint" type="revolute">
|
263 |
+
<origin xyz="0 -0.11536 0" rpy="0 0 0"/>
|
264 |
+
<parent link="right_hip_roll_link"/>
|
265 |
+
<child link="right_hip_pitch_link"/>
|
266 |
+
<axis xyz="0 1 0"/>
|
267 |
+
<limit lower="-3.14" upper="2.53" effort="200" velocity="23"/>
|
268 |
+
</joint>
|
269 |
+
<link name="right_knee_link">
|
270 |
+
<inertial>
|
271 |
+
<origin xyz="-0.00136 0.00512 -0.1384" rpy="0 0 0"/>
|
272 |
+
<mass value="1.721"/>
|
273 |
+
<inertia ixx="0.012205" ixy="6.8431E-05" ixz="0.0010862" iyy="0.012509" iyz="-0.00022549" izz="0.0020629"/>
|
274 |
+
</inertial>
|
275 |
+
<visual>
|
276 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
277 |
+
<geometry>
|
278 |
+
<mesh filename="meshes/right_knee_link.STL"/>
|
279 |
+
</geometry>
|
280 |
+
<material name="dark">
|
281 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
282 |
+
</material>
|
283 |
+
</visual>
|
284 |
+
<collision>
|
285 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
286 |
+
<geometry>
|
287 |
+
<mesh filename="meshes/right_knee_link.STL"/>
|
288 |
+
</geometry>
|
289 |
+
</collision>
|
290 |
+
</link>
|
291 |
+
<joint name="right_knee_joint" type="revolute">
|
292 |
+
<origin xyz="0 0 -0.4" rpy="0 0 0"/>
|
293 |
+
<parent link="right_hip_pitch_link"/>
|
294 |
+
<child link="right_knee_link"/>
|
295 |
+
<axis xyz="0 1 0"/>
|
296 |
+
<limit lower="-0.26" upper="2.05" effort="300" velocity="14"/>
|
297 |
+
</joint>
|
298 |
+
<link name="right_ankle_link">
|
299 |
+
<inertial>
|
300 |
+
<origin xyz="0.042575 0.000001 -0.044672" rpy="0 0 0"/>
|
301 |
+
<mass value="0.474"/>
|
302 |
+
<inertia ixx="0.000159668" ixy="0.000000005" ixz="0.000141063" iyy="0.002900286" iyz="-0.000000014" izz="0.002805438"/>
|
303 |
+
</inertial>
|
304 |
+
<visual>
|
305 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
306 |
+
<geometry>
|
307 |
+
<mesh filename="meshes/right_ankle_link.STL"/>
|
308 |
+
</geometry>
|
309 |
+
<material name="dark">
|
310 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
311 |
+
</material>
|
312 |
+
</visual>
|
313 |
+
<collision>
|
314 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
315 |
+
<geometry>
|
316 |
+
<mesh filename="meshes/right_ankle_link.STL"/>
|
317 |
+
</geometry>
|
318 |
+
</collision>
|
319 |
+
</link>
|
320 |
+
<joint name="right_ankle_joint" type="revolute">
|
321 |
+
<origin xyz="0 0 -0.4" rpy="0 0 0"/>
|
322 |
+
<parent link="right_knee_link"/>
|
323 |
+
<child link="right_ankle_link"/>
|
324 |
+
<axis xyz="0 1 0"/>
|
325 |
+
<limit lower="-0.87" upper="0.52" effort="40" velocity="9"/>
|
326 |
+
</joint>
|
327 |
+
<link name="torso_link">
|
328 |
+
<inertial>
|
329 |
+
<origin xyz="0.000489 0.002797 0.20484" rpy="0 0 0"/>
|
330 |
+
<mass value="17.789"/>
|
331 |
+
<inertia ixx="0.4873" ixy="-0.00053763" ixz="0.0020276" iyy="0.40963" iyz="-0.00074582" izz="0.12785"/>
|
332 |
+
</inertial>
|
333 |
+
<visual>
|
334 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
335 |
+
<geometry>
|
336 |
+
<mesh filename="meshes/torso_link.STL"/>
|
337 |
+
</geometry>
|
338 |
+
<material name="dark">
|
339 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
340 |
+
</material>
|
341 |
+
</visual>
|
342 |
+
<collision>
|
343 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
344 |
+
<geometry>
|
345 |
+
<mesh filename="meshes/torso_link.STL"/>
|
346 |
+
</geometry>
|
347 |
+
</collision>
|
348 |
+
</link>
|
349 |
+
<joint name="torso_joint" type="revolute">
|
350 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
351 |
+
<parent link="pelvis"/>
|
352 |
+
<child link="torso_link"/>
|
353 |
+
<axis xyz="0 0 1"/>
|
354 |
+
<limit lower="-2.35" upper="2.35" effort="200" velocity="23"/>
|
355 |
+
</joint>
|
356 |
+
<link name="left_shoulder_pitch_link">
|
357 |
+
<inertial>
|
358 |
+
<origin xyz="0.005045 0.053657 -0.015715" rpy="0 0 0"/>
|
359 |
+
<mass value="1.033"/>
|
360 |
+
<inertia ixx="0.0012985" ixy="-1.7333E-05" ixz="8.683E-06" iyy="0.00087279" iyz="3.9656E-05" izz="0.00097338"/>
|
361 |
+
</inertial>
|
362 |
+
<visual>
|
363 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
364 |
+
<geometry>
|
365 |
+
<mesh filename="meshes/left_shoulder_pitch_link.STL"/>
|
366 |
+
</geometry>
|
367 |
+
<material name="dark">
|
368 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
369 |
+
</material>
|
370 |
+
</visual>
|
371 |
+
<collision>
|
372 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
373 |
+
<geometry>
|
374 |
+
<mesh filename="meshes/left_shoulder_pitch_link.STL"/>
|
375 |
+
</geometry>
|
376 |
+
</collision>
|
377 |
+
</link>
|
378 |
+
<joint name="left_shoulder_pitch_joint" type="revolute">
|
379 |
+
<origin xyz="0.0055 0.15535 0.42999" rpy="0.43633 0 0"/>
|
380 |
+
<parent link="torso_link"/>
|
381 |
+
<child link="left_shoulder_pitch_link"/>
|
382 |
+
<axis xyz="0 1 0"/>
|
383 |
+
<limit lower="-2.87" upper="2.87" effort="40" velocity="9"/>
|
384 |
+
</joint>
|
385 |
+
<link name="left_shoulder_roll_link">
|
386 |
+
<inertial>
|
387 |
+
<origin xyz="0.000679 0.00115 -0.094076" rpy="0 0 0"/>
|
388 |
+
<mass value="0.793"/>
|
389 |
+
<inertia ixx="0.0015742" ixy="2.298E-06" ixz="-7.2265E-05" iyy="0.0016973" iyz="-6.3691E-05" izz="0.0010183"/>
|
390 |
+
</inertial>
|
391 |
+
<visual>
|
392 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
393 |
+
<geometry>
|
394 |
+
<mesh filename="meshes/left_shoulder_roll_link.STL"/>
|
395 |
+
</geometry>
|
396 |
+
<material name="dark">
|
397 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
398 |
+
</material>
|
399 |
+
</visual>
|
400 |
+
<collision>
|
401 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
402 |
+
<geometry>
|
403 |
+
<mesh filename="meshes/left_shoulder_roll_link.STL"/>
|
404 |
+
</geometry>
|
405 |
+
</collision>
|
406 |
+
</link>
|
407 |
+
<joint name="left_shoulder_roll_joint" type="revolute">
|
408 |
+
<origin xyz="-0.0055 0.0565 -0.0165" rpy="-0.43633 0 0"/>
|
409 |
+
<parent link="left_shoulder_pitch_link"/>
|
410 |
+
<child link="left_shoulder_roll_link"/>
|
411 |
+
<axis xyz="1 0 0"/>
|
412 |
+
<limit lower="-0.34" upper="3.11" effort="40" velocity="9"/>
|
413 |
+
</joint>
|
414 |
+
<link name="left_shoulder_yaw_link">
|
415 |
+
<inertial>
|
416 |
+
<origin xyz="0.01365 0.002767 -0.16266" rpy="0 0 0"/>
|
417 |
+
<mass value="0.839"/>
|
418 |
+
<inertia ixx="0.003664" ixy="-1.0671E-05" ixz="0.00034733" iyy="0.0040789" iyz="7.0213E-05" izz="0.00066383"/>
|
419 |
+
</inertial>
|
420 |
+
<visual>
|
421 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
422 |
+
<geometry>
|
423 |
+
<mesh filename="meshes/left_shoulder_yaw_link.STL"/>
|
424 |
+
</geometry>
|
425 |
+
<material name="dark">
|
426 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
427 |
+
</material>
|
428 |
+
</visual>
|
429 |
+
<collision>
|
430 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
431 |
+
<geometry>
|
432 |
+
<mesh filename="meshes/left_shoulder_yaw_link.STL"/>
|
433 |
+
</geometry>
|
434 |
+
</collision>
|
435 |
+
</link>
|
436 |
+
<joint name="left_shoulder_yaw_joint" type="revolute">
|
437 |
+
<origin xyz="0 0 -0.1343" rpy="0 0 0"/>
|
438 |
+
<parent link="left_shoulder_roll_link"/>
|
439 |
+
<child link="left_shoulder_yaw_link"/>
|
440 |
+
<axis xyz="0 0 1"/>
|
441 |
+
<limit lower="-1.3" upper="4.45" effort="18" velocity="20"/>
|
442 |
+
</joint>
|
443 |
+
<link name="left_elbow_link">
|
444 |
+
<inertial>
|
445 |
+
<origin xyz="0.164862 0.000118 -0.015734" rpy="0 0 0"/>
|
446 |
+
<mass value="0.723"/>
|
447 |
+
<inertia ixx="0.00042388" ixy="-3.6086E-05" ixz="0.00029293" iyy="0.0060062" iyz="4.664E-06" izz="0.0060023"/>
|
448 |
+
</inertial>
|
449 |
+
<visual>
|
450 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
451 |
+
<geometry>
|
452 |
+
<mesh filename="meshes/left_elbow_link.STL"/>
|
453 |
+
</geometry>
|
454 |
+
<material name="dark">
|
455 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
456 |
+
</material>
|
457 |
+
</visual>
|
458 |
+
<collision>
|
459 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
460 |
+
<geometry>
|
461 |
+
<mesh filename="meshes/left_elbow_link.STL"/>
|
462 |
+
</geometry>
|
463 |
+
</collision>
|
464 |
+
</link>
|
465 |
+
<joint name="left_elbow_joint" type="revolute">
|
466 |
+
<origin xyz="0.0185 0 -0.198" rpy="0 0 0"/>
|
467 |
+
<parent link="left_shoulder_yaw_link"/>
|
468 |
+
<child link="left_elbow_link"/>
|
469 |
+
<axis xyz="0 1 0"/>
|
470 |
+
<limit lower="-1.25" upper="2.61" effort="18" velocity="20"/>
|
471 |
+
</joint>
|
472 |
+
<link name="right_shoulder_pitch_link">
|
473 |
+
<inertial>
|
474 |
+
<origin xyz="0.005045 -0.053657 -0.015715" rpy="0 0 0"/>
|
475 |
+
<mass value="1.033"/>
|
476 |
+
<inertia ixx="0.0012985" ixy="1.7333E-05" ixz="8.683E-06" iyy="0.00087279" iyz="-3.9656E-05" izz="0.00097338"/>
|
477 |
+
</inertial>
|
478 |
+
<visual>
|
479 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
480 |
+
<geometry>
|
481 |
+
<mesh filename="meshes/right_shoulder_pitch_link.STL"/>
|
482 |
+
</geometry>
|
483 |
+
<material name="dark">
|
484 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
485 |
+
</material>
|
486 |
+
</visual>
|
487 |
+
<collision>
|
488 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
489 |
+
<geometry>
|
490 |
+
<mesh filename="meshes/right_shoulder_pitch_link.STL"/>
|
491 |
+
</geometry>
|
492 |
+
</collision>
|
493 |
+
</link>
|
494 |
+
<joint name="right_shoulder_pitch_joint" type="revolute">
|
495 |
+
<origin xyz="0.0055 -0.15535 0.42999" rpy="-0.43633 0 0"/>
|
496 |
+
<parent link="torso_link"/>
|
497 |
+
<child link="right_shoulder_pitch_link"/>
|
498 |
+
<axis xyz="0 1 0"/>
|
499 |
+
<limit lower="-2.87" upper="2.87" effort="40" velocity="9"/>
|
500 |
+
</joint>
|
501 |
+
<link name="right_shoulder_roll_link">
|
502 |
+
<inertial>
|
503 |
+
<origin xyz="0.000679 -0.00115 -0.094076" rpy="0 0 0"/>
|
504 |
+
<mass value="0.793"/>
|
505 |
+
<inertia ixx="0.0015742" ixy="-2.298E-06" ixz="-7.2265E-05" iyy="0.0016973" iyz="6.3691E-05" izz="0.0010183"/>
|
506 |
+
</inertial>
|
507 |
+
<visual>
|
508 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
509 |
+
<geometry>
|
510 |
+
<mesh filename="meshes/right_shoulder_roll_link.STL"/>
|
511 |
+
</geometry>
|
512 |
+
<material name="dark">
|
513 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
514 |
+
</material>
|
515 |
+
</visual>
|
516 |
+
<collision>
|
517 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
518 |
+
<geometry>
|
519 |
+
<mesh filename="meshes/right_shoulder_roll_link.STL"/>
|
520 |
+
</geometry>
|
521 |
+
</collision>
|
522 |
+
</link>
|
523 |
+
<joint name="right_shoulder_roll_joint" type="revolute">
|
524 |
+
<origin xyz="-0.0055 -0.0565 -0.0165" rpy="0.43633 0 0"/>
|
525 |
+
<parent link="right_shoulder_pitch_link"/>
|
526 |
+
<child link="right_shoulder_roll_link"/>
|
527 |
+
<axis xyz="1 0 0"/>
|
528 |
+
<limit lower="-3.11" upper="0.34" effort="40" velocity="9"/>
|
529 |
+
</joint>
|
530 |
+
<link name="right_shoulder_yaw_link">
|
531 |
+
<inertial>
|
532 |
+
<origin xyz="0.01365 -0.002767 -0.16266" rpy="0 0 0"/>
|
533 |
+
<mass value="0.839"/>
|
534 |
+
<inertia ixx="0.003664" ixy="1.0671E-05" ixz="0.00034733" iyy="0.0040789" iyz="-7.0213E-05" izz="0.00066383"/>
|
535 |
+
</inertial>
|
536 |
+
<visual>
|
537 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
538 |
+
<geometry>
|
539 |
+
<mesh filename="meshes/right_shoulder_yaw_link.STL"/>
|
540 |
+
</geometry>
|
541 |
+
<material name="dark">
|
542 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
543 |
+
</material>
|
544 |
+
</visual>
|
545 |
+
<collision>
|
546 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
547 |
+
<geometry>
|
548 |
+
<mesh filename="meshes/right_shoulder_yaw_link.STL"/>
|
549 |
+
</geometry>
|
550 |
+
</collision>
|
551 |
+
</link>
|
552 |
+
<joint name="right_shoulder_yaw_joint" type="revolute">
|
553 |
+
<origin xyz="0 0 -0.1343" rpy="0 0 0"/>
|
554 |
+
<parent link="right_shoulder_roll_link"/>
|
555 |
+
<child link="right_shoulder_yaw_link"/>
|
556 |
+
<axis xyz="0 0 1"/>
|
557 |
+
<limit lower="-4.45" upper="1.3" effort="18" velocity="20"/>
|
558 |
+
</joint>
|
559 |
+
<link name="right_elbow_link">
|
560 |
+
<inertial>
|
561 |
+
<origin xyz="0.164862 -0.000118 -0.015734" rpy="0 0 0"/>
|
562 |
+
<mass value="0.723"/>
|
563 |
+
<inertia ixx="0.00042388" ixy="3.6086E-05" ixz="0.00029293" iyy="0.0060062" iyz="-4.664E-06" izz="0.0060023"/>
|
564 |
+
</inertial>
|
565 |
+
<visual>
|
566 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
567 |
+
<geometry>
|
568 |
+
<mesh filename="meshes/right_elbow_link.STL"/>
|
569 |
+
</geometry>
|
570 |
+
<material name="dark">
|
571 |
+
<color rgba="0.1 0.1 0.1 1"/>
|
572 |
+
</material>
|
573 |
+
</visual>
|
574 |
+
<collision>
|
575 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
576 |
+
<geometry>
|
577 |
+
<mesh filename="meshes/right_elbow_link.STL"/>
|
578 |
+
</geometry>
|
579 |
+
</collision>
|
580 |
+
</link>
|
581 |
+
<joint name="right_elbow_joint" type="revolute">
|
582 |
+
<origin xyz="0.0185 0 -0.198" rpy="0 0 0"/>
|
583 |
+
<parent link="right_shoulder_yaw_link"/>
|
584 |
+
<child link="right_elbow_link"/>
|
585 |
+
<axis xyz="0 1 0"/>
|
586 |
+
<limit lower="-1.25" upper="2.61" effort="18" velocity="20"/>
|
587 |
+
</joint>
|
588 |
+
<link name="imu_link"></link>
|
589 |
+
<joint name="imu_joint" type="fixed">
|
590 |
+
<origin xyz="-0.04452 -0.01891 0.27756" rpy="0 0 0"/>
|
591 |
+
<parent link="torso_link"/>
|
592 |
+
<child link="imu_link"/>
|
593 |
+
</joint>
|
594 |
+
<link name="logo_link">
|
595 |
+
<visual>
|
596 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
597 |
+
<geometry>
|
598 |
+
<mesh filename="meshes/logo_link.STL"/>
|
599 |
+
</geometry>
|
600 |
+
<material name="white">
|
601 |
+
<color rgba="1 1 1 1"/>
|
602 |
+
</material>
|
603 |
+
</visual>
|
604 |
+
</link>
|
605 |
+
<joint name="logo_joint" type="fixed">
|
606 |
+
<origin xyz="0 0 0" rpy="0 0 0"/>
|
607 |
+
<parent link="torso_link"/>
|
608 |
+
<child link="logo_link"/>
|
609 |
+
<axis xyz="0 0 0"/>
|
610 |
+
</joint>
|
611 |
+
</robot>
|
robot_description/h1/meshes/left_ankle_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4af30aca229a4465b2249d298ebd67d5859a2eeade8c2015035e9c0deb06a33a
|
3 |
+
size 439484
|
robot_description/h1/meshes/left_elbow_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ccf9bc83a751c1965b692e75534e57ee3c8a0916cbcff2ccccd8fe2b9d818d7
|
3 |
+
size 258684
|
robot_description/h1/meshes/left_hip_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa790c31ffc100cd182f2bf4480e7bfda675edc58ed8f361b6553a4975c9de3b
|
3 |
+
size 452384
|
robot_description/h1/meshes/left_hip_roll_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ed880cf1171e048cfe50489fe2546c32790ac0c24a2b3b4c560495401013552
|
3 |
+
size 769284
|
robot_description/h1/meshes/left_hip_yaw_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:103a854e684b84e1baba7d073822079069c64d0fa7b1592f29d38bd29f545bfb
|
3 |
+
size 885884
|
robot_description/h1/meshes/left_knee_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efda8a6c54406c788102c0d6e59ea95e24114607bc2da9a2bf7f287ef7e48109
|
3 |
+
size 660384
|
robot_description/h1/meshes/left_shoulder_pitch_link.STL
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42e1db49464ca0f44f933114ee426e7f6d6310d20cf104bfa38b5ed4794cfab7
|
3 |
+
size 787484
|