jonasdee commited on
Commit ·
ae02014
1
Parent(s): df9c99d
add rlinf assets
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +1 -0
- background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_bc.png → T_material_bc.png} +0 -0
- background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_bc_2.png → T_material_bc_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_met.png → T_material_met.png} +0 -0
- background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_met_2.png → T_material_met_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_nor.png → T_material_nor.png} +0 -0
- background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_nor_2.png → T_material_nor_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_rgh.png → T_material_rgh.png} +0 -0
- background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_rgh_2.png → T_material_rgh_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{T_junpu_bc.png → T_material_ws01_bc.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{T_junpu_met.png → T_material_ws01_met.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{T_junpu_nor.png → T_material_ws01_nor.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{T_junpu_rgh.png → T_material_ws01_rgh.png} +0 -0
- background/common/rlinf_place_workpiece/objects/{workspace02.fbm/T_junpu_bc.png → textures/T_material_ws02_bc.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{T_junpu_bc_2.png → T_material_ws02_bc_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/T_material_ws02_met.png +3 -0
- background/common/rlinf_place_workpiece/objects/textures/{T_junpu_met_2.png → T_material_ws02_met_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/{workspace02.fbm/T_junpu_nor.png → textures/T_material_ws02_nor.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{T_junpu_nor_2.png → T_material_ws02_nor_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/T_material_ws02_rgh.png +3 -0
- background/common/rlinf_place_workpiece/objects/textures/{T_junpu_rgh_2.png → T_material_ws02_rgh_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{junsheng_bc.png → workpiece_bc.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{junsheng_m.png → workpiece_m.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{junsheng_n.png → workpiece_n.png} +0 -0
- background/common/rlinf_place_workpiece/objects/textures/{junsheng_r.png → workpiece_r.png} +0 -0
- background/common/rlinf_place_workpiece/objects/workspace01.usd +2 -2
- background/common/rlinf_place_workpiece/objects/workspace01_fixed.usd +2 -2
- background/common/rlinf_place_workpiece/objects/workspace02.fbm/T_material_bc.png +3 -0
- background/common/rlinf_place_workpiece/objects/workspace02.fbm/{T_junpu_bc_2.png → T_material_bc_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/workspace02.fbm/T_material_nor.png +3 -0
- background/common/rlinf_place_workpiece/objects/workspace02.fbm/{T_junpu_nor_2.png → T_material_nor_2.png} +0 -0
- background/common/rlinf_place_workpiece/objects/workspace02.usd +2 -2
- background/common/rlinf_place_workpiece/workspace.usda +0 -0
- mujoco/environment/flat.xml +24 -0
- mujoco/environment/place_workpiece/output.xml +32 -0
- mujoco/place_workpiece.xml +16 -0
- mujoco/robot/G2_place_workpiece.xml +211 -0
- mujoco/robot/parts/G2/arm_crs_pw/actuator_sensor.xml +83 -0
- mujoco/robot/parts/G2/arm_crs_pw/asset.xml +11 -0
- mujoco/robot/parts/G2/arm_crs_pw/link.xml +428 -0
- mujoco/robot/parts/G2/body_t2_crs_pw/actuator_sensor.xml +53 -0
- mujoco/robot/parts/G2/body_t2_crs_pw/asset.xml +12 -0
- mujoco/robot/parts/G2/body_t2_crs_pw/link.xml +162 -0
- mujoco/robot/parts/G2/chassis/actuator_sensor.xml +61 -0
- mujoco/robot/parts/G2/chassis/asset.xml +12 -0
- mujoco/robot/parts/G2/chassis/link.xml +63 -0
- mujoco/robot/parts/G2/hand_pw/actuator_left_sensor.xml +45 -0
- mujoco/robot/parts/G2/hand_pw/actuator_right_sensor.xml +44 -0
- mujoco/robot/parts/G2/hand_pw/asset.xml +30 -0
- mujoco/robot/parts/G2/hand_pw/gripper_left.xml +71 -0
.gitattributes
CHANGED
|
@@ -70,3 +70,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 70 |
*.usdc filter=lfs diff=lfs merge=lfs -text
|
| 71 |
scenes/guanglun/CoffeeStore001/CoffeeStore_01.usda filter=lfs diff=lfs merge=lfs -text
|
| 72 |
*.nurec filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 70 |
*.usdc filter=lfs diff=lfs merge=lfs -text
|
| 71 |
scenes/guanglun/CoffeeStore001/CoffeeStore_01.usda filter=lfs diff=lfs merge=lfs -text
|
| 72 |
*.nurec filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
*.STL filter=lfs diff=lfs merge=lfs -text
|
background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_bc.png → T_material_bc.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_bc_2.png → T_material_bc_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_met.png → T_material_met.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_met_2.png → T_material_met_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_nor.png → T_material_nor.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_nor_2.png → T_material_nor_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_rgh.png → T_material_rgh.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/materials/textures/{T_junpu_rgh_2.png → T_material_rgh_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{T_junpu_bc.png → T_material_ws01_bc.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{T_junpu_met.png → T_material_ws01_met.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{T_junpu_nor.png → T_material_ws01_nor.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{T_junpu_rgh.png → T_material_ws01_rgh.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/{workspace02.fbm/T_junpu_bc.png → textures/T_material_ws02_bc.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{T_junpu_bc_2.png → T_material_ws02_bc_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/T_material_ws02_met.png
ADDED
|
Git LFS Details
|
background/common/rlinf_place_workpiece/objects/textures/{T_junpu_met_2.png → T_material_ws02_met_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/{workspace02.fbm/T_junpu_nor.png → textures/T_material_ws02_nor.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{T_junpu_nor_2.png → T_material_ws02_nor_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/T_material_ws02_rgh.png
ADDED
|
Git LFS Details
|
background/common/rlinf_place_workpiece/objects/textures/{T_junpu_rgh_2.png → T_material_ws02_rgh_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{junsheng_bc.png → workpiece_bc.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{junsheng_m.png → workpiece_m.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{junsheng_n.png → workpiece_n.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/textures/{junsheng_r.png → workpiece_r.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/workspace01.usd
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa8dd4b0364f55b8bd46b69941a8e1eb2c6627c84a6b44e38cd79a7dc7bb304a
|
| 3 |
+
size 2902517
|
background/common/rlinf_place_workpiece/objects/workspace01_fixed.usd
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63c8ff0637f8276bdfab9757967f180ad526f7383079f34ef9a4799c9ef13cdf
|
| 3 |
+
size 2686873
|
background/common/rlinf_place_workpiece/objects/workspace02.fbm/T_material_bc.png
ADDED
|
Git LFS Details
|
background/common/rlinf_place_workpiece/objects/workspace02.fbm/{T_junpu_bc_2.png → T_material_bc_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/workspace02.fbm/T_material_nor.png
ADDED
|
Git LFS Details
|
background/common/rlinf_place_workpiece/objects/workspace02.fbm/{T_junpu_nor_2.png → T_material_nor_2.png}
RENAMED
|
File without changes
|
background/common/rlinf_place_workpiece/objects/workspace02.usd
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fcb7634480eb4034585eaa1694039b8279db706505521ce3d69fc150f13afde
|
| 3 |
+
size 752733
|
background/common/rlinf_place_workpiece/workspace.usda
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mujoco/environment/flat.xml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<mujoco model="flat">
|
| 2 |
+
<statistic center="0 0 0.55" extent="1.1"/>
|
| 3 |
+
|
| 4 |
+
<visual>
|
| 5 |
+
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
|
| 6 |
+
<rgba haze="0.15 0.25 0.35 1"/>
|
| 7 |
+
<global azimuth="150" elevation="-20"/>
|
| 8 |
+
</visual>
|
| 9 |
+
<visual>
|
| 10 |
+
<rgba com="0.502 1.0 0 0.5" contactforce="0.98 0.4 0.4 1" contactpoint="1.0 1.0 0.6 0.4"/>
|
| 11 |
+
<scale com="1" forcewidth="0.03" contactwidth="0.01" contactheight="0.02" framewidth="0.05" framelength="0.6"/>
|
| 12 |
+
<map force="0.005"/>
|
| 13 |
+
</visual>
|
| 14 |
+
<asset>
|
| 15 |
+
<!-- skybox removed: defined in the robot model XML to avoid duplicate-name error -->
|
| 16 |
+
<texture type="2d" name="groundplane" builtin="checker" mark="edge" rgb1="0.2 0.3 0.4" rgb2="0.1 0.2 0.3" markrgb="0.8 0.8 0.8" width="1000" height="1000"/>
|
| 17 |
+
<material name="groundplane" texture="groundplane" texuniform="true" texrepeat="5 5" reflectance="0.2"/>
|
| 18 |
+
</asset>
|
| 19 |
+
|
| 20 |
+
<worldbody>
|
| 21 |
+
<light pos="0 0 10" dir="0 0 -1" directional="true"/>
|
| 22 |
+
<geom name="floor" size="0 3 .125" type="plane" material="groundplane" conaffinity="7" condim="3" friction="1"/>
|
| 23 |
+
</worldbody>
|
| 24 |
+
</mujoco>
|
mujoco/environment/place_workpiece/output.xml
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
+
<mujoco>
|
| 3 |
+
<asset>
|
| 4 |
+
<mesh name="mesh_000" file="meshes/mesh_000.obj" />
|
| 5 |
+
<mesh name="mesh_001" file="meshes/mesh_001.obj" scale="-0.108976 -0.005925 -0.005974" />
|
| 6 |
+
<mesh name="mesh_002" file="meshes/mesh_002.obj" scale="0.108976 0.009427 0.074258" />
|
| 7 |
+
<mesh name="mesh_003" file="meshes/mesh_003.obj" scale="0.207993 0.010474 0.517050" />
|
| 8 |
+
<mesh name="mesh_004" file="meshes/mesh_004.obj" scale="0.005000 0.005000 0.005000" />
|
| 9 |
+
<mesh name="mesh_005" file="meshes/mesh_005.obj" scale="0.005000 0.005000 0.005000" />
|
| 10 |
+
<mesh name="mesh_006" file="meshes/mesh_006.obj" scale="0.005000 0.005000 0.005000" />
|
| 11 |
+
<mesh name="mesh_007" file="meshes/mesh_007.obj" scale="0.005000 0.005000 0.005000" />
|
| 12 |
+
<mesh name="mesh_008" file="meshes/mesh_008.obj" scale="0.005000 0.005000 0.005000" />
|
| 13 |
+
<mesh name="mesh_009" file="meshes/mesh_009.obj" scale="0.005000 0.005000 0.005000" />
|
| 14 |
+
</asset>
|
| 15 |
+
<worldbody>
|
| 16 |
+
<light pos="0 0 10" dir="0 0 -1" directional="true" />
|
| 17 |
+
<body name="/World" pos="0.000000 0.000000 0.000000" quat="1.000000 0.000000 0.000000 0.000000">
|
| 18 |
+
<body name="/World/workspace01" pos="0.604900 -0.009500 0.000000" quat="0.000000 0.000000 0.000000 1.000000">
|
| 19 |
+
<geom mesh="mesh_000" type="mesh" margin="0.001" gap="0.001" contype="0" conaffinity="0" name="/World/workspace01/workspace01/workspace01" />
|
| 20 |
+
<geom mesh="mesh_001" type="mesh" margin="0.001" gap="0.001" class="collision" name="/World/workspace01/workspace01/collision/Cube" pos="-0.024622 -0.051508 0.936980" quat="0.000000 -0.000000 0.707107 -0.707107" />
|
| 21 |
+
<geom mesh="mesh_002" type="mesh" margin="0.001" gap="0.001" class="collision" name="/World/workspace01/workspace01/collision/Cube01" pos="-0.024622 -0.011412 0.938323" quat="0.707107 0.707107 0.000000 0.000000" />
|
| 22 |
+
<geom mesh="mesh_003" type="mesh" margin="0.001" gap="0.001" class="collision" name="/World/workspace01/workspace01/collision/Cube02" pos="0.001219 0.001281 0.794141" quat="0.707107 0.707107 0.000000 0.000000" />
|
| 23 |
+
<geom mesh="mesh_004" type="mesh" margin="0.001" gap="0.001" class="collision" name="/World/workspace01/workspace01/collision/Sphere_06" pos="0.011023 0.011279 0.942840" quat="-0.000000 0.000000 0.000000 1.000000" />
|
| 24 |
+
<geom mesh="mesh_005" type="mesh" margin="0.001" gap="0.001" class="collision" name="/World/workspace01/workspace01/collision/Sphere_07" pos="0.006027 -0.038489 0.946239" quat="-0.000000 0.000000 0.000000 1.000000" />
|
| 25 |
+
<geom mesh="mesh_006" type="mesh" margin="0.001" gap="0.001" class="collision" name="/World/workspace01/workspace01/collision/Sphere_08" pos="0.006027 -0.038489 0.942843" quat="-0.000000 0.000000 0.000000 1.000000" />
|
| 26 |
+
<geom mesh="mesh_007" type="mesh" margin="0.001" gap="0.001" class="collision" name="/World/workspace01/workspace01/collision/Sphere_09" pos="-0.065106 -0.020592 0.946240" quat="-0.000000 0.000000 0.000000 1.000000" />
|
| 27 |
+
<geom mesh="mesh_008" type="mesh" margin="0.001" gap="0.001" class="collision" name="/World/workspace01/workspace01/collision/Sphere_10" pos="0.011023 0.011279 0.946240" quat="-0.000000 0.000000 0.000000 1.000000" />
|
| 28 |
+
<geom mesh="mesh_009" type="mesh" margin="0.001" gap="0.001" class="collision" name="/World/workspace01/workspace01/collision/Sphere_11" pos="-0.065106 -0.020592 0.942840" quat="-0.000000 0.000000 0.000000 1.000000" />
|
| 29 |
+
</body>
|
| 30 |
+
</body>
|
| 31 |
+
</worldbody>
|
| 32 |
+
</mujoco>
|
mujoco/place_workpiece.xml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- geniesim_place_workpiece: G2 + hands, flat ground, workspace.
|
| 2 |
+
Isaac Sim uses G2_omnipicker robot_cfg; MuJoCo uses G2_place_workpiece for physics.
|
| 3 |
+
EE control mode: actions = [pos_l(3), euler_xyz_l(3), pos_r(3), euler_xyz_r(3), gripper_l, gripper_r]. -->
|
| 4 |
+
<mujoco model="geniesim_place_workpiece">
|
| 5 |
+
<include file="robot/G2_place_workpiece.xml" />
|
| 6 |
+
<include file="environment/flat.xml" />
|
| 7 |
+
<include file="environment/place_workpiece/output.xml" />
|
| 8 |
+
|
| 9 |
+
<!-- Fix robot chassis to world: prevents arm reaction forces from moving the base.
|
| 10 |
+
solref/solimp tuned for near-rigid behaviour; reduce solref[0] further if
|
| 11 |
+
visible drift is observed under large arm loads.
|
| 12 |
+
Measured drift with these params: 0.007 cm under ±0.3 rad arm swing. -->
|
| 13 |
+
<equality>
|
| 14 |
+
<weld body1="base_link" solref="0.005 1" solimp="0.999 0.9999 0.001"/>
|
| 15 |
+
</equality>
|
| 16 |
+
</mujoco>
|
mujoco/robot/G2_place_workpiece.xml
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<mujoco model="G2">
|
| 2 |
+
<!-- ========================================
|
| 3 |
+
Compiler and Option Settings
|
| 4 |
+
======================================== -->
|
| 5 |
+
<compiler
|
| 6 |
+
eulerseq="XYZ"
|
| 7 |
+
fitaabb="true"
|
| 8 |
+
angle='radian'
|
| 9 |
+
meshdir="robot/parts/meshes"
|
| 10 |
+
autolimits="true" />
|
| 11 |
+
<option
|
| 12 |
+
timestep='0.001'
|
| 13 |
+
integrator='implicitfast' />
|
| 14 |
+
|
| 15 |
+
<!-- Alternative option configuration (commented out) -->
|
| 16 |
+
<!-- <option timestep='0.001' integrator="implicitfast" cone="elliptic" impratio="1000" noslip_iterations="3">
|
| 17 |
+
<flag multiccd="enable"/>
|
| 18 |
+
</option> -->
|
| 19 |
+
|
| 20 |
+
<!-- ========================================
|
| 21 |
+
Default Settings
|
| 22 |
+
======================================== -->
|
| 23 |
+
<default>
|
| 24 |
+
<!-- Default geometry properties -->
|
| 25 |
+
<geom
|
| 26 |
+
contype="0"
|
| 27 |
+
conaffinity="0"
|
| 28 |
+
solref="0.005 5"
|
| 29 |
+
condim="3"
|
| 30 |
+
friction="1" />
|
| 31 |
+
|
| 32 |
+
<!-- Collision class defaults -->
|
| 33 |
+
<default class="collision">
|
| 34 |
+
<geom
|
| 35 |
+
contype="7"
|
| 36 |
+
conaffinity="4" />
|
| 37 |
+
</default>
|
| 38 |
+
|
| 39 |
+
<!-- Alternative visual and collision classes (commented out) -->
|
| 40 |
+
<!-- <default class="visual">
|
| 41 |
+
<geom type="mesh" contype="0" conaffinity="0" group="2" density="0"/>
|
| 42 |
+
</default>
|
| 43 |
+
|
| 44 |
+
<default class="collision">
|
| 45 |
+
<geom type="mesh" contype="1" conaffinity="1" group="3" rgba="1 1 1 1"/>
|
| 46 |
+
</default> -->
|
| 47 |
+
|
| 48 |
+
<!-- Joint damping defaults -->
|
| 49 |
+
<default class="base_joint">
|
| 50 |
+
<joint damping="100.0" />
|
| 51 |
+
<!-- <joint frictionloss="0.01" armature="0.1" stiffness="0.0" damping="100.0"/> -->
|
| 52 |
+
</default>
|
| 53 |
+
|
| 54 |
+
<default class="body_joint">
|
| 55 |
+
<joint damping="100.0" />
|
| 56 |
+
<!-- <joint frictionloss="0.01" armature="0.1" stiffness="0.0" damping="100.0"/> -->
|
| 57 |
+
</default>
|
| 58 |
+
|
| 59 |
+
<default class="arm_joint">
|
| 60 |
+
<joint damping="100.0" />
|
| 61 |
+
<!-- <joint frictionloss="0.01" armature="0.1" stiffness="0.0" damping="100.0"/> -->
|
| 62 |
+
</default>
|
| 63 |
+
|
| 64 |
+
<default class="hand_joint">
|
| 65 |
+
<joint type="hinge" limited="true" damping="0.3" armature="0.01" margin="0.01"
|
| 66 |
+
frictionloss="0.1" />
|
| 67 |
+
</default>
|
| 68 |
+
<default class="plastic_visual">
|
| 69 |
+
<geom type="mesh" contype="0" conaffinity="0" group="2" />
|
| 70 |
+
</default>
|
| 71 |
+
<default class="plastic_collision">
|
| 72 |
+
<geom rgba="1 1 1 1" type="mesh" density="662" friction="1 0.005 0.001" condim="3"
|
| 73 |
+
margin="0.0005" contype="1" conaffinity="1" group="3" />
|
| 74 |
+
</default>
|
| 75 |
+
</default>
|
| 76 |
+
|
| 77 |
+
<!-- ========================================
|
| 78 |
+
Asset Definitions
|
| 79 |
+
======================================== -->
|
| 80 |
+
<asset>
|
| 81 |
+
<include file="robot/parts/G2/chassis/asset.xml" />
|
| 82 |
+
<include file="robot/parts/G2/body_t2_crs_pw/asset.xml" />
|
| 83 |
+
<include file="robot/parts/G2/arm_crs_pw/asset.xml" />
|
| 84 |
+
<include file="robot/parts/G2/hand_pw/asset.xml" />
|
| 85 |
+
</asset>
|
| 86 |
+
|
| 87 |
+
<!-- ========================================
|
| 88 |
+
World Body Structure
|
| 89 |
+
======================================== -->
|
| 90 |
+
<worldbody>
|
| 91 |
+
<!-- ========================================
|
| 92 |
+
Lighting Configuration
|
| 93 |
+
======================================== -->
|
| 94 |
+
<light
|
| 95 |
+
name="spotlight"
|
| 96 |
+
mode="targetbodycom"
|
| 97 |
+
target="base_link"
|
| 98 |
+
pos="0 0 2" />
|
| 99 |
+
|
| 100 |
+
<!-- ========================================
|
| 101 |
+
Base Link (Main Robot Body)
|
| 102 |
+
======================================== -->
|
| 103 |
+
<body name="base_link" pos="0.0 0.0 0.0">
|
| 104 |
+
<!-- ========================================
|
| 105 |
+
Camera Configuration
|
| 106 |
+
======================================== -->
|
| 107 |
+
<camera
|
| 108 |
+
name="track"
|
| 109 |
+
pos="0 -3 1"
|
| 110 |
+
zaxis="0 -1 0.5"
|
| 111 |
+
mode="track" />
|
| 112 |
+
|
| 113 |
+
<!-- ========================================
|
| 114 |
+
Inertial Properties from G2_T2_zy_crs.urdf
|
| 115 |
+
======================================== -->
|
| 116 |
+
<inertial
|
| 117 |
+
pos="-0.003487 0.006148 0.096659"
|
| 118 |
+
quat="1 0 0 0"
|
| 119 |
+
mass="73"
|
| 120 |
+
diaginertia="1.295194 1.778283 2.471865"/>
|
| 121 |
+
|
| 122 |
+
<!-- ========================================
|
| 123 |
+
Joint Configuration
|
| 124 |
+
======================================== -->
|
| 125 |
+
<joint
|
| 126 |
+
name="fixed_base_joint"
|
| 127 |
+
type="free"
|
| 128 |
+
limited="false"
|
| 129 |
+
actuatorfrclimited="false"/>
|
| 130 |
+
|
| 131 |
+
<!-- ========================================
|
| 132 |
+
Geometry
|
| 133 |
+
======================================== -->
|
| 134 |
+
<geom
|
| 135 |
+
type="mesh"
|
| 136 |
+
contype="0"
|
| 137 |
+
conaffinity="0"
|
| 138 |
+
mass="9999"
|
| 139 |
+
group="1"
|
| 140 |
+
density="0"
|
| 141 |
+
rgba="0.8 0.4 0 1"
|
| 142 |
+
mesh="base_link"/>
|
| 143 |
+
|
| 144 |
+
<!-- Base link coarse geometries from model_t2_zy_crs.xml -->
|
| 145 |
+
<!-- <geom name="base_link_coarse_0"
|
| 146 |
+
size="0.313366 0.0870454 0.162913"
|
| 147 |
+
pos="0.0112473 -0.230945 0.162912"
|
| 148 |
+
type="box"
|
| 149 |
+
rgba="1 1 1 1"/>
|
| 150 |
+
<geom name="base_link_coarse_1"
|
| 151 |
+
size="0.313337 0.0935742 0.162913"
|
| 152 |
+
pos="0.0112773 0.234417 0.162912"
|
| 153 |
+
type="box"
|
| 154 |
+
rgba="1 1 1 1"/>
|
| 155 |
+
<geom name="base_link_coarse_2"
|
| 156 |
+
size="0.312301 0.119351 0.0348391"
|
| 157 |
+
pos="0.0123007 -0.0130711 0.114839"
|
| 158 |
+
type="box"
|
| 159 |
+
rgba="1 1 1 1"/> -->
|
| 160 |
+
|
| 161 |
+
<!-- ========================================
|
| 162 |
+
Body Link Chain
|
| 163 |
+
======================================== -->
|
| 164 |
+
<body name="body_site" pos="0 0 0" euler="0 0 0">
|
| 165 |
+
<include file="robot/parts/G2/body_t2_crs_pw/link.xml" />
|
| 166 |
+
</body>
|
| 167 |
+
|
| 168 |
+
<!-- ========================================
|
| 169 |
+
Chassis Link Chain
|
| 170 |
+
======================================== -->
|
| 171 |
+
<body name="chassis_site" pos="0 0 0" euler="0 0 0">
|
| 172 |
+
<include file="robot/parts/G2/chassis/link.xml" />
|
| 173 |
+
</body>
|
| 174 |
+
<site name="imu_site" pos="0 0 0" size="0.01" />
|
| 175 |
+
</body>
|
| 176 |
+
</worldbody>
|
| 177 |
+
|
| 178 |
+
<!-- ========================================
|
| 179 |
+
Actuator and Sensor Definitions
|
| 180 |
+
======================================== -->
|
| 181 |
+
<include file="robot/parts/G2/body_t2_crs_pw/actuator_sensor.xml" />
|
| 182 |
+
<include file="robot/parts/G2/chassis/actuator_sensor.xml" />
|
| 183 |
+
<include file="robot/parts/G2/arm_crs_pw/actuator_sensor.xml" />
|
| 184 |
+
<include file="robot/parts/G2/hand_pw/actuator_left_sensor.xml" />
|
| 185 |
+
<include file="robot/parts/G2/hand_pw/actuator_right_sensor.xml" />
|
| 186 |
+
|
| 187 |
+
<keyframe>
|
| 188 |
+
<!-- init_pose: 共 41 个值,按实际 qpos 数组顺序 -->
|
| 189 |
+
<!-- qpos[0-6]: free root (7) [x y z qw qx qy qz] -->
|
| 190 |
+
<!-- qpos[7-11]: body (5) idx01..idx05 -->
|
| 191 |
+
<!-- qpos[12-18]: arm_l (7) idx21..idx27 -->
|
| 192 |
+
<!-- qpos[19-20]: gripper_l (2) idx41, idx31 -->
|
| 193 |
+
<!-- qpos[21-27]: arm_r (7) idx61..idx67 -->
|
| 194 |
+
<!-- qpos[28-29]: gripper_r (2) idx81, idx71 -->
|
| 195 |
+
<!-- qpos[30-32]: head (3) idx11, idx12, idx13 -->
|
| 196 |
+
<!-- qpos[33-40]: chassis (8) idx111, idx112, idx131, idx132, idx141, idx142, idx121, idx122 -->
|
| 197 |
+
<key name="init_pose" qpos="
|
| 198 |
+
0 0 0.03 1 0 0 0
|
| 199 |
+
-0.83423 1.2172 0.10025 0.0 0.0
|
| 200 |
+
0 0 0 0 0 0 0
|
| 201 |
+
0 0
|
| 202 |
+
0 0 0 0 0 0 0
|
| 203 |
+
0 0
|
| 204 |
+
0 0 0
|
| 205 |
+
0.7854 0 -0.7854 0 0.7854 0 -0.7854 0
|
| 206 |
+
"/>
|
| 207 |
+
</keyframe>
|
| 208 |
+
|
| 209 |
+
|
| 210 |
+
|
| 211 |
+
</mujoco>
|
mujoco/robot/parts/G2/arm_crs_pw/actuator_sensor.xml
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- actuator and sensor -->
|
| 2 |
+
<mujoco model="arm_actuator_sensor">
|
| 3 |
+
<actuator>
|
| 4 |
+
<!-- position control actuator -->
|
| 5 |
+
<position name="position_idx21_arm_l_joint1" joint="idx21_arm_l_joint1" kp="10000" kv="400" />
|
| 6 |
+
<position name="position_idx22_arm_l_joint2" joint="idx22_arm_l_joint2" kp="10000" kv="400" />
|
| 7 |
+
<position name="position_idx23_arm_l_joint3" joint="idx23_arm_l_joint3" kp="10000" kv="160" />
|
| 8 |
+
<position name="position_idx24_arm_l_joint4" joint="idx24_arm_l_joint4" kp="10000" kv="160" />
|
| 9 |
+
<position name="position_idx25_arm_l_joint5" joint="idx25_arm_l_joint5" kp="10000" kv="120" />
|
| 10 |
+
<position name="position_idx26_arm_l_joint6" joint="idx26_arm_l_joint6" kp="10000" kv="120" />
|
| 11 |
+
<position name="position_idx27_arm_l_joint7" joint="idx27_arm_l_joint7" kp="10000" kv="120" />
|
| 12 |
+
<position name="position_idx61_arm_r_joint1" joint="idx61_arm_r_joint1" kp="10000" kv="400" />
|
| 13 |
+
<position name="position_idx62_arm_r_joint2" joint="idx62_arm_r_joint2" kp="10000" kv="400" />
|
| 14 |
+
<position name="position_idx63_arm_r_joint3" joint="idx63_arm_r_joint3" kp="10000" kv="160" />
|
| 15 |
+
<position name="position_idx64_arm_r_joint4" joint="idx64_arm_r_joint4" kp="10000" kv="160" />
|
| 16 |
+
<position name="position_idx65_arm_r_joint5" joint="idx65_arm_r_joint5" kp="10000" kv="120" />
|
| 17 |
+
<position name="position_idx66_arm_r_joint6" joint="idx66_arm_r_joint6" kp="10000" kv="120" />
|
| 18 |
+
<position name="position_idx67_arm_r_joint7" joint="idx67_arm_r_joint7" kp="10000" kv="120" />
|
| 19 |
+
|
| 20 |
+
<!-- torque control actuator -->
|
| 21 |
+
<motor name="motor_idx21_arm_l_joint1" joint="idx21_arm_l_joint1" ctrlrange="-1200 1200" />
|
| 22 |
+
<motor name="motor_idx22_arm_l_joint2" joint="idx22_arm_l_joint2" ctrlrange="-1200 1200" />
|
| 23 |
+
<motor name="motor_idx23_arm_l_joint3" joint="idx23_arm_l_joint3" ctrlrange="-1200 1200" />
|
| 24 |
+
<motor name="motor_idx24_arm_l_joint4" joint="idx24_arm_l_joint4" ctrlrange="-1200 1200" />
|
| 25 |
+
<motor name="motor_idx25_arm_l_joint5" joint="idx25_arm_l_joint5" ctrlrange="-1200 1200" />
|
| 26 |
+
<motor name="motor_idx26_arm_l_joint6" joint="idx26_arm_l_joint6" ctrlrange="-1200 1200" />
|
| 27 |
+
<motor name="motor_idx27_arm_l_joint7" joint="idx27_arm_l_joint7" ctrlrange="-1200 1200" />
|
| 28 |
+
<motor name="motor_idx61_arm_r_joint1" joint="idx61_arm_r_joint1" ctrlrange="-1200 1200" />
|
| 29 |
+
<motor name="motor_idx62_arm_r_joint2" joint="idx62_arm_r_joint2" ctrlrange="-1200 1200" />
|
| 30 |
+
<motor name="motor_idx63_arm_r_joint3" joint="idx63_arm_r_joint3" ctrlrange="-1200 1200" />
|
| 31 |
+
<motor name="motor_idx64_arm_r_joint4" joint="idx64_arm_r_joint4" ctrlrange="-1200 1200" />
|
| 32 |
+
<motor name="motor_idx65_arm_r_joint5" joint="idx65_arm_r_joint5" ctrlrange="-1200 1200" />
|
| 33 |
+
<motor name="motor_idx66_arm_r_joint6" joint="idx66_arm_r_joint6" ctrlrange="-1200 1200" />
|
| 34 |
+
<motor name="motor_idx67_arm_r_joint7" joint="idx67_arm_r_joint7" ctrlrange="-1200 1200" />
|
| 35 |
+
</actuator>
|
| 36 |
+
<sensor>
|
| 37 |
+
<!-- joint position -->
|
| 38 |
+
<jointpos name="jointpos_idx21_arm_l_joint1" joint="idx21_arm_l_joint1" noise="0.0" />
|
| 39 |
+
<jointpos name="jointpos_idx22_arm_l_joint2" joint="idx22_arm_l_joint2" noise="0.0" />
|
| 40 |
+
<jointpos name="jointpos_idx23_arm_l_joint3" joint="idx23_arm_l_joint3" noise="0.0" />
|
| 41 |
+
<jointpos name="jointpos_idx24_arm_l_joint4" joint="idx24_arm_l_joint4" noise="0.0" />
|
| 42 |
+
<jointpos name="jointpos_idx25_arm_l_joint5" joint="idx25_arm_l_joint5" noise="0.0" />
|
| 43 |
+
<jointpos name="jointpos_idx26_arm_l_joint6" joint="idx26_arm_l_joint6" noise="0.0" />
|
| 44 |
+
<jointpos name="jointpos_idx27_arm_l_joint7" joint="idx27_arm_l_joint7" noise="0.0" />
|
| 45 |
+
<jointpos name="jointpos_idx61_arm_r_joint1" joint="idx61_arm_r_joint1" noise="0.0" />
|
| 46 |
+
<jointpos name="jointpos_idx62_arm_r_joint2" joint="idx62_arm_r_joint2" noise="0.0" />
|
| 47 |
+
<jointpos name="jointpos_idx63_arm_r_joint3" joint="idx63_arm_r_joint3" noise="0.0" />
|
| 48 |
+
<jointpos name="jointpos_idx64_arm_r_joint4" joint="idx64_arm_r_joint4" noise="0.0" />
|
| 49 |
+
<jointpos name="jointpos_idx65_arm_r_joint5" joint="idx65_arm_r_joint5" noise="0.0" />
|
| 50 |
+
<jointpos name="jointpos_idx66_arm_r_joint6" joint="idx66_arm_r_joint6" noise="0.0" />
|
| 51 |
+
<jointpos name="jointpos_idx67_arm_r_joint7" joint="idx67_arm_r_joint7" noise="0.0" />
|
| 52 |
+
<!-- joint velocity -->
|
| 53 |
+
<jointvel name="jointvel_idx21_arm_l_joint1" joint="idx21_arm_l_joint1" noise="0.0" />
|
| 54 |
+
<jointvel name="jointvel_idx22_arm_l_joint2" joint="idx22_arm_l_joint2" noise="0.0" />
|
| 55 |
+
<jointvel name="jointvel_idx23_arm_l_joint3" joint="idx23_arm_l_joint3" noise="0.0" />
|
| 56 |
+
<jointvel name="jointvel_idx24_arm_l_joint4" joint="idx24_arm_l_joint4" noise="0.0" />
|
| 57 |
+
<jointvel name="jointvel_idx25_arm_l_joint5" joint="idx25_arm_l_joint5" noise="0.0" />
|
| 58 |
+
<jointvel name="jointvel_idx26_arm_l_joint6" joint="idx26_arm_l_joint6" noise="0.0" />
|
| 59 |
+
<jointvel name="jointvel_idx27_arm_l_joint7" joint="idx27_arm_l_joint7" noise="0.0" />
|
| 60 |
+
<jointvel name="jointvel_idx61_arm_r_joint1" joint="idx61_arm_r_joint1" noise="0.0" />
|
| 61 |
+
<jointvel name="jointvel_idx62_arm_r_joint2" joint="idx62_arm_r_joint2" noise="0.0" />
|
| 62 |
+
<jointvel name="jointvel_idx63_arm_r_joint3" joint="idx63_arm_r_joint3" noise="0.0" />
|
| 63 |
+
<jointvel name="jointvel_idx64_arm_r_joint4" joint="idx64_arm_r_joint4" noise="0.0" />
|
| 64 |
+
<jointvel name="jointvel_idx65_arm_r_joint5" joint="idx65_arm_r_joint5" noise="0.0" />
|
| 65 |
+
<jointvel name="jointvel_idx66_arm_r_joint6" joint="idx66_arm_r_joint6" noise="0.0" />
|
| 66 |
+
<jointvel name="jointvel_idx67_arm_r_joint7" joint="idx67_arm_r_joint7" noise="0.0" />
|
| 67 |
+
<!-- joint torque -->
|
| 68 |
+
<jointactuatorfrc name="torque_idx21_arm_l_joint1" joint="idx21_arm_l_joint1" noise="0.0" />
|
| 69 |
+
<jointactuatorfrc name="torque_idx22_arm_l_joint2" joint="idx22_arm_l_joint2" noise="0.0" />
|
| 70 |
+
<jointactuatorfrc name="torque_idx23_arm_l_joint3" joint="idx23_arm_l_joint3" noise="0.0" />
|
| 71 |
+
<jointactuatorfrc name="torque_idx24_arm_l_joint4" joint="idx24_arm_l_joint4" noise="0.0" />
|
| 72 |
+
<jointactuatorfrc name="torque_idx25_arm_l_joint5" joint="idx25_arm_l_joint5" noise="0.0" />
|
| 73 |
+
<jointactuatorfrc name="torque_idx26_arm_l_joint6" joint="idx26_arm_l_joint6" noise="0.0" />
|
| 74 |
+
<jointactuatorfrc name="torque_idx27_arm_l_joint7" joint="idx27_arm_l_joint7" noise="0.0" />
|
| 75 |
+
<jointactuatorfrc name="torque_idx61_arm_r_joint1" joint="idx61_arm_r_joint1" noise="0.0" />
|
| 76 |
+
<jointactuatorfrc name="torque_idx62_arm_r_joint2" joint="idx62_arm_r_joint2" noise="0.0" />
|
| 77 |
+
<jointactuatorfrc name="torque_idx63_arm_r_joint3" joint="idx63_arm_r_joint3" noise="0.0" />
|
| 78 |
+
<jointactuatorfrc name="torque_idx64_arm_r_joint4" joint="idx64_arm_r_joint4" noise="0.0" />
|
| 79 |
+
<jointactuatorfrc name="torque_idx65_arm_r_joint5" joint="idx65_arm_r_joint5" noise="0.0" />
|
| 80 |
+
<jointactuatorfrc name="torque_idx66_arm_r_joint6" joint="idx66_arm_r_joint6" noise="0.0" />
|
| 81 |
+
<jointactuatorfrc name="torque_idx67_arm_r_joint7" joint="idx67_arm_r_joint7" noise="0.0" />
|
| 82 |
+
</sensor>
|
| 83 |
+
</mujoco>
|
mujoco/robot/parts/G2/arm_crs_pw/asset.xml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- asset -->
|
| 2 |
+
<mujoco model="arm_asset">
|
| 3 |
+
<mesh name="BASE_P6" file="../../meshes/arm/crs/arm_base_link.STL"/>
|
| 4 |
+
<mesh name="Link1_P6" file="../../meshes/arm/crs/arm_link1.STL"/>
|
| 5 |
+
<mesh name="Link2_P6" file="../../meshes/arm/crs/arm_link2.STL"/>
|
| 6 |
+
<mesh name="Link3_P6" file="../../meshes/arm/crs/arm_link3.STL"/>
|
| 7 |
+
<mesh name="Link4_P6" file="../../meshes/arm/crs/arm_link4.STL"/>
|
| 8 |
+
<mesh name="Link5_P6" file="../../meshes/arm/crs/arm_link5.STL"/>
|
| 9 |
+
<mesh name="Link6_P6" file="../../meshes/arm/crs/arm_link6.STL"/>
|
| 10 |
+
<mesh name="Link7_P6" file="../../meshes/arm/crs/arm_link7.STL"/>
|
| 11 |
+
</mujoco>
|
mujoco/robot/parts/G2/arm_crs_pw/link.xml
ADDED
|
@@ -0,0 +1,428 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<mujoco model="arm_link">
|
| 2 |
+
<!-- ========================================
|
| 3 |
+
Left Arm Link Chain
|
| 4 |
+
======================================== -->
|
| 5 |
+
<body name="arm_l_link1" pos="0 0.069 0.3085" quat="0.707107 -0.707107 0 0">
|
| 6 |
+
<!-- Inertial properties from model.xml -->
|
| 7 |
+
<inertial
|
| 8 |
+
pos="1.875e-05 0.006003 0.1438"
|
| 9 |
+
quat="0.708546 0.0371413 -0.0376501 0.70368"
|
| 10 |
+
mass="2.0926"
|
| 11 |
+
diaginertia="0.00559611 0.00515641 0.00193958"/>
|
| 12 |
+
|
| 13 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 14 |
+
<joint
|
| 15 |
+
name="idx21_arm_l_joint1"
|
| 16 |
+
pos="0 0 0"
|
| 17 |
+
axis="0 0 1"
|
| 18 |
+
range="-3.1067 3.1067"
|
| 19 |
+
actuatorfrcrange="-108 108"/>
|
| 20 |
+
|
| 21 |
+
<!-- Geometry -->
|
| 22 |
+
<geom
|
| 23 |
+
type="mesh"
|
| 24 |
+
contype="0"
|
| 25 |
+
conaffinity="0"
|
| 26 |
+
group="1"
|
| 27 |
+
density="0"
|
| 28 |
+
rgba="1 0 1 1"
|
| 29 |
+
mesh="Link1_P6"/>
|
| 30 |
+
|
| 31 |
+
<!-- ========================================
|
| 32 |
+
Left Arm Link 2
|
| 33 |
+
======================================== -->
|
| 34 |
+
<body name="arm_l_link2" pos="0 0 0.1745" quat="0.707105 0.707108 0 0">
|
| 35 |
+
<!-- Inertial properties from model.xml -->
|
| 36 |
+
<inertial
|
| 37 |
+
pos="-7.03e-06 0.05542 0.010995"
|
| 38 |
+
quat="0.641173 0.767392 -0.00214053 0.00133687"
|
| 39 |
+
mass="1.9432"
|
| 40 |
+
diaginertia="0.0103546 0.00975036 0.00294632"/>
|
| 41 |
+
|
| 42 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 43 |
+
<joint
|
| 44 |
+
name="idx22_arm_l_joint2"
|
| 45 |
+
pos="0 0 0"
|
| 46 |
+
axis="0 0 1"
|
| 47 |
+
range="-2.0944 2.0944"
|
| 48 |
+
actuatorfrcrange="-108 108"/>
|
| 49 |
+
|
| 50 |
+
<!-- Geometry -->
|
| 51 |
+
<geom
|
| 52 |
+
type="mesh"
|
| 53 |
+
contype="0"
|
| 54 |
+
conaffinity="0"
|
| 55 |
+
group="1"
|
| 56 |
+
density="0"
|
| 57 |
+
rgba="1 0 0 1"
|
| 58 |
+
mesh="Link2_P6"/>
|
| 59 |
+
|
| 60 |
+
<!-- ========================================
|
| 61 |
+
Left Arm Link 3
|
| 62 |
+
======================================== -->
|
| 63 |
+
<body name="arm_l_link3" quat="0.707105 -0.707108 0 0">
|
| 64 |
+
<!-- Inertial properties from model.xml -->
|
| 65 |
+
<inertial
|
| 66 |
+
pos="0.0087411 0.0019043 0.23487"
|
| 67 |
+
quat="0.773926 -0.0373044 -0.0709906 0.628178"
|
| 68 |
+
mass="1.6913"
|
| 69 |
+
diaginertia="0.00691278 0.00661449 0.00151279"/>
|
| 70 |
+
|
| 71 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 72 |
+
<joint
|
| 73 |
+
name="idx23_arm_l_joint3"
|
| 74 |
+
pos="0 0 0"
|
| 75 |
+
axis="0 0 1"
|
| 76 |
+
range="-3.1067 3.1067"
|
| 77 |
+
actuatorfrcrange="-66 66"/>
|
| 78 |
+
|
| 79 |
+
<!-- Geometry -->
|
| 80 |
+
<geom
|
| 81 |
+
type="mesh"
|
| 82 |
+
contype="0"
|
| 83 |
+
conaffinity="0"
|
| 84 |
+
group="1"
|
| 85 |
+
density="0"
|
| 86 |
+
rgba="1 1 0 1"
|
| 87 |
+
mesh="Link3_P6"/>
|
| 88 |
+
|
| 89 |
+
<!-- ========================================
|
| 90 |
+
Left Arm Link 4
|
| 91 |
+
======================================== -->
|
| 92 |
+
<body name="arm_l_link4" pos="0.018 0 0.287" quat="0.707105 0.707108 0 0">
|
| 93 |
+
<!-- Inertial properties from model.xml -->
|
| 94 |
+
<inertial
|
| 95 |
+
pos="-0.0086935 0.045984 0.011135"
|
| 96 |
+
quat="0.621456 0.737295 -0.246853 0.0961863"
|
| 97 |
+
mass="1.5332"
|
| 98 |
+
diaginertia="0.0055184 0.00490878 0.00183112"/>
|
| 99 |
+
|
| 100 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 101 |
+
<joint
|
| 102 |
+
name="idx24_arm_l_joint4"
|
| 103 |
+
pos="0 0 0"
|
| 104 |
+
axis="0 0 1"
|
| 105 |
+
range="-2.5307 1.0472"
|
| 106 |
+
actuatorfrcrange="-66 66"/>
|
| 107 |
+
|
| 108 |
+
<!-- Geometry -->
|
| 109 |
+
<geom
|
| 110 |
+
type="mesh"
|
| 111 |
+
contype="0"
|
| 112 |
+
conaffinity="0"
|
| 113 |
+
group="1"
|
| 114 |
+
density="0"
|
| 115 |
+
rgba="1 0 1 1"
|
| 116 |
+
mesh="Link4_P6"/>
|
| 117 |
+
|
| 118 |
+
<!-- ========================================
|
| 119 |
+
Left Arm Link 5
|
| 120 |
+
======================================== -->
|
| 121 |
+
<body name="arm_l_link5" pos="-0.018 0 0" quat="0.707105 -0.707108 0 0">
|
| 122 |
+
<!-- Inertial properties from model.xml -->
|
| 123 |
+
<inertial
|
| 124 |
+
pos="-0.00036467 0.0001479 0.19902"
|
| 125 |
+
quat="0.999106 0.00345732 0.00652516 -0.0416219"
|
| 126 |
+
mass="2.0095"
|
| 127 |
+
diaginertia="0.00569947 0.0052757 0.00211221"/>
|
| 128 |
+
|
| 129 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 130 |
+
<joint
|
| 131 |
+
name="idx25_arm_l_joint5"
|
| 132 |
+
pos="0 0 0"
|
| 133 |
+
axis="0 0 1"
|
| 134 |
+
range="-3.1067 3.1067"
|
| 135 |
+
actuatorfrcrange="-36 36"/>
|
| 136 |
+
|
| 137 |
+
<!-- Geometry -->
|
| 138 |
+
<geom
|
| 139 |
+
type="mesh"
|
| 140 |
+
contype="0"
|
| 141 |
+
conaffinity="0"
|
| 142 |
+
group="1"
|
| 143 |
+
density="0"
|
| 144 |
+
rgba="1 0 0 1"
|
| 145 |
+
mesh="Link5_P6"/>
|
| 146 |
+
|
| 147 |
+
<!-- ========================================
|
| 148 |
+
Left Arm Link 6
|
| 149 |
+
======================================== -->
|
| 150 |
+
<body name="arm_l_link6" pos="0 0 0.314" quat="0.707105 0.707108 0 0">
|
| 151 |
+
<!-- Inertial properties from model.xml -->
|
| 152 |
+
<inertial
|
| 153 |
+
pos="-0.004911 0.00027206 -8.14e-05"
|
| 154 |
+
quat="0.999881 0.0107884 -0.0079053 -0.00774961"
|
| 155 |
+
mass="0.67002"
|
| 156 |
+
diaginertia="0.000489372 0.000400032 0.000369166"/>
|
| 157 |
+
|
| 158 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 159 |
+
<joint
|
| 160 |
+
name="idx26_arm_l_joint6"
|
| 161 |
+
pos="0 0 0"
|
| 162 |
+
axis="0 0 1"
|
| 163 |
+
range="-1.0472 1.0472"
|
| 164 |
+
actuatorfrcrange="-36 36"/>
|
| 165 |
+
|
| 166 |
+
<!-- Geometry -->
|
| 167 |
+
<geom
|
| 168 |
+
type="mesh"
|
| 169 |
+
contype="0"
|
| 170 |
+
conaffinity="0"
|
| 171 |
+
group="1"
|
| 172 |
+
density="0"
|
| 173 |
+
rgba="1 1 0 1"
|
| 174 |
+
mesh="Link6_P6"/>
|
| 175 |
+
|
| 176 |
+
<!-- ========================================
|
| 177 |
+
Left Arm Link 7
|
| 178 |
+
======================================== -->
|
| 179 |
+
<body name="arm_l_link7" quat="0.499998 0.5 0.500002 0.5">
|
| 180 |
+
<!-- Inertial properties from model.xml -->
|
| 181 |
+
<inertial
|
| 182 |
+
pos="0.0451337 4.672e-05 0.00607482"
|
| 183 |
+
quat="0.593322 0.386679 0.388741 0.589347"
|
| 184 |
+
mass="0.31657"
|
| 185 |
+
diaginertia="0.000673414 0.000570067 0.000333619"/>
|
| 186 |
+
|
| 187 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 188 |
+
<joint
|
| 189 |
+
name="idx27_arm_l_joint7"
|
| 190 |
+
pos="0 0 0"
|
| 191 |
+
axis="0 0 1"
|
| 192 |
+
range="-1.5708 1.5708"
|
| 193 |
+
actuatorfrcrange="-36 36"/>
|
| 194 |
+
|
| 195 |
+
<!-- Geometry -->
|
| 196 |
+
<geom
|
| 197 |
+
type="mesh"
|
| 198 |
+
contype="0"
|
| 199 |
+
conaffinity="0"
|
| 200 |
+
group="1"
|
| 201 |
+
density="0"
|
| 202 |
+
rgba="1 0 1 1"
|
| 203 |
+
mesh="Link7_P6"/>
|
| 204 |
+
|
| 205 |
+
<!-- include left hand o12 -->
|
| 206 |
+
<include file="../hand_pw/gripper_left.xml" />
|
| 207 |
+
|
| 208 |
+
</body>
|
| 209 |
+
</body>
|
| 210 |
+
</body>
|
| 211 |
+
</body>
|
| 212 |
+
</body>
|
| 213 |
+
</body>
|
| 214 |
+
</body>
|
| 215 |
+
|
| 216 |
+
<!-- ========================================
|
| 217 |
+
Right Arm Link Chain
|
| 218 |
+
======================================== -->
|
| 219 |
+
<body name="arm_r_link1" pos="0 -0.069 0.3085" quat="0.707107 0.707107 0 0">
|
| 220 |
+
<!-- Inertial properties from model.xml -->
|
| 221 |
+
<inertial
|
| 222 |
+
pos="1.875e-05 0.006003 0.1438"
|
| 223 |
+
quat="0.708546 0.0371413 -0.0376501 0.70368"
|
| 224 |
+
mass="2.0926"
|
| 225 |
+
diaginertia="0.00559611 0.00515641 0.00193958"/>
|
| 226 |
+
|
| 227 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 228 |
+
<joint
|
| 229 |
+
name="idx61_arm_r_joint1"
|
| 230 |
+
pos="0 0 0"
|
| 231 |
+
axis="0 0 1"
|
| 232 |
+
range="-3.1067 3.1067"
|
| 233 |
+
actuatorfrcrange="-108 108"/>
|
| 234 |
+
|
| 235 |
+
<!-- Geometry -->
|
| 236 |
+
<geom
|
| 237 |
+
type="mesh"
|
| 238 |
+
contype="0"
|
| 239 |
+
conaffinity="0"
|
| 240 |
+
group="1"
|
| 241 |
+
density="0"
|
| 242 |
+
rgba="1 0 1 1"
|
| 243 |
+
mesh="Link1_P6"/>
|
| 244 |
+
|
| 245 |
+
<!-- ========================================
|
| 246 |
+
Right Arm Link 2
|
| 247 |
+
======================================== -->
|
| 248 |
+
<body name="arm_r_link2" pos="0 0 0.1745" quat="0.707107 0.707107 0 0">
|
| 249 |
+
<!-- Inertial properties from model.xml -->
|
| 250 |
+
<inertial
|
| 251 |
+
pos="-7.03e-06 0.05542 0.010995"
|
| 252 |
+
quat="0.641173 0.767392 -0.00214053 0.00133687"
|
| 253 |
+
mass="1.9432"
|
| 254 |
+
diaginertia="0.0103546 0.00975036 0.00294632"/>
|
| 255 |
+
|
| 256 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 257 |
+
<joint
|
| 258 |
+
name="idx62_arm_r_joint2"
|
| 259 |
+
pos="0 0 0"
|
| 260 |
+
axis="0 0 1"
|
| 261 |
+
range="-2.0944 2.0944"
|
| 262 |
+
actuatorfrcrange="-108 108"/>
|
| 263 |
+
|
| 264 |
+
<!-- Geometry -->
|
| 265 |
+
<geom
|
| 266 |
+
type="mesh"
|
| 267 |
+
contype="0"
|
| 268 |
+
conaffinity="0"
|
| 269 |
+
group="1"
|
| 270 |
+
density="0"
|
| 271 |
+
rgba="1 0 0 1"
|
| 272 |
+
mesh="Link2_P6"/>
|
| 273 |
+
|
| 274 |
+
<!-- ========================================
|
| 275 |
+
Right Arm Link 3
|
| 276 |
+
======================================== -->
|
| 277 |
+
<body name="arm_r_link3" quat="0.707107 -0.707107 0 0">
|
| 278 |
+
<!-- Inertial properties from model.xml -->
|
| 279 |
+
<inertial
|
| 280 |
+
pos="0.0087411 0.0019043 0.23487"
|
| 281 |
+
quat="0.773926 -0.0373044 -0.0709906 0.628178"
|
| 282 |
+
mass="1.6913"
|
| 283 |
+
diaginertia="0.00691278 0.00661449 0.00151279"/>
|
| 284 |
+
|
| 285 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 286 |
+
<joint
|
| 287 |
+
name="idx63_arm_r_joint3"
|
| 288 |
+
pos="0 0 0"
|
| 289 |
+
axis="0 0 1"
|
| 290 |
+
range="-3.1067 3.1067"
|
| 291 |
+
actuatorfrcrange="-66 66"/>
|
| 292 |
+
|
| 293 |
+
<!-- Geometry -->
|
| 294 |
+
<geom
|
| 295 |
+
type="mesh"
|
| 296 |
+
contype="0"
|
| 297 |
+
conaffinity="0"
|
| 298 |
+
group="1"
|
| 299 |
+
density="0"
|
| 300 |
+
rgba="1 1 0 1"
|
| 301 |
+
mesh="Link3_P6"/>
|
| 302 |
+
|
| 303 |
+
<!-- ========================================
|
| 304 |
+
Right Arm Link 4
|
| 305 |
+
======================================== -->
|
| 306 |
+
<body name="arm_r_link4" pos="0.018 0 0.287" quat="0.707107 0.707107 0 0">
|
| 307 |
+
<!-- Inertial properties from model.xml -->
|
| 308 |
+
<inertial
|
| 309 |
+
pos="-0.0086935 0.045984 0.011135"
|
| 310 |
+
quat="0.621456 0.737295 -0.246853 0.0961863"
|
| 311 |
+
mass="1.5332"
|
| 312 |
+
diaginertia="0.0055184 0.00490878 0.00183112"/>
|
| 313 |
+
|
| 314 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 315 |
+
<joint
|
| 316 |
+
name="idx64_arm_r_joint4"
|
| 317 |
+
pos="0 0 0"
|
| 318 |
+
axis="0 0 1"
|
| 319 |
+
range="-2.5307 1.0472"
|
| 320 |
+
actuatorfrcrange="-66 66"/>
|
| 321 |
+
|
| 322 |
+
<!-- Geometry -->
|
| 323 |
+
<geom
|
| 324 |
+
type="mesh"
|
| 325 |
+
contype="0"
|
| 326 |
+
conaffinity="0"
|
| 327 |
+
group="1"
|
| 328 |
+
density="0"
|
| 329 |
+
rgba="1 0 1 1"
|
| 330 |
+
mesh="Link4_P6"/>
|
| 331 |
+
|
| 332 |
+
<!-- ========================================
|
| 333 |
+
Right Arm Link 5
|
| 334 |
+
======================================== -->
|
| 335 |
+
<body name="arm_r_link5" pos="-0.018 0 0" quat="0.707107 -0.707107 0 0">
|
| 336 |
+
<!-- Inertial properties from model.xml -->
|
| 337 |
+
<inertial
|
| 338 |
+
pos="0.00036663 -0.00041429 0.198891"
|
| 339 |
+
quat="0.999078 -0.00435039 -0.00655822 -0.0422006"
|
| 340 |
+
mass="1.9854"
|
| 341 |
+
diaginertia="0.00567885 0.00526075 0.00209418"/>
|
| 342 |
+
|
| 343 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 344 |
+
<joint
|
| 345 |
+
name="idx65_arm_r_joint5"
|
| 346 |
+
pos="0 0 0"
|
| 347 |
+
axis="0 0 1"
|
| 348 |
+
range="-3.1067 3.1067"
|
| 349 |
+
actuatorfrcrange="-36 36"/>
|
| 350 |
+
|
| 351 |
+
<!-- Geometry -->
|
| 352 |
+
<geom
|
| 353 |
+
type="mesh"
|
| 354 |
+
contype="0"
|
| 355 |
+
conaffinity="0"
|
| 356 |
+
group="1"
|
| 357 |
+
density="0"
|
| 358 |
+
rgba="1 0 0 1"
|
| 359 |
+
mesh="Link5_P6"/>
|
| 360 |
+
|
| 361 |
+
<!-- ========================================
|
| 362 |
+
Right Arm Link 6
|
| 363 |
+
======================================== -->
|
| 364 |
+
<body name="arm_r_link6" pos="0 0 0.314" quat="0.707107 0.707107 0 0">
|
| 365 |
+
<!-- Inertial properties from model.xml -->
|
| 366 |
+
<inertial
|
| 367 |
+
pos="-0.00458177 -0.00027029 9.098e-05"
|
| 368 |
+
quat="0.99986 0.0119778 0.00849363 0.00798016"
|
| 369 |
+
mass="0.645948"
|
| 370 |
+
diaginertia="0.000477145 0.000391895 0.000361099"/>
|
| 371 |
+
|
| 372 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 373 |
+
<joint
|
| 374 |
+
name="idx66_arm_r_joint6"
|
| 375 |
+
pos="0 0 0"
|
| 376 |
+
axis="0 0 1"
|
| 377 |
+
range="-1.0472 1.0472"
|
| 378 |
+
actuatorfrcrange="-36 36"/>
|
| 379 |
+
|
| 380 |
+
<!-- Geometry -->
|
| 381 |
+
<geom
|
| 382 |
+
type="mesh"
|
| 383 |
+
contype="0"
|
| 384 |
+
conaffinity="0"
|
| 385 |
+
group="1"
|
| 386 |
+
density="0"
|
| 387 |
+
rgba="1 1 0 1"
|
| 388 |
+
mesh="Link6_P6"/>
|
| 389 |
+
|
| 390 |
+
<!-- ========================================
|
| 391 |
+
Right Arm Link 7
|
| 392 |
+
======================================== -->
|
| 393 |
+
<body name="arm_r_link7" quat="0.5 0.5 0.5 0.5">
|
| 394 |
+
<!-- Inertial properties from model.xml -->
|
| 395 |
+
<inertial
|
| 396 |
+
pos="0.0451337 4.672e-05 0.00607482"
|
| 397 |
+
quat="0.593322 0.386679 0.388741 0.589347"
|
| 398 |
+
mass="0.31658"
|
| 399 |
+
diaginertia="0.000673414 0.000570067 0.000333619"/>
|
| 400 |
+
|
| 401 |
+
<!-- Joint definition with actuatorfrcrange -->
|
| 402 |
+
<joint
|
| 403 |
+
name="idx67_arm_r_joint7"
|
| 404 |
+
pos="0 0 0"
|
| 405 |
+
axis="0 0 1"
|
| 406 |
+
range="-1.5708 1.5708"
|
| 407 |
+
actuatorfrcrange="-36 36"/>
|
| 408 |
+
|
| 409 |
+
<!-- Geometry -->
|
| 410 |
+
<geom
|
| 411 |
+
type="mesh"
|
| 412 |
+
contype="0"
|
| 413 |
+
conaffinity="0"
|
| 414 |
+
group="1"
|
| 415 |
+
density="0"
|
| 416 |
+
rgba="1 0 1 1"
|
| 417 |
+
mesh="Link7_P6"/>
|
| 418 |
+
|
| 419 |
+
<!-- include right hand o12 -->
|
| 420 |
+
<include file="../hand_pw/gripper_right.xml" />
|
| 421 |
+
</body>
|
| 422 |
+
</body>
|
| 423 |
+
</body>
|
| 424 |
+
</body>
|
| 425 |
+
</body>
|
| 426 |
+
</body>
|
| 427 |
+
</body>
|
| 428 |
+
</mujoco>
|
mujoco/robot/parts/G2/body_t2_crs_pw/actuator_sensor.xml
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- actuator and sensor -->
|
| 2 |
+
<mujoco model = "body_actuator_sensor">
|
| 3 |
+
<actuator>
|
| 4 |
+
<position name = "position_idx01_body_joint1" joint = "idx01_body_joint1" kp = "20000" kv="6000" />
|
| 5 |
+
<position name = "position_idx02_body_joint2" joint = "idx02_body_joint2" kp = "20000" kv="6000" />
|
| 6 |
+
<position name = "position_idx03_body_joint3" joint = "idx03_body_joint3" kp = "20000" kv="6000" />
|
| 7 |
+
<position name = "position_idx04_body_joint4" joint = "idx04_body_joint4" kp = "20000" kv="6000" />
|
| 8 |
+
<position name = "position_idx05_body_joint5" joint = "idx05_body_joint5" kp = "20000" kv="6000" />
|
| 9 |
+
<position name = "position_idx11_head_joint1" joint = "idx11_head_joint1" kp = "1500" kv="150" />
|
| 10 |
+
<position name = "position_idx12_head_joint2" joint = "idx12_head_joint2" kp = "1500" kv="150" />
|
| 11 |
+
<position name = "position_idx13_head_joint3" joint = "idx13_head_joint3" kp = "1500" kv="150" />
|
| 12 |
+
|
| 13 |
+
<motor name = "motor_idx01_body_joint1" joint = "idx01_body_joint1" ctrlrange="-1200 1200" />
|
| 14 |
+
<motor name = "motor_idx02_body_joint2" joint = "idx02_body_joint2" ctrlrange="-1200 1200" />
|
| 15 |
+
<motor name = "motor_idx03_body_joint3" joint = "idx03_body_joint3" ctrlrange="-1200 1200" />
|
| 16 |
+
<motor name = "motor_idx04_body_joint4" joint = "idx04_body_joint4" ctrlrange="-1200 1200" />
|
| 17 |
+
<motor name = "motor_idx05_body_joint5" joint = "idx05_body_joint5" ctrlrange="-1200 1200" />
|
| 18 |
+
<motor name = "motor_idx11_head_joint1" joint = "idx11_head_joint1" ctrlrange="-1200 1200" />
|
| 19 |
+
<motor name = "motor_idx12_head_joint2" joint = "idx12_head_joint2" ctrlrange="-1200 1200" />
|
| 20 |
+
<motor name = "motor_idx13_head_joint3" joint = "idx13_head_joint3" ctrlrange="-1200 1200" />
|
| 21 |
+
</actuator>
|
| 22 |
+
<sensor>
|
| 23 |
+
<framequat name="imu_quat_sensor" objtype="site" objname="imu_site"/>
|
| 24 |
+
<gyro name="imu_gyro" site="imu_site"/>
|
| 25 |
+
<accelerometer name="imu_accel" site="imu_site"/>
|
| 26 |
+
<jointpos name = "jointpos_idx01_body_joint1" joint = "idx01_body_joint1" noise = "0.0" />
|
| 27 |
+
<jointpos name = "jointpos_idx02_body_joint2" joint = "idx02_body_joint2" noise = "0.0" />
|
| 28 |
+
<jointpos name = "jointpos_idx03_body_joint3" joint = "idx03_body_joint3" noise = "0.0" />
|
| 29 |
+
<jointpos name = "jointpos_idx04_body_joint4" joint = "idx04_body_joint4" noise = "0.0" />
|
| 30 |
+
<jointpos name = "jointpos_idx05_body_joint5" joint = "idx05_body_joint5" noise = "0.0" />
|
| 31 |
+
<jointpos name = "jointpos_idx11_head_joint1" joint = "idx11_head_joint1" noise = "0.0" />
|
| 32 |
+
<jointpos name = "jointpos_idx12_head_joint2" joint = "idx12_head_joint2" noise = "0.0" />
|
| 33 |
+
<jointpos name = "jointpos_idx13_head_joint3" joint = "idx13_head_joint3" noise = "0.0" />
|
| 34 |
+
|
| 35 |
+
<jointvel name = "jointvel_idx01_body_joint1" joint = "idx01_body_joint1" noise = "0.0" />
|
| 36 |
+
<jointvel name = "jointvel_idx02_body_joint2" joint = "idx02_body_joint2" noise = "0.0" />
|
| 37 |
+
<jointvel name = "jointvel_idx03_body_joint3" joint = "idx03_body_joint3" noise = "0.0" />
|
| 38 |
+
<jointvel name = "jointvel_idx04_body_joint4" joint = "idx04_body_joint4" noise = "0.0" />
|
| 39 |
+
<jointvel name = "jointvel_idx05_body_joint5" joint = "idx05_body_joint5" noise = "0.0" />
|
| 40 |
+
<jointvel name = "jointvel_idx11_head_joint1" joint = "idx11_head_joint1" noise = "0.0" />
|
| 41 |
+
<jointvel name = "jointvel_idx12_head_joint2" joint = "idx12_head_joint2" noise = "0.0" />
|
| 42 |
+
<jointvel name = "jointvel_idx13_head_joint3" joint = "idx13_head_joint3" noise = "0.0" />
|
| 43 |
+
|
| 44 |
+
<jointactuatorfrc name = "torque_idx01_body_joint1" joint = "idx01_body_joint1" noise = "0.0" />
|
| 45 |
+
<jointactuatorfrc name = "torque_idx02_body_joint2" joint = "idx02_body_joint2" noise = "0.0" />
|
| 46 |
+
<jointactuatorfrc name = "torque_idx03_body_joint3" joint = "idx03_body_joint3" noise = "0.0" />
|
| 47 |
+
<jointactuatorfrc name = "torque_idx04_body_joint4" joint = "idx04_body_joint4" noise = "0.0" />
|
| 48 |
+
<jointactuatorfrc name = "torque_idx05_body_joint5" joint = "idx05_body_joint5" noise = "0.0" />
|
| 49 |
+
<jointactuatorfrc name = "torque_idx11_head_joint1" joint = "idx11_head_joint1" noise = "0.0" />
|
| 50 |
+
<jointactuatorfrc name = "torque_idx12_head_joint2" joint = "idx12_head_joint2" noise = "0.0" />
|
| 51 |
+
<jointactuatorfrc name = "torque_idx13_head_joint3" joint = "idx13_head_joint3" noise = "0.0" />
|
| 52 |
+
</sensor>
|
| 53 |
+
</mujoco>
|
mujoco/robot/parts/G2/body_t2_crs_pw/asset.xml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- asset -->
|
| 2 |
+
<mujoco model="body_asset">
|
| 3 |
+
<mesh name="base_link" file="G2/T2/base_link.STL" scale="1 1 1" />
|
| 4 |
+
<mesh name="body_link1" file="G2/T2/body_link1.STL" scale="1 1 1" />
|
| 5 |
+
<mesh name="body_link2" file="G2/T2/body_link2.STL" scale="1 1 1" />
|
| 6 |
+
<mesh name="body_link3" file="G2/T2/body_link3.STL" scale="1 1 1" />
|
| 7 |
+
<mesh name="body_link4" file="G2/T2/body_link4.STL" scale="1 1 1" />
|
| 8 |
+
<mesh name="body_link5" file="G2/T2/body_link5.STL" scale="1 1 1" />
|
| 9 |
+
<mesh name="head_link1" file="G2/T2/head_link1.STL" scale="1 1 1" />
|
| 10 |
+
<mesh name="head_link2" file="G2/T2/head_link2.STL" scale="1 1 1" />
|
| 11 |
+
<mesh name="head_link3" file="G2/T2/head_link3.STL" scale="1 1 1" />
|
| 12 |
+
</mujoco>
|
mujoco/robot/parts/G2/body_t2_crs_pw/link.xml
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<mujoco model="body_link">
|
| 2 |
+
<!-- ========================================
|
| 3 |
+
Body Link Chain Structure
|
| 4 |
+
======================================== -->
|
| 5 |
+
|
| 6 |
+
<!-- Main body link chain starting from body_link1 -->
|
| 7 |
+
<body name="body_link1" pos="0.102 0 0.144">
|
| 8 |
+
<!-- Inertial properties -->
|
| 9 |
+
<inertial
|
| 10 |
+
pos="-0.00489401 0.000193107 0.175562"
|
| 11 |
+
quat="0.951529 -0.00167118 0.000568439 0.307555"
|
| 12 |
+
mass="20.7874"
|
| 13 |
+
diaginertia="0.261468 0.260198 0.059575"/>
|
| 14 |
+
<!-- Joint definition -->
|
| 15 |
+
<joint
|
| 16 |
+
name="idx01_body_joint1"
|
| 17 |
+
pos="0 0 0"
|
| 18 |
+
axis="0 1 0"
|
| 19 |
+
range="-1.06 0"/>
|
| 20 |
+
<!-- Geometry -->
|
| 21 |
+
<geom type="mesh" mesh="body_link1" rgba="0.752941 0.752941 0.752941 1"/>
|
| 22 |
+
<!-- ========================================
|
| 23 |
+
Body Link 2
|
| 24 |
+
======================================== -->
|
| 25 |
+
<body name="body_link2" pos="0 0 0.36">
|
| 26 |
+
<!-- Inertial properties -->
|
| 27 |
+
<inertial
|
| 28 |
+
pos="0.00254034 -0.043702 0.185408"
|
| 29 |
+
quat="0.706493 -0.00743404 -0.00727108 0.707643"
|
| 30 |
+
mass="12.4098"
|
| 31 |
+
diaginertia="0.208365 0.195289 0.0220707"/>
|
| 32 |
+
<!-- Joint definition -->
|
| 33 |
+
<joint
|
| 34 |
+
name="idx02_body_joint2"
|
| 35 |
+
pos="0 0 0"
|
| 36 |
+
axis="0 1 0"
|
| 37 |
+
range="0 2.65"/>
|
| 38 |
+
<!-- Geometry -->
|
| 39 |
+
<geom type="mesh" mesh="body_link2" rgba="1 1 1 1"/>
|
| 40 |
+
<!-- ========================================
|
| 41 |
+
Body Link 3
|
| 42 |
+
======================================== -->
|
| 43 |
+
<body name="body_link3" pos="0 0 0.38">
|
| 44 |
+
<!-- Inertial properties -->
|
| 45 |
+
<inertial
|
| 46 |
+
pos="-0.000429684 -0.00641624 4.19234e-05"
|
| 47 |
+
quat="0.996964 0.0579402 -0.00124734 -0.0519932"
|
| 48 |
+
mass="7.34766"
|
| 49 |
+
diaginertia="0.0253773 0.0245502 0.0236107"/>
|
| 50 |
+
<!-- Joint definition -->
|
| 51 |
+
<joint
|
| 52 |
+
name="idx03_body_joint3"
|
| 53 |
+
pos="0 0 0"
|
| 54 |
+
axis="0 1 0"
|
| 55 |
+
range="-1.91 1.57"/>
|
| 56 |
+
<!-- Geometry -->
|
| 57 |
+
<geom type="mesh" mesh="body_link3" rgba="0.752941 0.752941 0.752941 1"/>
|
| 58 |
+
<!-- ========================================
|
| 59 |
+
Body Link 4
|
| 60 |
+
======================================== -->
|
| 61 |
+
<body name="body_link4">
|
| 62 |
+
<!-- Inertial properties -->
|
| 63 |
+
<inertial
|
| 64 |
+
pos="-0.0714498 -6.54615e-05 0.0300405"
|
| 65 |
+
quat="0.382564 0.598079 0.590375 0.383932"
|
| 66 |
+
mass="6.23061"
|
| 67 |
+
diaginertia="0.0315401 0.0286428 0.0240827"/>
|
| 68 |
+
<!-- Joint definition -->
|
| 69 |
+
<joint
|
| 70 |
+
name="idx04_body_joint4"
|
| 71 |
+
pos="0 0 0"
|
| 72 |
+
axis="1 0 0"
|
| 73 |
+
range="-0.43 0.43"/>
|
| 74 |
+
<!-- Geometry -->
|
| 75 |
+
<geom type="mesh" mesh="body_link4" rgba="1 1 1 1"/>
|
| 76 |
+
<!-- ========================================
|
| 77 |
+
Body Link 5
|
| 78 |
+
======================================== -->
|
| 79 |
+
<body name="body_link5" pos="0 0 0.149">
|
| 80 |
+
<!-- Inertial properties -->
|
| 81 |
+
<inertial
|
| 82 |
+
pos="-0.0244424 0.000202655 0.136945"
|
| 83 |
+
quat="0.999987 -0.00278586 0.00415305 -0.000622614"
|
| 84 |
+
mass="7.90088"
|
| 85 |
+
diaginertia="0.0775108 0.0555698 0.0426905"/>
|
| 86 |
+
<!-- Joint definition -->
|
| 87 |
+
<joint
|
| 88 |
+
name="idx05_body_joint5"
|
| 89 |
+
pos="0 0 0"
|
| 90 |
+
axis="0 0 1"
|
| 91 |
+
range="-3.05 3.05"/>
|
| 92 |
+
<!-- Geometry -->
|
| 93 |
+
<geom type="mesh"
|
| 94 |
+
mesh="body_link5"
|
| 95 |
+
rgba="0.752941 0.752941 0.752941 1"/>
|
| 96 |
+
<!-- ========================================
|
| 97 |
+
Include Arm Links
|
| 98 |
+
======================================== -->
|
| 99 |
+
<include file="../arm_crs_pw/link.xml" />
|
| 100 |
+
<!-- ========================================
|
| 101 |
+
Head Link Chain
|
| 102 |
+
======================================== -->
|
| 103 |
+
<body name="head_link1" pos="-0.013 0 0.496">
|
| 104 |
+
<!-- Inertial properties -->
|
| 105 |
+
<inertial
|
| 106 |
+
pos="0.00424601 -1.36432e-07 -0.0288855"
|
| 107 |
+
quat="0.704159 -0.0648528 -0.0648618 0.704093"
|
| 108 |
+
mass="0.245638"
|
| 109 |
+
diaginertia="0.000306992 0.000302836 8.22483e-05"/>
|
| 110 |
+
<!-- Joint definition -->
|
| 111 |
+
<joint
|
| 112 |
+
name="idx11_head_joint1"
|
| 113 |
+
pos="0 0 0"
|
| 114 |
+
axis="0 0 1"
|
| 115 |
+
range="-1.57 1.57"/>
|
| 116 |
+
<!-- Geometry -->
|
| 117 |
+
<geom type="mesh" mesh="head_link1" rgba="0.752941 0.752941 0.752941 1"/>
|
| 118 |
+
<!-- ========================================
|
| 119 |
+
Head Link 2
|
| 120 |
+
======================================== -->
|
| 121 |
+
<body name="head_link2" pos="0.03335 0 0.07">
|
| 122 |
+
<!-- Inertial properties -->
|
| 123 |
+
<inertial
|
| 124 |
+
pos="-0.0363591 -0.000333631 -0.00246318"
|
| 125 |
+
quat="0.704707 0.705403 0.0594704 -0.0475286"
|
| 126 |
+
mass="0.0944987"
|
| 127 |
+
diaginertia="5.66986e-05 5.01493e-05 3.80384e-05"/>
|
| 128 |
+
<!-- Joint definition -->
|
| 129 |
+
<joint
|
| 130 |
+
name="idx12_head_joint2"
|
| 131 |
+
pos="0 0 0"
|
| 132 |
+
axis="1 0 0"
|
| 133 |
+
range="-0.349 0.349"/>
|
| 134 |
+
<!-- Geometry -->
|
| 135 |
+
<geom type="mesh" mesh="head_link2" rgba="0.752941 0.752941 0.752941 1"/>
|
| 136 |
+
<!-- ========================================
|
| 137 |
+
Head Link 3
|
| 138 |
+
======================================== -->
|
| 139 |
+
<body name="head_link3" pos="-0.03035 0 0">
|
| 140 |
+
<!-- Inertial properties -->
|
| 141 |
+
<inertial
|
| 142 |
+
pos="-0.00327293 2.14734e-05 0.0163618"
|
| 143 |
+
quat="-0.000248838 0.699252 2.07117e-06 0.714875"
|
| 144 |
+
mass="17.8197"
|
| 145 |
+
diaginertia="0.0712727 0.0558097 0.0456037"/>
|
| 146 |
+
<!-- Joint definition -->
|
| 147 |
+
<joint
|
| 148 |
+
name="idx13_head_joint3"
|
| 149 |
+
pos="0 0 0"
|
| 150 |
+
axis="0 1 0"
|
| 151 |
+
range="-0.523 0.523"/>
|
| 152 |
+
<!-- Geometry -->
|
| 153 |
+
<geom type="mesh" mesh="head_link3" rgba="0.752941 0.752941 0.752941 1"/>
|
| 154 |
+
</body>
|
| 155 |
+
</body>
|
| 156 |
+
</body>
|
| 157 |
+
</body>
|
| 158 |
+
</body>
|
| 159 |
+
</body>
|
| 160 |
+
</body>
|
| 161 |
+
</body>
|
| 162 |
+
</mujoco>
|
mujoco/robot/parts/G2/chassis/actuator_sensor.xml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- actuator and sensor -->
|
| 2 |
+
<mujoco model="chassis_actuator_sensor">
|
| 3 |
+
<actuator>
|
| 4 |
+
<!-- position and velocity control actuator -->
|
| 5 |
+
<position name="motor_idx111_chassis_lwheel_front_joint1"
|
| 6 |
+
joint="idx111_chassis_lwheel_front_joint1" kp="1000" kv="80" />
|
| 7 |
+
<velocity name="motor_idx112_chassis_lwheel_front_joint2"
|
| 8 |
+
joint="idx112_chassis_lwheel_front_joint2" kv="10" />
|
| 9 |
+
<position name="motor_idx121_chassis_lwheel_rear_joint1"
|
| 10 |
+
joint="idx121_chassis_lwheel_rear_joint1" kp="1000" kv="80" />
|
| 11 |
+
<velocity name="motor_idx122_chassis_lwheel_rear_joint2"
|
| 12 |
+
joint="idx122_chassis_lwheel_rear_joint2" kv="10" />
|
| 13 |
+
<position name="motor_idx131_chassis_rwheel_front_joint1"
|
| 14 |
+
joint="idx131_chassis_rwheel_front_joint1" kp="1000" kv="80" />
|
| 15 |
+
<velocity name="motor_idx132_chassis_rwheel_front_joint2"
|
| 16 |
+
joint="idx132_chassis_rwheel_front_joint2" kv="10" />
|
| 17 |
+
<position name="motor_idx141_chassis_rwheel_rear_joint1"
|
| 18 |
+
joint="idx141_chassis_rwheel_rear_joint1" kp="1000" kv="80" />
|
| 19 |
+
<velocity name="motor_idx142_chassis_rwheel_rear_joint2"
|
| 20 |
+
joint="idx142_chassis_rwheel_rear_joint2" kv="10" />
|
| 21 |
+
</actuator>
|
| 22 |
+
|
| 23 |
+
<sensor>
|
| 24 |
+
<!-- position sensor -->
|
| 25 |
+
<jointpos name="jointpos_idx111_chassis_lwheel_front_joint1"
|
| 26 |
+
joint="idx111_chassis_lwheel_front_joint1" noise="0.0" />
|
| 27 |
+
<jointpos name="jointpos_idx112_chassis_lwheel_front_joint2"
|
| 28 |
+
joint="idx112_chassis_lwheel_front_joint2" noise="0.0" cutoff="3.14" />
|
| 29 |
+
<jointpos name="jointpos_idx121_chassis_lwheel_rear_joint1"
|
| 30 |
+
joint="idx121_chassis_lwheel_rear_joint1" noise="0.0" />
|
| 31 |
+
<jointpos name="jointpos_idx122_chassis_lwheel_rear_joint2"
|
| 32 |
+
joint="idx122_chassis_lwheel_rear_joint2" noise="0.0" cutoff="3.14" />
|
| 33 |
+
<jointpos name="jointpos_idx131_chassis_rwheel_front_joint1"
|
| 34 |
+
joint="idx131_chassis_rwheel_front_joint1" noise="0.0" />
|
| 35 |
+
<jointpos name="jointpos_idx132_chassis_rwheel_front_joint2"
|
| 36 |
+
joint="idx132_chassis_rwheel_front_joint2" noise="0.0" cutoff="3.14" />
|
| 37 |
+
<jointpos name="jointpos_idx141_chassis_rwheel_rear_joint1"
|
| 38 |
+
joint="idx141_chassis_rwheel_rear_joint1" noise="0.0" />
|
| 39 |
+
<jointpos name="jointpos_idx142_chassis_rwheel_rear_joint2"
|
| 40 |
+
joint="idx142_chassis_rwheel_rear_joint2" noise="0.0" cutoff="3.14" />
|
| 41 |
+
|
| 42 |
+
<!-- velocity sensor -->
|
| 43 |
+
<jointvel name="jointvel_idx111_chassis_lwheel_front_joint1"
|
| 44 |
+
joint="idx111_chassis_lwheel_front_joint1" noise="0.0" />
|
| 45 |
+
<jointvel name="jointvel_idx112_chassis_lwheel_front_joint2"
|
| 46 |
+
joint="idx112_chassis_lwheel_front_joint2" noise="0.0" />
|
| 47 |
+
<jointvel name="jointvel_idx121_chassis_lwheel_rear_joint1"
|
| 48 |
+
joint="idx121_chassis_lwheel_rear_joint1" noise="0.0" />
|
| 49 |
+
<jointvel name="jointvel_idx122_chassis_lwheel_rear_joint2"
|
| 50 |
+
joint="idx122_chassis_lwheel_rear_joint2" noise="0.0" />
|
| 51 |
+
<jointvel name="jointvel_idx131_chassis_rwheel_front_joint1"
|
| 52 |
+
joint="idx131_chassis_rwheel_front_joint1" noise="0.0" />
|
| 53 |
+
<jointvel name="jointvel_idx132_chassis_rwheel_front_joint2"
|
| 54 |
+
joint="idx132_chassis_rwheel_front_joint2" noise="0.0" />
|
| 55 |
+
<jointvel name="jointvel_idx141_chassis_rwheel_rear_joint1"
|
| 56 |
+
joint="idx141_chassis_rwheel_rear_joint1" noise="0.0" />
|
| 57 |
+
<jointvel name="jointvel_idx142_chassis_rwheel_rear_joint2"
|
| 58 |
+
joint="idx142_chassis_rwheel_rear_joint2" noise="0.0" />
|
| 59 |
+
</sensor>
|
| 60 |
+
|
| 61 |
+
</mujoco>
|
mujoco/robot/parts/G2/chassis/asset.xml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- asset -->
|
| 2 |
+
<mujoco model="chassis_asset">
|
| 3 |
+
<mesh name="chassis_lwheel_front_link1" file="../../meshes/G2/T2/chassis_lwheel_front_link1.STL" scale="1 1 1" />
|
| 4 |
+
<mesh name="chassis_lwheel_front_link2" file="../../meshes/G2/T2/chassis_lwheel_front_link2.STL" scale="1 1 1" />
|
| 5 |
+
<mesh name="chassis_lwheel_rear_link1" file="../../meshes/G2/T2/chassis_lwheel_rear_link1.STL" scale="1 1 1" />
|
| 6 |
+
<mesh name="chassis_lwheel_rear_link2" file="../../meshes/G2/T2/chassis_lwheel_rear_link2.STL" scale="1 1 1" />
|
| 7 |
+
|
| 8 |
+
<mesh name="chassis_rwheel_front_link1" file="../../meshes/G2/T2/chassis_rwheel_front_link1.STL" scale="1 1 1" />
|
| 9 |
+
<mesh name="chassis_rwheel_front_link2" file="../../meshes/G2/T2/chassis_rwheel_front_link2.STL" scale="1 1 1" />
|
| 10 |
+
<mesh name="chassis_rwheel_rear_link1" file="../../meshes/G2/T2/chassis_rwheel_rear_link1.STL" scale="1 1 1" />
|
| 11 |
+
<mesh name="chassis_rwheel_rear_link2" file="../../meshes/G2/T2/chassis_rwheel_rear_link2.STL" scale="1 1 1" />
|
| 12 |
+
</mujoco>
|
mujoco/robot/parts/G2/chassis/link.xml
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<mujoco model="chassis_link">
|
| 2 |
+
<body name="chassis_lwheel_front_link1" pos="0.23 0.218 0.16675">
|
| 3 |
+
<inertial pos="4.8347e-05 -0.021386 -0.055149" quat="0.681263 -0.208432 0.206514 0.670663"
|
| 4 |
+
mass="0.59301" diaginertia="0.00114775 0.001129 0.000294904" />
|
| 5 |
+
<joint name="idx111_chassis_lwheel_front_joint1" pos="0 0 0" axis="0 0 1" range="-2.97 2.97" />
|
| 6 |
+
<geom type="mesh" contype="0" conaffinity="0" group="1" density="0"
|
| 7 |
+
rgba="0.86667 0.86667 0.8902 1" mesh="chassis_lwheel_front_link1" />
|
| 8 |
+
<body name="chassis_lwheel_front_link2" pos="0 -5e-05 -0.13675">
|
| 9 |
+
<inertial pos="-2.3442e-06 -0.0013086 1.0892e-05"
|
| 10 |
+
quat="0.487628 0.512096 0.512035 0.487644" mass="3.6283"
|
| 11 |
+
diaginertia="0.010779 0.0058842 0.0058835" />
|
| 12 |
+
<joint name="idx112_chassis_lwheel_front_joint2" pos="0 0 0" axis="0 1 0" />
|
| 13 |
+
<geom type="mesh" group="1" density="0" rgba="1 1 1 1"
|
| 14 |
+
mesh="chassis_lwheel_front_link2"
|
| 15 |
+
class="collision" />
|
| 16 |
+
</body>
|
| 17 |
+
</body>
|
| 18 |
+
<body name="chassis_rwheel_front_link1" pos="0.23 -0.218 0.16675">
|
| 19 |
+
<inertial pos="-4.8347e-05 0.021386 -0.055149" quat="0.681263 0.208432 -0.206514 0.670663"
|
| 20 |
+
mass="0.59301" diaginertia="0.00114775 0.001129 0.000294904" />
|
| 21 |
+
<joint name="idx131_chassis_rwheel_front_joint1" pos="0 0 0" axis="0 0 1" range="-2.97 2.97" />
|
| 22 |
+
<geom type="mesh" contype="0" conaffinity="0" group="1" density="0"
|
| 23 |
+
rgba="0.86667 0.86667 0.8902 1" mesh="chassis_rwheel_front_link1" />
|
| 24 |
+
<body name="chassis_rwheel_front_link2" pos="0 5e-05 -0.13675">
|
| 25 |
+
<inertial pos="2.3442e-06 0.0013086 1.0892e-05"
|
| 26 |
+
quat="0.512096 0.487628 0.487644 0.512035" mass="3.6283"
|
| 27 |
+
diaginertia="0.010779 0.0058842 0.0058835" />
|
| 28 |
+
<joint name="idx132_chassis_rwheel_front_joint2" pos="0 0 0" axis="0 1 0" />
|
| 29 |
+
<geom type="mesh" group="1" density="0" rgba="1 1 1 1"
|
| 30 |
+
mesh="chassis_rwheel_front_link2" class="collision" />
|
| 31 |
+
</body>
|
| 32 |
+
</body>
|
| 33 |
+
<body name="chassis_rwheel_rear_link1" pos="-0.23 -0.218 0.16675">
|
| 34 |
+
<inertial pos="-4.8347e-05 0.021386 -0.055149" quat="0.681263 0.208432 -0.206514 0.670663"
|
| 35 |
+
mass="0.59301" diaginertia="0.00114775 0.001129 0.000294904" />
|
| 36 |
+
<joint name="idx141_chassis_rwheel_rear_joint1" pos="0 0 0" axis="0 0 1" range="-2.97 2.97" />
|
| 37 |
+
<geom type="mesh" contype="0" conaffinity="0" group="1" density="0"
|
| 38 |
+
rgba="0.86667 0.86667 0.8902 1" mesh="chassis_rwheel_rear_link1" />
|
| 39 |
+
<body name="chassis_rwheel_rear_link2" pos="0 5e-05 -0.13675">
|
| 40 |
+
<inertial pos="2.3442e-06 0.0013086 1.0892e-05"
|
| 41 |
+
quat="0.512096 0.487628 0.487644 0.512035" mass="3.6283"
|
| 42 |
+
diaginertia="0.010779 0.0058842 0.0058835" />
|
| 43 |
+
<joint name="idx142_chassis_rwheel_rear_joint2" pos="0 0 0" axis="0 1 0" />
|
| 44 |
+
<geom type="mesh" group="1" density="0" rgba="1 1 1 1"
|
| 45 |
+
mesh="chassis_rwheel_rear_link2" class="collision" />
|
| 46 |
+
</body>
|
| 47 |
+
</body>
|
| 48 |
+
<body name="chassis_lwheel_rear_link1" pos="-0.23 0.218 0.16675">
|
| 49 |
+
<inertial pos="4.8347e-05 -0.021386 -0.055149" quat="0.681263 -0.208432 0.206514 0.670663"
|
| 50 |
+
mass="0.59301" diaginertia="0.00114775 0.001129 0.000294904" />
|
| 51 |
+
<joint name="idx121_chassis_lwheel_rear_joint1" pos="0 0 0" axis="0 0 1" range="-2.97 2.97" />
|
| 52 |
+
<geom type="mesh" contype="0" conaffinity="0" group="1" density="0"
|
| 53 |
+
rgba="0.86667 0.86667 0.8902 1" mesh="chassis_lwheel_rear_link1" />
|
| 54 |
+
<body name="chassis_lwheel_rear_link2" pos="0 -5e-05 -0.13675">
|
| 55 |
+
<inertial pos="-2.3442e-06 -0.0013086 1.0892e-05"
|
| 56 |
+
quat="0.487628 0.512096 0.512035 0.487644" mass="3.6283"
|
| 57 |
+
diaginertia="0.010779 0.0058842 0.0058835" />
|
| 58 |
+
<joint name="idx122_chassis_lwheel_rear_joint2" pos="0 0 0" axis="0 1 0" />
|
| 59 |
+
<geom type="mesh" group="1" density="0" rgba="1 1 1 1"
|
| 60 |
+
mesh="chassis_lwheel_rear_link2" class="collision" />
|
| 61 |
+
</body>
|
| 62 |
+
</body>
|
| 63 |
+
</mujoco>
|
mujoco/robot/parts/G2/hand_pw/actuator_left_sensor.xml
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- actuator and sensor -->
|
| 2 |
+
<mujoco model="hand_pw_left_actuator_sensor">
|
| 3 |
+
|
| 4 |
+
<contact>
|
| 5 |
+
<!-- gripper contact exclusions -->
|
| 6 |
+
<exclude body1="gripper_l_outer_link1" body2="gripper_l_inner_link1" />
|
| 7 |
+
</contact>
|
| 8 |
+
|
| 9 |
+
<actuator>
|
| 10 |
+
<!-- Gripper -->
|
| 11 |
+
<position name="position_idx31_gripper_l_inner_joint1"
|
| 12 |
+
joint="idx31_gripper_l_inner_joint1"
|
| 13 |
+
ctrlrange="0 0.024"
|
| 14 |
+
forcerange="-500 500"
|
| 15 |
+
kp="2000" kv="200" />
|
| 16 |
+
</actuator>
|
| 17 |
+
|
| 18 |
+
<equality>
|
| 19 |
+
<!-- Gripper: 内夹爪关节跟随外夹爪关节 -->
|
| 20 |
+
<joint name="gripper_l_inner_equality"
|
| 21 |
+
joint1="idx31_gripper_l_inner_joint1"
|
| 22 |
+
joint2="idx41_gripper_l_outer_joint1"
|
| 23 |
+
polycoef="0.0 1.0 0 0 0" />
|
| 24 |
+
</equality>
|
| 25 |
+
|
| 26 |
+
<sensor>
|
| 27 |
+
<!-- Gripper actuator position sensor -->
|
| 28 |
+
<actuatorpos name="actuatorpos_idx31_gripper_l_inner_joint1"
|
| 29 |
+
actuator="position_idx31_gripper_l_inner_joint1" />
|
| 30 |
+
|
| 31 |
+
<!-- Gripper joint position sensor -->
|
| 32 |
+
<jointpos name="jointpos_idx41_gripper_l_outer_joint1" joint="idx41_gripper_l_outer_joint1" />
|
| 33 |
+
<jointpos name="jointpos_idx31_gripper_l_inner_joint1" joint="idx31_gripper_l_inner_joint1" />
|
| 34 |
+
|
| 35 |
+
<!-- Gripper joint velocity sensor -->
|
| 36 |
+
<jointvel name="jointvel_idx41_gripper_l_outer_joint1" joint="idx41_gripper_l_outer_joint1" />
|
| 37 |
+
<jointvel name="jointvel_idx31_gripper_l_inner_joint1" joint="idx31_gripper_l_inner_joint1" />
|
| 38 |
+
|
| 39 |
+
<!-- Gripper joint effort sensor -->
|
| 40 |
+
<jointactuatorfrc name="torque_idx31_gripper_l_inner_joint1"
|
| 41 |
+
joint="idx31_gripper_l_inner_joint1" />
|
| 42 |
+
|
| 43 |
+
</sensor>
|
| 44 |
+
|
| 45 |
+
</mujoco>
|
mujoco/robot/parts/G2/hand_pw/actuator_right_sensor.xml
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- actuator and sensor -->
|
| 2 |
+
<mujoco model="hand_pw_right_actuator_sensor">
|
| 3 |
+
|
| 4 |
+
<contact>
|
| 5 |
+
<!-- gripper contact exclusions -->
|
| 6 |
+
<exclude body1="gripper_r_outer_link1" body2="gripper_r_inner_link1" />
|
| 7 |
+
</contact>
|
| 8 |
+
|
| 9 |
+
<actuator>
|
| 10 |
+
<!-- Gripper -->
|
| 11 |
+
<position name="position_idx71_gripper_r_inner_joint1"
|
| 12 |
+
joint="idx71_gripper_r_inner_joint1"
|
| 13 |
+
ctrlrange="0 0.024"
|
| 14 |
+
forcerange="-500 500"
|
| 15 |
+
kp="2000" kv="200" />
|
| 16 |
+
</actuator>
|
| 17 |
+
|
| 18 |
+
<equality>
|
| 19 |
+
<!-- Gripper: 内夹爪关节跟随外夹爪关节 -->
|
| 20 |
+
<joint name="gripper_r_inner_equality"
|
| 21 |
+
joint1="idx71_gripper_r_inner_joint1"
|
| 22 |
+
joint2="idx81_gripper_r_outer_joint1"
|
| 23 |
+
polycoef="0.0 1.0 0 0 0" />
|
| 24 |
+
</equality>
|
| 25 |
+
|
| 26 |
+
<sensor>
|
| 27 |
+
<!-- Gripper actuator position sensor -->
|
| 28 |
+
<actuatorpos name="actuatorpos_idx71_gripper_r_inner_joint1"
|
| 29 |
+
actuator="position_idx71_gripper_r_inner_joint1" />
|
| 30 |
+
|
| 31 |
+
<!-- Gripper joint position sensor -->
|
| 32 |
+
<jointpos name="jointpos_idx81_gripper_r_outer_joint1" joint="idx81_gripper_r_outer_joint1" />
|
| 33 |
+
<jointpos name="jointpos_idx71_gripper_r_inner_joint1" joint="idx71_gripper_r_inner_joint1" />
|
| 34 |
+
|
| 35 |
+
<!-- Gripper joint velocity sensor -->
|
| 36 |
+
<jointvel name="jointvel_idx81_gripper_r_outer_joint1" joint="idx81_gripper_r_outer_joint1" />
|
| 37 |
+
<jointvel name="jointvel_idx71_gripper_r_inner_joint1" joint="idx71_gripper_r_inner_joint1" />
|
| 38 |
+
|
| 39 |
+
<!-- Gripper joint effort sensor -->
|
| 40 |
+
<jointactuatorfrc name="torque_idx71_gripper_r_inner_joint1"
|
| 41 |
+
joint="idx71_gripper_r_inner_joint1" />
|
| 42 |
+
|
| 43 |
+
</sensor>
|
| 44 |
+
</mujoco>
|
mujoco/robot/parts/G2/hand_pw/asset.xml
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<mujoco model="pw_gripper_asset">
|
| 2 |
+
<!-- Place-Workpiece Gripper Meshes -->
|
| 3 |
+
<mesh name="gripper_l_base_link" file="../../meshes/gripper/workpiece/base_link.STL" />
|
| 4 |
+
<mesh name="gripper_l_base_link_1" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_01.STL" />
|
| 5 |
+
<mesh name="gripper_l_base_link_2" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_02.STL" />
|
| 6 |
+
<mesh name="gripper_l_base_link_3" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_03.STL" />
|
| 7 |
+
<mesh name="gripper_l_base_link_4" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_04.STL" />
|
| 8 |
+
<mesh name="gripper_l_base_link_5" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_05.STL" />
|
| 9 |
+
<mesh name="gripper_l_base_link_6" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_06.STL" />
|
| 10 |
+
<mesh name="gripper_l_base_link_7" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_07.STL" />
|
| 11 |
+
<mesh name="gripper_l_base_link_8" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_08.STL" />
|
| 12 |
+
<mesh name="gripper_l_base_link_9" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_09.STL" />
|
| 13 |
+
<mesh name="gripper_l_base_link_10" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_10.STL" />
|
| 14 |
+
<mesh name="gripper_l_base_link_11" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_11.STL" />
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
<mesh name="gripper_r_base_link" file="../../meshes/gripper/workpiece/base_link.STL" />
|
| 18 |
+
<mesh name="gripper_r_base_link_1" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_01.STL" />
|
| 19 |
+
<mesh name="gripper_r_base_link_2" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_02.STL" />
|
| 20 |
+
<mesh name="gripper_r_base_link_3" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_03.STL" />
|
| 21 |
+
<mesh name="gripper_r_base_link_4" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_04.STL" />
|
| 22 |
+
<mesh name="gripper_r_base_link_5" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_05.STL" />
|
| 23 |
+
<mesh name="gripper_r_base_link_6" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_06.STL" />
|
| 24 |
+
<mesh name="gripper_r_base_link_7" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_07.STL" />
|
| 25 |
+
<mesh name="gripper_r_base_link_8" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_08.STL" />
|
| 26 |
+
<mesh name="gripper_r_base_link_9" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_09.STL" />
|
| 27 |
+
<mesh name="gripper_r_base_link_10" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_10.STL" />
|
| 28 |
+
<mesh name="gripper_r_base_link_11" file="../../meshes/gripper/workpiece/convex/wuliao_Collision_11.STL" />
|
| 29 |
+
|
| 30 |
+
</mujoco>
|
mujoco/robot/parts/G2/hand_pw/gripper_left.xml
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<mujoco model="gripper_left">
|
| 2 |
+
<!-- 夹爪基座 -->
|
| 3 |
+
<body name="gripper_l_base_link" pos="0.095 0 0" quat="-0.5 0.5 -0.5 0.5">
|
| 4 |
+
<inertial pos="0.01778808 0.0585332 0.05714529" quat="0.5 0.5 0.5 0.5" mass="1.3757592"
|
| 5 |
+
diaginertia="0.0028087 0.00130123 0.00279029" />
|
| 6 |
+
<geom type="mesh" mesh="gripper_l_base_link" rgba="0.86667 0.86667 0.8902 1"/>
|
| 7 |
+
<geom type="mesh" mesh="gripper_l_base_link_1" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 8 |
+
<geom type="mesh" mesh="gripper_l_base_link_2" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 9 |
+
<geom type="mesh" mesh="gripper_l_base_link_3" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 10 |
+
<geom type="mesh" mesh="gripper_l_base_link_4" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 11 |
+
<geom type="mesh" mesh="gripper_l_base_link_5" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 12 |
+
<geom type="mesh" mesh="gripper_l_base_link_6" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 13 |
+
<geom type="mesh" mesh="gripper_l_base_link_7" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 14 |
+
<geom type="mesh" mesh="gripper_l_base_link_8" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 15 |
+
<geom type="mesh" mesh="gripper_l_base_link_9" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 16 |
+
<geom type="mesh" mesh="gripper_l_base_link_10" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 17 |
+
<geom type="mesh" mesh="gripper_l_base_link_11" rgba="0.86667 0.86667 0.8902 1" class="collision"/>
|
| 18 |
+
|
| 19 |
+
<!-- 外夹爪(主动) -->
|
| 20 |
+
<body name="gripper_l_outer_link1" pos="0.0265 -0.0134 0.098" quat="0.707107 0 0 0.707107">
|
| 21 |
+
<inertial pos="0.0151808 -0.0123302 0.0456963" quat="0.846353 0.0682721 0.0474439 0.526094"
|
| 22 |
+
mass="0.0366645" diaginertia="4.50797e-05 4.46339e-05 2.25641e-06" />
|
| 23 |
+
<joint name="idx41_gripper_l_outer_joint1" pos="0 0 0" axis="0 1 0" type="slide"
|
| 24 |
+
range="0 0.024" />
|
| 25 |
+
<!-- <geom type="mesh" mesh="gripper_l_outer_link1_1" rgba="0.77647 0.75686 0.73725 1"
|
| 26 |
+
class="collision" />
|
| 27 |
+
<geom type="mesh" mesh="gripper_l_outer_link1_2" rgba="0.77647 0.75686 0.73725 1"
|
| 28 |
+
class="collision" />
|
| 29 |
+
<geom type="mesh" mesh="gripper_l_outer_link1_3" rgba="0.77647 0.75686 0.73725 1"
|
| 30 |
+
class="collision" />
|
| 31 |
+
<geom type="mesh" mesh="gripper_l_outer_link1_4" rgba="0.77647 0.75686 0.73725 1"
|
| 32 |
+
class="collision" />
|
| 33 |
+
<geom type="mesh" mesh="gripper_l_outer_link1_5" rgba="0.77647 0.75686 0.73725 1"
|
| 34 |
+
class="collision" />
|
| 35 |
+
<geom type="mesh" mesh="gripper_l_outer_link1_6" rgba="0.77647 0.75686 0.73725 1"
|
| 36 |
+
class="collision" />
|
| 37 |
+
<geom type="mesh" mesh="gripper_l_outer_link1_7" rgba="0.77647 0.75686 0.73725 1"
|
| 38 |
+
class="collision" /> -->
|
| 39 |
+
|
| 40 |
+
</body>
|
| 41 |
+
|
| 42 |
+
<!-- 内夹爪(从动) -->
|
| 43 |
+
<body name="gripper_l_inner_link1" pos="-0.0265 0.0134 0.098" quat="0.707107 0 0 -0.707107">
|
| 44 |
+
<inertial pos="0.0178381 0.0653971 0.0463019" quat="0.874213 -0.0127259 0.0439183 0.483386"
|
| 45 |
+
mass="0.0379014" diaginertia="4.57698e-05 4.46809e-05 2.49933e-06" />
|
| 46 |
+
<joint name="idx31_gripper_l_inner_joint1" pos="0 0 0" axis="0 1 0" type="slide"
|
| 47 |
+
range="0 0.024" />
|
| 48 |
+
<!-- <geom type="mesh" mesh="gripper_l_inner_link1_1" rgba="0.77647 0.75686 0.73725 1"
|
| 49 |
+
class="collision" />
|
| 50 |
+
<geom type="mesh" mesh="gripper_l_inner_link1_2" rgba="0.77647 0.75686 0.73725 1"
|
| 51 |
+
class="collision" />
|
| 52 |
+
<geom type="mesh" mesh="gripper_l_inner_link1_3" rgba="0.77647 0.75686 0.73725 1"
|
| 53 |
+
class="collision" />
|
| 54 |
+
<geom type="mesh" mesh="gripper_l_inner_link1_4" rgba="0.77647 0.75686 0.73725 1"
|
| 55 |
+
class="collision" />
|
| 56 |
+
<geom type="mesh" mesh="gripper_l_inner_link1_5" rgba="0.77647 0.75686 0.73725 1"
|
| 57 |
+
class="collision" />
|
| 58 |
+
<geom type="mesh" mesh="gripper_l_inner_link1_6" rgba="0.77647 0.75686 0.73725 1"
|
| 59 |
+
class="collision" />
|
| 60 |
+
<geom type="mesh" mesh="gripper_l_inner_link1_7" rgba="0.77647 0.75686 0.73725 1"
|
| 61 |
+
class="collision" /> -->
|
| 62 |
+
|
| 63 |
+
</body>
|
| 64 |
+
|
| 65 |
+
<!-- 夹爪中心点 -->
|
| 66 |
+
<body name="gripper_l_center_link" pos="0 0 0.1" quat="0.707107 0 0 -0.707107">
|
| 67 |
+
<geom type="sphere" size="0.005" rgba="1 0 0 0.5" />
|
| 68 |
+
</body>
|
| 69 |
+
</body>
|
| 70 |
+
|
| 71 |
+
</mujoco>
|