Upload folder using huggingface_hub
Browse files- .gitattributes +38 -0
- robots/linearbot/assets/base.stl +3 -0
- robots/linearbot/assets/base__2.stl +3 -0
- robots/linearbot/assets/gripper.stl +3 -0
- robots/linearbot/assets/linear_cable_cover.stl +3 -0
- robots/linearbot/assets/linear_lift.stl +3 -0
- robots/linearbot/assets/linear_lift_holder.stl +0 -0
- robots/linearbot/assets/link1.stl +3 -0
- robots/linearbot/assets/link2.stl +3 -0
- robots/linearbot/assets/link3.stl +3 -0
- robots/linearbot/assets/link4.stl +3 -0
- robots/linearbot/assets/link5.stl +0 -0
- robots/linearbot/assets/motor1.stl +3 -0
- robots/linearbot/assets/motor2.stl +3 -0
- robots/linearbot/assets/motor3.stl +3 -0
- robots/linearbot/assets/motor4.stl +3 -0
- robots/linearbot/assets/motor5.stl +3 -0
- robots/linearbot/assets/motor6.stl +3 -0
- robots/linearbot/assets/motor7.stl +3 -0
- robots/linearbot/assets/motor8.stl +3 -0
- robots/linearbot/assets/tip_left.stl +3 -0
- robots/linearbot/assets/tip_right.stl +3 -0
- robots/linearbot/curobo_config/linearbot_custom.yml +1312 -0
- robots/linearbot/curobo_config/urdf/assets/base.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/base__2.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/gripper.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/linear_cable_cover.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/linear_lift.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/linear_lift_holder.stl +0 -0
- robots/linearbot/curobo_config/urdf/assets/link1.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/link2.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/link3.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/link4.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/link5.stl +0 -0
- robots/linearbot/curobo_config/urdf/assets/motor1.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/motor2.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/motor3.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/motor4.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/motor5.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/motor6.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/motor7.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/motor8.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/tip_left.stl +3 -0
- robots/linearbot/curobo_config/urdf/assets/tip_right.stl +3 -0
- robots/linearbot/curobo_config/urdf/linearbot_holobase_curobo.urdf +921 -0
- robots/linearbot/linearbot.urdf +925 -0
- robots/linearbot/linearbot_holobase.urdf +921 -0
- robots/linearbot/linearbot_holobase.xml +200 -0
- robots/linearbot/mjthor_resource_file_to_size_mb.json +3 -0
- robots/linearbot/mjthor_resources_combined_meta.json.gz +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,41 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
robots/linearbot/assets/base.stl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
robots/linearbot/assets/base__2.stl filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
robots/linearbot/assets/gripper.stl filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
robots/linearbot/assets/linear_cable_cover.stl filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
robots/linearbot/assets/linear_lift.stl filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
robots/linearbot/assets/link1.stl filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
robots/linearbot/assets/link2.stl filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
robots/linearbot/assets/link3.stl filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
robots/linearbot/assets/link4.stl filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
robots/linearbot/assets/motor1.stl filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
robots/linearbot/assets/motor2.stl filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
robots/linearbot/assets/motor3.stl filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
robots/linearbot/assets/motor4.stl filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
robots/linearbot/assets/motor5.stl filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
robots/linearbot/assets/motor6.stl filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
robots/linearbot/assets/motor7.stl filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
robots/linearbot/assets/motor8.stl filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
robots/linearbot/assets/tip_left.stl filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
robots/linearbot/assets/tip_right.stl filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
robots/linearbot/curobo_config/urdf/assets/base.stl filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
robots/linearbot/curobo_config/urdf/assets/base__2.stl filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
robots/linearbot/curobo_config/urdf/assets/gripper.stl filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
robots/linearbot/curobo_config/urdf/assets/linear_cable_cover.stl filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
robots/linearbot/curobo_config/urdf/assets/linear_lift.stl filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
robots/linearbot/curobo_config/urdf/assets/link1.stl filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
robots/linearbot/curobo_config/urdf/assets/link2.stl filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
robots/linearbot/curobo_config/urdf/assets/link3.stl filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
robots/linearbot/curobo_config/urdf/assets/link4.stl filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
robots/linearbot/curobo_config/urdf/assets/motor1.stl filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
robots/linearbot/curobo_config/urdf/assets/motor2.stl filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
robots/linearbot/curobo_config/urdf/assets/motor3.stl filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
robots/linearbot/curobo_config/urdf/assets/motor4.stl filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
robots/linearbot/curobo_config/urdf/assets/motor5.stl filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
robots/linearbot/curobo_config/urdf/assets/motor6.stl filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
robots/linearbot/curobo_config/urdf/assets/motor7.stl filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
robots/linearbot/curobo_config/urdf/assets/motor8.stl filter=lfs diff=lfs merge=lfs -text
|
| 97 |
+
robots/linearbot/curobo_config/urdf/assets/tip_left.stl filter=lfs diff=lfs merge=lfs -text
|
| 98 |
+
robots/linearbot/curobo_config/urdf/assets/tip_right.stl filter=lfs diff=lfs merge=lfs -text
|
robots/linearbot/assets/base.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad6267db2db4fb0cc9b28b3a12e4a61d722ce882fa9a524f15c955c0a9b2264e
|
| 3 |
+
size 169484
|
robots/linearbot/assets/base__2.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65b27eeb4606d3fdc35fac488259a6fda9644857b0866e7df9d2cea091a66ce3
|
| 3 |
+
size 818984
|
robots/linearbot/assets/gripper.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:817aa139c373a948f7fd5ca1b2d18c7478bede370328ce16e78b43619c220082
|
| 3 |
+
size 461684
|
robots/linearbot/assets/linear_cable_cover.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1f362354014b269051c46128e9bd701816dc34e04eb7e3e0edb500c08a0a55f
|
| 3 |
+
size 252684
|
robots/linearbot/assets/linear_lift.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa2b0912bc93f4c30ee5cab874eb9a57dc2c88edd4713e3e5f0e9b881762680f
|
| 3 |
+
size 550284
|
robots/linearbot/assets/linear_lift_holder.stl
ADDED
|
Binary file (35.5 kB). View file
|
|
|
robots/linearbot/assets/link1.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66924c8d04155e19fc86b8ddbaa9c79da1ae44dae73e1906c6f3d8d0a5d01ff9
|
| 3 |
+
size 490284
|
robots/linearbot/assets/link2.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78c6090aed3ad42a4ca355759664f625d799dfe8469e645c09df5c8a3aa173d1
|
| 3 |
+
size 2027584
|
robots/linearbot/assets/link3.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:001072183893f3f4e8d15f57554890c11c5df8999ca30eedc65549a373a3ce78
|
| 3 |
+
size 2003584
|
robots/linearbot/assets/link4.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:998c0754b629d469d2667c94219433fde99375cb87b450bdf663e2144abaaa2a
|
| 3 |
+
size 232484
|
robots/linearbot/assets/link5.stl
ADDED
|
Binary file (70.5 kB). View file
|
|
|
robots/linearbot/assets/motor1.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dae7ae99cf9ef9dad9d08c7ce7c77e27213f9214c0fc67cd00f64c366b76ab0
|
| 3 |
+
size 4421284
|
robots/linearbot/assets/motor2.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dddbe53d6eafd58657e807dddba34684243987278b9c2562e46f74536671a09
|
| 3 |
+
size 393584
|
robots/linearbot/assets/motor3.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:277eca5f70c063416e7cf5b42774ef0c6af8ed7c9769d2784a28765045c18016
|
| 3 |
+
size 4455684
|
robots/linearbot/assets/motor4.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:071f1215302d2441c9427182c148e57aeb5bf85918e5760e1fc071d59a8ac39e
|
| 3 |
+
size 371984
|
robots/linearbot/assets/motor5.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:923f32227e958c73e0b1940f1be7d9cfd7d59a6b77e45a95beb8b07ee1fc320d
|
| 3 |
+
size 4421284
|
robots/linearbot/assets/motor6.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:909a9f18fa26ba992da8132b4a6597fcf938160d441a258989e86c15d0df87ec
|
| 3 |
+
size 393584
|
robots/linearbot/assets/motor7.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:694bde89bdd7d1b4b3bcf58909af1818bff88123491f06a2e1b4f8cd58716a5f
|
| 3 |
+
size 4455584
|
robots/linearbot/assets/motor8.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bfd274deac3857f7a7ab4683d1026c22b1c3165cd3536d2e5e889b09d5e1c89
|
| 3 |
+
size 371984
|
robots/linearbot/assets/tip_left.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8744a321fc71580364d1443f788640f9c5bcb7026776881eec9ae7456f86aa36
|
| 3 |
+
size 2168084
|
robots/linearbot/assets/tip_right.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e368daf012f55ede3bc11f738147f9624a3350d9d9065014564e317955c6117b
|
| 3 |
+
size 2168184
|
robots/linearbot/curobo_config/linearbot_custom.yml
ADDED
|
@@ -0,0 +1,1312 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
kinematics:
|
| 2 |
+
add_object_link: false
|
| 3 |
+
asset_root_path: /home/shuo/research/resources/mlspaces_assets/robots/linearbot/curobo_config/urdf
|
| 4 |
+
base_link: world
|
| 5 |
+
collision_link_names: &id001
|
| 6 |
+
- arm_base_L
|
| 7 |
+
- arm_base_R
|
| 8 |
+
- arm_link1_L
|
| 9 |
+
- arm_link1_R
|
| 10 |
+
- arm_link2_L
|
| 11 |
+
- arm_link2_R
|
| 12 |
+
- arm_link3_L
|
| 13 |
+
- arm_link3_R
|
| 14 |
+
- arm_link4_L
|
| 15 |
+
- arm_link4_R
|
| 16 |
+
- arm_link5_L
|
| 17 |
+
- arm_link5_R
|
| 18 |
+
- base
|
| 19 |
+
- gripper_L
|
| 20 |
+
- gripper_R
|
| 21 |
+
- lift_link
|
| 22 |
+
- tip_left_L
|
| 23 |
+
- tip_left_R
|
| 24 |
+
- tip_right_L
|
| 25 |
+
- tip_right_R
|
| 26 |
+
collision_sphere_buffer: 0.0
|
| 27 |
+
collision_spheres:
|
| 28 |
+
arm_base_L:
|
| 29 |
+
- center:
|
| 30 |
+
- -0.053573597222566605
|
| 31 |
+
- 0.0002263770584249869
|
| 32 |
+
- -0.02983800694346428
|
| 33 |
+
radius: 0.049086976796388626
|
| 34 |
+
- center:
|
| 35 |
+
- -0.10280010849237442
|
| 36 |
+
- -0.0023904775734990835
|
| 37 |
+
- -0.0048871031031012535
|
| 38 |
+
radius: 0.007329842541366816
|
| 39 |
+
- center:
|
| 40 |
+
- -0.00844616536051035
|
| 41 |
+
- -0.03038673847913742
|
| 42 |
+
- -0.004535978194326162
|
| 43 |
+
radius: 0.008215119130909443
|
| 44 |
+
- center:
|
| 45 |
+
- -0.09795486181974411
|
| 46 |
+
- 0.025240082293748856
|
| 47 |
+
- -0.005353550426661968
|
| 48 |
+
radius: 0.012708022259175777
|
| 49 |
+
- center:
|
| 50 |
+
- -0.0040495311841368675
|
| 51 |
+
- 0.010138369165360928
|
| 52 |
+
- -0.0051803276874125
|
| 53 |
+
radius: 0.009686003439128399
|
| 54 |
+
- center:
|
| 55 |
+
- -0.10261373966932297
|
| 56 |
+
- -0.019342759624123573
|
| 57 |
+
- -0.00518781365826726
|
| 58 |
+
radius: 0.00855189748108387
|
| 59 |
+
- center:
|
| 60 |
+
- -0.021669648587703705
|
| 61 |
+
- -0.03225750848650932
|
| 62 |
+
- -0.004565706942230463
|
| 63 |
+
radius: 0.00687528308480978
|
| 64 |
+
- center:
|
| 65 |
+
- -0.09547586739063263
|
| 66 |
+
- -0.03333043307065964
|
| 67 |
+
- -0.00501261418685317
|
| 68 |
+
radius: 0.009989595040678978
|
| 69 |
+
- center:
|
| 70 |
+
- -0.005224321037530899
|
| 71 |
+
- -0.013062172569334507
|
| 72 |
+
- -0.004980459809303284
|
| 73 |
+
radius: 0.008797216229140759
|
| 74 |
+
- center:
|
| 75 |
+
- -0.01114015281200409
|
| 76 |
+
- 0.029862597584724426
|
| 77 |
+
- -0.00644725514575839
|
| 78 |
+
radius: 0.010618791915476322
|
| 79 |
+
arm_base_R:
|
| 80 |
+
- center:
|
| 81 |
+
- 0.05418670177459717
|
| 82 |
+
- 0.0004612873599398881
|
| 83 |
+
- -0.029442073777318
|
| 84 |
+
radius: 0.04979413002729416
|
| 85 |
+
- center:
|
| 86 |
+
- 0.004466410726308823
|
| 87 |
+
- 0.007586074527353048
|
| 88 |
+
- -0.005434812046587467
|
| 89 |
+
radius: 0.007647321093827486
|
| 90 |
+
- center:
|
| 91 |
+
- 0.09532034397125244
|
| 92 |
+
- 0.03459036722779274
|
| 93 |
+
- -0.004300865810364485
|
| 94 |
+
radius: 0.009521045722067356
|
| 95 |
+
- center:
|
| 96 |
+
- 0.004501819610595703
|
| 97 |
+
- -0.01172951702028513
|
| 98 |
+
- -0.005195748060941696
|
| 99 |
+
radius: 0.0070671443827450275
|
| 100 |
+
- center:
|
| 101 |
+
- 0.10308827459812164
|
| 102 |
+
- -0.008402753621339798
|
| 103 |
+
- -0.0051558190025389194
|
| 104 |
+
radius: 0.008721750229597092
|
| 105 |
+
- center:
|
| 106 |
+
- 0.020406018942594528
|
| 107 |
+
- -0.034252263605594635
|
| 108 |
+
- -0.006043171510100365
|
| 109 |
+
radius: 0.005322711076587439
|
| 110 |
+
- center:
|
| 111 |
+
- 0.0072211334481835365
|
| 112 |
+
- -0.027669692412018776
|
| 113 |
+
- -0.004498213529586792
|
| 114 |
+
radius: 0.008189047686755657
|
| 115 |
+
- center:
|
| 116 |
+
- 0.09591499716043472
|
| 117 |
+
- -0.03215980529785156
|
| 118 |
+
- -0.003700562985613942
|
| 119 |
+
radius: 0.011628768406808376
|
| 120 |
+
- center:
|
| 121 |
+
- 0.010057411156594753
|
| 122 |
+
- 0.030037084594368935
|
| 123 |
+
- -0.004131206776946783
|
| 124 |
+
radius: 0.010797747410833836
|
| 125 |
+
- center:
|
| 126 |
+
- 0.10310149937868118
|
| 127 |
+
- 0.018266543745994568
|
| 128 |
+
- -0.0051999869756400585
|
| 129 |
+
radius: 0.006706289481371641
|
| 130 |
+
arm_link1_L:
|
| 131 |
+
- center:
|
| 132 |
+
- 0.005818300414830446
|
| 133 |
+
- -0.009901071898639202
|
| 134 |
+
- -0.002861251123249531
|
| 135 |
+
radius: 0.011564159765839577
|
| 136 |
+
- center:
|
| 137 |
+
- -0.03736564517021179
|
| 138 |
+
- 0.0111214155331254
|
| 139 |
+
- -0.04574132710695267
|
| 140 |
+
radius: 0.010011222213506699
|
| 141 |
+
- center:
|
| 142 |
+
- -0.013399753719568253
|
| 143 |
+
- -0.013446264900267124
|
| 144 |
+
- -0.0035839935299009085
|
| 145 |
+
radius: 0.010215998627245426
|
| 146 |
+
- center:
|
| 147 |
+
- -0.03351129963994026
|
| 148 |
+
- -0.014207183383405209
|
| 149 |
+
- -0.0043775178492069244
|
| 150 |
+
radius: 0.00924274604767561
|
| 151 |
+
- center:
|
| 152 |
+
- -0.0333406925201416
|
| 153 |
+
- 0.010557725094258785
|
| 154 |
+
- -0.019030090421438217
|
| 155 |
+
radius: 0.021598903462290764
|
| 156 |
+
- center:
|
| 157 |
+
- -0.03646276518702507
|
| 158 |
+
- 0.025808820500969887
|
| 159 |
+
- -0.04339687153697014
|
| 160 |
+
radius: 0.01398757379502058
|
| 161 |
+
- center:
|
| 162 |
+
- -0.00041702616726979613
|
| 163 |
+
- 0.009979058988392353
|
| 164 |
+
- -0.0010439103934913874
|
| 165 |
+
radius: 0.017301419749855995
|
| 166 |
+
- center:
|
| 167 |
+
- 0.028675097972154617
|
| 168 |
+
- -0.010522411204874516
|
| 169 |
+
- -0.006275237072259188
|
| 170 |
+
radius: 0.012399278581142426
|
| 171 |
+
- center:
|
| 172 |
+
- 0.039239317178726196
|
| 173 |
+
- 0.012214437127113342
|
| 174 |
+
- -0.04662139713764191
|
| 175 |
+
radius: 0.009064380079507828
|
| 176 |
+
- center:
|
| 177 |
+
- 0.035209253430366516
|
| 178 |
+
- -0.006066898815333843
|
| 179 |
+
- -0.02025911770761013
|
| 180 |
+
radius: 0.006257557775825262
|
| 181 |
+
- center:
|
| 182 |
+
- 0.03985774144530296
|
| 183 |
+
- 0.02624337002635002
|
| 184 |
+
- -0.040883395820856094
|
| 185 |
+
radius: 0.014723680913448334
|
| 186 |
+
- center:
|
| 187 |
+
- 0.03794553875923157
|
| 188 |
+
- 0.0037487351801246405
|
| 189 |
+
- -0.028239790350198746
|
| 190 |
+
radius: 0.010512820445001125
|
| 191 |
+
- center:
|
| 192 |
+
- 0.03552881255745888
|
| 193 |
+
- 0.013313115574419498
|
| 194 |
+
- -0.011309274472296238
|
| 195 |
+
radius: 0.018712854012846947
|
| 196 |
+
arm_link1_R:
|
| 197 |
+
- center:
|
| 198 |
+
- 0.032398536801338196
|
| 199 |
+
- -0.010803043842315674
|
| 200 |
+
- -0.006208361126482487
|
| 201 |
+
radius: 0.013703162781894207
|
| 202 |
+
- center:
|
| 203 |
+
- -0.03707112371921539
|
| 204 |
+
- -0.0028694558423012495
|
| 205 |
+
- -0.024296915158629417
|
| 206 |
+
radius: 0.008687624707818031
|
| 207 |
+
- center:
|
| 208 |
+
- -0.0018260875949636102
|
| 209 |
+
- -0.01043460052460432
|
| 210 |
+
- -0.0018086857162415981
|
| 211 |
+
radius: 0.015951044857501984
|
| 212 |
+
- center:
|
| 213 |
+
- -0.030664613470435143
|
| 214 |
+
- -0.011658867821097374
|
| 215 |
+
- -0.00614982470870018
|
| 216 |
+
radius: 0.011710711754858494
|
| 217 |
+
- center:
|
| 218 |
+
- -0.028549736365675926
|
| 219 |
+
- 0.011199278756976128
|
| 220 |
+
- -0.0053697205148637295
|
| 221 |
+
radius: 0.016719922423362732
|
| 222 |
+
- center:
|
| 223 |
+
- -0.035902928560972214
|
| 224 |
+
- 0.019487526267766953
|
| 225 |
+
- -0.03792426362633705
|
| 226 |
+
radius: 0.018461082130670547
|
| 227 |
+
- center:
|
| 228 |
+
- 0.005421505309641361
|
| 229 |
+
- 0.009662508964538574
|
| 230 |
+
- -0.0007946706609800458
|
| 231 |
+
radius: 0.016451958566904068
|
| 232 |
+
- center:
|
| 233 |
+
- 0.03833109512925148
|
| 234 |
+
- -0.0009687423589639366
|
| 235 |
+
- -0.025541042909026146
|
| 236 |
+
radius: 0.010426276363432407
|
| 237 |
+
- center:
|
| 238 |
+
- 0.03966880589723587
|
| 239 |
+
- 0.01731141284108162
|
| 240 |
+
- -0.04930664598941803
|
| 241 |
+
radius: 0.010659215040504932
|
| 242 |
+
- center:
|
| 243 |
+
- 0.0400259830057621
|
| 244 |
+
- 0.008555441163480282
|
| 245 |
+
- -0.037764716893434525
|
| 246 |
+
radius: 0.009602014906704426
|
| 247 |
+
- center:
|
| 248 |
+
- 0.03922377899289131
|
| 249 |
+
- 0.02851220965385437
|
| 250 |
+
- -0.041805021464824677
|
| 251 |
+
radius: 0.01034328993409872
|
| 252 |
+
- center:
|
| 253 |
+
- 0.03920803964138031
|
| 254 |
+
- 0.02140630967915058
|
| 255 |
+
- -0.02473209612071514
|
| 256 |
+
radius: 0.010627279058098793
|
| 257 |
+
- center:
|
| 258 |
+
- 0.03396116569638252
|
| 259 |
+
- 0.012756239622831345
|
| 260 |
+
- -0.007566285785287619
|
| 261 |
+
radius: 0.012453112751245499
|
| 262 |
+
arm_link2_L:
|
| 263 |
+
- center:
|
| 264 |
+
- 0.008560031652450562
|
| 265 |
+
- 0.0009694072068668902
|
| 266 |
+
- -0.03452705219388008
|
| 267 |
+
radius: 0.0472075529396534
|
| 268 |
+
- center:
|
| 269 |
+
- 0.05573238059878349
|
| 270 |
+
- -0.002374763833358884
|
| 271 |
+
- -0.034652672708034515
|
| 272 |
+
radius: 0.03409190848469734
|
| 273 |
+
- center:
|
| 274 |
+
- 0.2612748444080353
|
| 275 |
+
- 0.00017894779739435762
|
| 276 |
+
- -0.03482654690742493
|
| 277 |
+
radius: 0.04427066072821617
|
| 278 |
+
- center:
|
| 279 |
+
- 0.18035650253295898
|
| 280 |
+
- -0.0020873460453003645
|
| 281 |
+
- -0.03392442688345909
|
| 282 |
+
radius: 0.029261227697134018
|
| 283 |
+
- center:
|
| 284 |
+
- 0.11648036539554596
|
| 285 |
+
- 0.00022285344311967492
|
| 286 |
+
- -0.0362059585750103
|
| 287 |
+
radius: 0.02914545126259327
|
| 288 |
+
- center:
|
| 289 |
+
- 0.08885416388511658
|
| 290 |
+
- 0.0018462829757481813
|
| 291 |
+
- -0.03489670529961586
|
| 292 |
+
radius: 0.026834761723876
|
| 293 |
+
- center:
|
| 294 |
+
- 0.2168971747159958
|
| 295 |
+
- 0.0007172403275035322
|
| 296 |
+
- -0.03302454948425293
|
| 297 |
+
radius: 0.0353492796421051
|
| 298 |
+
- center:
|
| 299 |
+
- 0.15277837216854095
|
| 300 |
+
- 0.00042033521458506584
|
| 301 |
+
- -0.03516010195016861
|
| 302 |
+
radius: 0.028335396200418472
|
| 303 |
+
arm_link2_R:
|
| 304 |
+
- center:
|
| 305 |
+
- 0.0005589695647358894
|
| 306 |
+
- 7.830064714653417e-05
|
| 307 |
+
- -0.03266645967960358
|
| 308 |
+
radius: 0.04204219952225685
|
| 309 |
+
- center:
|
| 310 |
+
- 0.030878687277436256
|
| 311 |
+
- 0.000961028563324362
|
| 312 |
+
- -0.03224368765950203
|
| 313 |
+
radius: 0.04114992916584015
|
| 314 |
+
- center:
|
| 315 |
+
- 0.07427700608968735
|
| 316 |
+
- 8.68464630912058e-05
|
| 317 |
+
- -0.03107457235455513
|
| 318 |
+
radius: 0.03099907375872135
|
| 319 |
+
- center:
|
| 320 |
+
- 0.25888749957084656
|
| 321 |
+
- -5.0917089538415894e-05
|
| 322 |
+
- -0.031757891178131104
|
| 323 |
+
radius: 0.04559216648340225
|
| 324 |
+
- center:
|
| 325 |
+
- 0.20541608333587646
|
| 326 |
+
- 0.00036189862294122577
|
| 327 |
+
- -0.030658753588795662
|
| 328 |
+
radius: 0.03584533929824829
|
| 329 |
+
- center:
|
| 330 |
+
- 0.11385105550289154
|
| 331 |
+
- 0.0015236542094498873
|
| 332 |
+
- -0.03014853596687317
|
| 333 |
+
radius: 0.03017650730907917
|
| 334 |
+
- center:
|
| 335 |
+
- 0.15585003793239594
|
| 336 |
+
- 0.00028819296858273447
|
| 337 |
+
- -0.03257244452834129
|
| 338 |
+
radius: 0.03095346875488758
|
| 339 |
+
arm_link3_L:
|
| 340 |
+
- center:
|
| 341 |
+
- -0.22306260466575623
|
| 342 |
+
- -0.07676452398300171
|
| 343 |
+
- 0.010692955926060677
|
| 344 |
+
radius: 0.010415421798825264
|
| 345 |
+
- center:
|
| 346 |
+
- -0.01962033286690712
|
| 347 |
+
- -0.05858667939901352
|
| 348 |
+
- 0.013025859370827675
|
| 349 |
+
radius: 0.04351365938782692
|
| 350 |
+
- center:
|
| 351 |
+
- -0.02187352441251278
|
| 352 |
+
- -0.05816860496997833
|
| 353 |
+
- 0.05711609125137329
|
| 354 |
+
radius: 0.04342507943511009
|
| 355 |
+
- center:
|
| 356 |
+
- -0.09315038472414017
|
| 357 |
+
- -0.056436553597450256
|
| 358 |
+
- 0.03359532728791237
|
| 359 |
+
radius: 0.023186814039945602
|
| 360 |
+
- center:
|
| 361 |
+
- -0.10653126984834671
|
| 362 |
+
- -0.06537339091300964
|
| 363 |
+
- 0.03768052160739899
|
| 364 |
+
radius: 0.028708072379231453
|
| 365 |
+
- center:
|
| 366 |
+
- -0.13431839644908905
|
| 367 |
+
- -0.05982881784439087
|
| 368 |
+
- 0.03516102209687233
|
| 369 |
+
radius: 0.031082171946763992
|
| 370 |
+
- center:
|
| 371 |
+
- -0.18212485313415527
|
| 372 |
+
- -0.06162447854876518
|
| 373 |
+
- 0.036519769579172134
|
| 374 |
+
radius: 0.03750884160399437
|
| 375 |
+
- center:
|
| 376 |
+
- -0.22927670180797577
|
| 377 |
+
- -0.04926498234272003
|
| 378 |
+
- 0.01723640225827694
|
| 379 |
+
radius: 0.013354943133890629
|
| 380 |
+
- center:
|
| 381 |
+
- -0.14191563427448273
|
| 382 |
+
- -0.0638214647769928
|
| 383 |
+
- 0.03661150857806206
|
| 384 |
+
radius: 0.026869777590036392
|
| 385 |
+
- center:
|
| 386 |
+
- -0.07111447304487228
|
| 387 |
+
- -0.059735771268606186
|
| 388 |
+
- 0.03799879178404808
|
| 389 |
+
radius: 0.0314379557967186
|
| 390 |
+
- center:
|
| 391 |
+
- 0.019757552072405815
|
| 392 |
+
- 0.016319891437888145
|
| 393 |
+
- 0.075108103454113
|
| 394 |
+
radius: 0.009664351120591164
|
| 395 |
+
- center:
|
| 396 |
+
- 0.005954293999820948
|
| 397 |
+
- 0.018165454268455505
|
| 398 |
+
- -0.0054105231538414955
|
| 399 |
+
radius: 0.013861886225640774
|
| 400 |
+
- center:
|
| 401 |
+
- -0.24221952259540558
|
| 402 |
+
- -0.06011350080370903
|
| 403 |
+
- 0.03413134068250656
|
| 404 |
+
radius: 0.04371710121631622
|
| 405 |
+
- center:
|
| 406 |
+
- -0.22699923813343048
|
| 407 |
+
- -0.04770171269774437
|
| 408 |
+
- 0.014229684136807919
|
| 409 |
+
radius: 0.010291078127920628
|
| 410 |
+
- center:
|
| 411 |
+
- 0.017780888825654984
|
| 412 |
+
- -0.0072844079695641994
|
| 413 |
+
- 0.07464850693941116
|
| 414 |
+
radius: 0.014685520902276039
|
| 415 |
+
- center:
|
| 416 |
+
- -0.013919053599238396
|
| 417 |
+
- 0.009043349884450436
|
| 418 |
+
- 0.07655534893274307
|
| 419 |
+
radius: 0.0221092589199543
|
| 420 |
+
- center:
|
| 421 |
+
- -0.20939357578754425
|
| 422 |
+
- -0.07228243350982666
|
| 423 |
+
- 0.06222662329673767
|
| 424 |
+
radius: 0.0056252204813063145
|
| 425 |
+
- center:
|
| 426 |
+
- -0.1987069845199585
|
| 427 |
+
- -0.04545373097062111
|
| 428 |
+
- 0.04967116191983223
|
| 429 |
+
radius: 0.007865915074944496
|
| 430 |
+
- center:
|
| 431 |
+
- -0.25991660356521606
|
| 432 |
+
- -0.07274524867534637
|
| 433 |
+
- 0.05092478170990944
|
| 434 |
+
radius: 0.006827512290328741
|
| 435 |
+
- center:
|
| 436 |
+
- -0.22031807899475098
|
| 437 |
+
- -0.041608843952417374
|
| 438 |
+
- 0.05540744215250015
|
| 439 |
+
radius: 0.011795083060860634
|
| 440 |
+
- center:
|
| 441 |
+
- -0.2532247304916382
|
| 442 |
+
- -0.05407024174928665
|
| 443 |
+
- 0.010841594077646732
|
| 444 |
+
radius: 0.00968614686280489
|
| 445 |
+
- center:
|
| 446 |
+
- -0.24661685526371002
|
| 447 |
+
- -0.06910279393196106
|
| 448 |
+
- 0.03542673960328102
|
| 449 |
+
radius: 0.015003024600446224
|
| 450 |
+
- center:
|
| 451 |
+
- 0.020308343693614006
|
| 452 |
+
- -0.004010342992842197
|
| 453 |
+
- -0.004823734518140554
|
| 454 |
+
radius: 0.016133494675159454
|
| 455 |
+
- center:
|
| 456 |
+
- -0.21298043429851532
|
| 457 |
+
- -0.03964313864707947
|
| 458 |
+
- 0.011739416979253292
|
| 459 |
+
radius: 0.007543133571743965
|
| 460 |
+
- center:
|
| 461 |
+
- -0.020502377301454544
|
| 462 |
+
- 0.003721814602613449
|
| 463 |
+
- -0.006141036748886108
|
| 464 |
+
radius: 0.01811492256820202
|
| 465 |
+
arm_link3_R:
|
| 466 |
+
- center:
|
| 467 |
+
- -0.2079775184392929
|
| 468 |
+
- 0.08456899225711823
|
| 469 |
+
- 0.06256430596113205
|
| 470 |
+
radius: 0.0048661078326404095
|
| 471 |
+
- center:
|
| 472 |
+
- -0.15021765232086182
|
| 473 |
+
- 0.06151163950562477
|
| 474 |
+
- 0.033016979694366455
|
| 475 |
+
radius: 0.028797175735235214
|
| 476 |
+
- center:
|
| 477 |
+
- -0.1051483303308487
|
| 478 |
+
- 0.05987175926566124
|
| 479 |
+
- 0.03271455317735672
|
| 480 |
+
radius: 0.03042260743677616
|
| 481 |
+
- center:
|
| 482 |
+
- -0.06297624856233597
|
| 483 |
+
- 0.059565991163253784
|
| 484 |
+
- 0.034339483827352524
|
| 485 |
+
radius: 0.03463684394955635
|
| 486 |
+
- center:
|
| 487 |
+
- -0.018437616527080536
|
| 488 |
+
- 0.05093859136104584
|
| 489 |
+
- 0.006579071749001741
|
| 490 |
+
radius: 0.041312944144010544
|
| 491 |
+
- center:
|
| 492 |
+
- -0.013644702732563019
|
| 493 |
+
- 0.05908045545220375
|
| 494 |
+
- 0.06240823119878769
|
| 495 |
+
radius: 0.040069613605737686
|
| 496 |
+
- center:
|
| 497 |
+
- 0.013449350371956825
|
| 498 |
+
- -0.01711513288319111
|
| 499 |
+
- 0.07432267814874649
|
| 500 |
+
radius: 0.01757860742509365
|
| 501 |
+
- center:
|
| 502 |
+
- -0.018916187807917595
|
| 503 |
+
- -0.011069131083786488
|
| 504 |
+
- -0.005653214640915394
|
| 505 |
+
radius: 0.012664594687521458
|
| 506 |
+
- center:
|
| 507 |
+
- -0.12110798805952072
|
| 508 |
+
- 0.05770734325051308
|
| 509 |
+
- 0.036614999175071716
|
| 510 |
+
radius: 0.024375146254897118
|
| 511 |
+
- center:
|
| 512 |
+
- -0.18953180313110352
|
| 513 |
+
- 0.060663238167762756
|
| 514 |
+
- 0.032158415764570236
|
| 515 |
+
radius: 0.034016381949186325
|
| 516 |
+
- center:
|
| 517 |
+
- -0.23860479891300201
|
| 518 |
+
- 0.058904387056827545
|
| 519 |
+
- 0.03368155658245087
|
| 520 |
+
radius: 0.04380274936556816
|
| 521 |
+
- center:
|
| 522 |
+
- 0.019635571166872978
|
| 523 |
+
- -0.0010230641346424818
|
| 524 |
+
- -0.003177674487233162
|
| 525 |
+
radius: 0.018504934385418892
|
| 526 |
+
- center:
|
| 527 |
+
- -0.002938780002295971
|
| 528 |
+
- -0.02747880481183529
|
| 529 |
+
- -0.005277544260025024
|
| 530 |
+
radius: 0.011562177911400795
|
| 531 |
+
- center:
|
| 532 |
+
- 0.01718948967754841
|
| 533 |
+
- 0.011354580521583557
|
| 534 |
+
- 0.07566771656274796
|
| 535 |
+
radius: 0.014666571281850338
|
| 536 |
+
- center:
|
| 537 |
+
- -0.021183820441365242
|
| 538 |
+
- -0.009193116798996925
|
| 539 |
+
- 0.07251318544149399
|
| 540 |
+
radius: 0.01642755977809429
|
| 541 |
+
arm_link4_L:
|
| 542 |
+
- center:
|
| 543 |
+
- -0.030437588691711426
|
| 544 |
+
- -0.005575333721935749
|
| 545 |
+
- 0.006472792476415634
|
| 546 |
+
radius: 0.024548925459384918
|
| 547 |
+
- center:
|
| 548 |
+
- -0.04233945906162262
|
| 549 |
+
- 0.047812484204769135
|
| 550 |
+
- 0.03441851958632469
|
| 551 |
+
radius: 0.02974606491625309
|
| 552 |
+
- center:
|
| 553 |
+
- -0.03408142551779747
|
| 554 |
+
- 0.0018737944774329662
|
| 555 |
+
- 0.05746816098690033
|
| 556 |
+
radius: 0.021222563460469246
|
| 557 |
+
- center:
|
| 558 |
+
- -0.07352909445762634
|
| 559 |
+
- 0.0696888193488121
|
| 560 |
+
- 0.03264869004487991
|
| 561 |
+
radius: 0.038236744701862335
|
| 562 |
+
- center:
|
| 563 |
+
- 0.001987359020859003
|
| 564 |
+
- 0.0010187458246946335
|
| 565 |
+
- -0.0025899303145706654
|
| 566 |
+
radius: 0.01494276337325573
|
| 567 |
+
- center:
|
| 568 |
+
- -0.04484066739678383
|
| 569 |
+
- 0.08310549706220627
|
| 570 |
+
- 0.031245741993188858
|
| 571 |
+
radius: 0.020988838747143745
|
| 572 |
+
- center:
|
| 573 |
+
- -0.0023206686601042747
|
| 574 |
+
- -0.0015108042862266302
|
| 575 |
+
- 0.07375745475292206
|
| 576 |
+
radius: 0.01909550651907921
|
| 577 |
+
arm_link4_R:
|
| 578 |
+
- center:
|
| 579 |
+
- -0.030245281755924225
|
| 580 |
+
- 0.006574086844921112
|
| 581 |
+
- 0.006895242724567652
|
| 582 |
+
radius: 0.02644471824169159
|
| 583 |
+
- center:
|
| 584 |
+
- -0.033873941749334335
|
| 585 |
+
- 0.0013735586544498801
|
| 586 |
+
- 0.05384921655058861
|
| 587 |
+
radius: 0.020935988053679466
|
| 588 |
+
- center:
|
| 589 |
+
- -0.07067177444696426
|
| 590 |
+
- 0.06965191662311554
|
| 591 |
+
- 0.03312657028436661
|
| 592 |
+
radius: 0.04078582301735878
|
| 593 |
+
- center:
|
| 594 |
+
- 0.002643359126523137
|
| 595 |
+
- -8.847256685839966e-05
|
| 596 |
+
- -0.0031418500002473593
|
| 597 |
+
radius: 0.015887534245848656
|
| 598 |
+
- center:
|
| 599 |
+
- -0.03604048490524292
|
| 600 |
+
- 0.08858173340559006
|
| 601 |
+
- 0.04224138334393501
|
| 602 |
+
radius: 0.007903533056378365
|
| 603 |
+
- center:
|
| 604 |
+
- -0.03571822866797447
|
| 605 |
+
- 0.03728511929512024
|
| 606 |
+
- 0.04418579116463661
|
| 607 |
+
radius: 0.015251276083290577
|
| 608 |
+
- center:
|
| 609 |
+
- -0.03469153121113777
|
| 610 |
+
- 0.04367578402161598
|
| 611 |
+
- 0.014955692924559116
|
| 612 |
+
radius: 0.008565948344767094
|
| 613 |
+
- center:
|
| 614 |
+
- -0.03447475656867027
|
| 615 |
+
- -0.014718894846737385
|
| 616 |
+
- 0.027842460200190544
|
| 617 |
+
radius: 0.003811266040429473
|
| 618 |
+
- center:
|
| 619 |
+
- -0.005415827967226505
|
| 620 |
+
- 4.551247911876999e-05
|
| 621 |
+
- 0.07290542870759964
|
| 622 |
+
radius: 0.020722879096865654
|
| 623 |
+
arm_link5_L:
|
| 624 |
+
- center:
|
| 625 |
+
- -0.0008149268687702715
|
| 626 |
+
- 0.006547313649207354
|
| 627 |
+
- -0.0191209577023983
|
| 628 |
+
radius: 0.027461664751172066
|
| 629 |
+
- center:
|
| 630 |
+
- -0.0002603363827802241
|
| 631 |
+
- -0.0022092077415436506
|
| 632 |
+
- -0.040244247764348984
|
| 633 |
+
radius: 0.0357171893119812
|
| 634 |
+
arm_link5_R:
|
| 635 |
+
- center:
|
| 636 |
+
- -0.0015187006210908294
|
| 637 |
+
- 0.013717169873416424
|
| 638 |
+
- -0.014846849255263805
|
| 639 |
+
radius: 0.02066374383866787
|
| 640 |
+
- center:
|
| 641 |
+
- 0.00039450873737223446
|
| 642 |
+
- -0.002779371105134487
|
| 643 |
+
- -0.037834230810403824
|
| 644 |
+
radius: 0.038216426968574524
|
| 645 |
+
base:
|
| 646 |
+
- center:
|
| 647 |
+
- -0.15864387154579163
|
| 648 |
+
- 0.06293901801109314
|
| 649 |
+
- 0.09800594300031662
|
| 650 |
+
radius: 0.13062956929206848
|
| 651 |
+
- center:
|
| 652 |
+
- -0.08059531450271606
|
| 653 |
+
- -0.17388346791267395
|
| 654 |
+
- 0.09773914515972137
|
| 655 |
+
radius: 0.1103912740945816
|
| 656 |
+
- center:
|
| 657 |
+
- 0.11870388686656952
|
| 658 |
+
- 0.1435045748949051
|
| 659 |
+
- 0.1017564982175827
|
| 660 |
+
radius: 0.11031141132116318
|
| 661 |
+
- center:
|
| 662 |
+
- 0.038895878940820694
|
| 663 |
+
- -0.1732345074415207
|
| 664 |
+
- 0.10711276531219482
|
| 665 |
+
radius: 0.11978711187839508
|
| 666 |
+
- center:
|
| 667 |
+
- -0.07428202778100967
|
| 668 |
+
- 0.15863728523254395
|
| 669 |
+
- 0.10277844220399857
|
| 670 |
+
radius: 0.11382241547107697
|
| 671 |
+
- center:
|
| 672 |
+
- 0.16480255126953125
|
| 673 |
+
- -0.07441069185733795
|
| 674 |
+
- 0.11209875345230103
|
| 675 |
+
radius: 0.11248864233493805
|
| 676 |
+
- center:
|
| 677 |
+
- 0.16034306585788727
|
| 678 |
+
- 0.028508074581623077
|
| 679 |
+
- 0.09704796969890594
|
| 680 |
+
radius: 0.12597599625587463
|
| 681 |
+
- center:
|
| 682 |
+
- 0.02513009123504162
|
| 683 |
+
- 0.18010808527469635
|
| 684 |
+
- 0.09884244203567505
|
| 685 |
+
radius: 0.1094922199845314
|
| 686 |
+
- center:
|
| 687 |
+
- -0.1533966064453125
|
| 688 |
+
- -0.12265054881572723
|
| 689 |
+
- 0.10293740034103394
|
| 690 |
+
radius: 0.11795667558908463
|
| 691 |
+
- center:
|
| 692 |
+
- 0.16296741366386414
|
| 693 |
+
- -0.17570273578166962
|
| 694 |
+
- 0.09489710628986359
|
| 695 |
+
radius: 0.12302015721797943
|
| 696 |
+
- center:
|
| 697 |
+
- -0.16970573365688324
|
| 698 |
+
- 0.19349823892116547
|
| 699 |
+
- 0.10845696926116943
|
| 700 |
+
radius: 0.11999952793121338
|
| 701 |
+
- center:
|
| 702 |
+
- -0.18181489408016205
|
| 703 |
+
- -0.19521699845790863
|
| 704 |
+
- 0.11623500287532806
|
| 705 |
+
radius: 0.11626102775335312
|
| 706 |
+
- center:
|
| 707 |
+
- 0.17898036539554596
|
| 708 |
+
- 0.20221756398677826
|
| 709 |
+
- 0.09130194783210754
|
| 710 |
+
radius: 0.1163954883813858
|
| 711 |
+
gripper_L:
|
| 712 |
+
- center:
|
| 713 |
+
- -0.00239833677187562
|
| 714 |
+
- -0.0007209386094473302
|
| 715 |
+
- -0.03214588761329651
|
| 716 |
+
radius: 0.04866847023367882
|
| 717 |
+
- center:
|
| 718 |
+
- 0.04426649957895279
|
| 719 |
+
- 0.02134888805449009
|
| 720 |
+
- -0.05238017812371254
|
| 721 |
+
radius: 0.01097181998193264
|
| 722 |
+
- center:
|
| 723 |
+
- -0.047407831996679306
|
| 724 |
+
- 0.021127482876181602
|
| 725 |
+
- -0.050859469920396805
|
| 726 |
+
radius: 0.010127324610948563
|
| 727 |
+
- center:
|
| 728 |
+
- -0.04672180861234665
|
| 729 |
+
- -0.023458581417798996
|
| 730 |
+
- -0.05206931754946709
|
| 731 |
+
radius: 0.00953373871743679
|
| 732 |
+
- center:
|
| 733 |
+
- 0.04323473945260048
|
| 734 |
+
- -0.02219376713037491
|
| 735 |
+
- -0.05095263570547104
|
| 736 |
+
radius: 0.008871261961758137
|
| 737 |
+
gripper_R:
|
| 738 |
+
- center:
|
| 739 |
+
- -0.0002899350365623832
|
| 740 |
+
- 0.00025395461125299335
|
| 741 |
+
- -0.025936074554920197
|
| 742 |
+
radius: 0.04436469078063965
|
| 743 |
+
- center:
|
| 744 |
+
- 0.047293368726968765
|
| 745 |
+
- 0.0035000357311218977
|
| 746 |
+
- -0.048595793545246124
|
| 747 |
+
radius: 0.005969473626464605
|
| 748 |
+
- center:
|
| 749 |
+
- 0.04229336604475975
|
| 750 |
+
- 0.021811017766594887
|
| 751 |
+
- -0.05143813416361809
|
| 752 |
+
radius: 0.010965549387037754
|
| 753 |
+
- center:
|
| 754 |
+
- -0.04240958020091057
|
| 755 |
+
- 0.016615575179457664
|
| 756 |
+
- -0.049800775945186615
|
| 757 |
+
radius: 0.01489648874849081
|
| 758 |
+
- center:
|
| 759 |
+
- -0.04466424882411957
|
| 760 |
+
- -0.018368341028690338
|
| 761 |
+
- -0.0509573295712471
|
| 762 |
+
radius: 0.012055463157594204
|
| 763 |
+
- center:
|
| 764 |
+
- 0.04124927893280983
|
| 765 |
+
- -0.021426958963274956
|
| 766 |
+
- -0.050038132816553116
|
| 767 |
+
radius: 0.010862506926059723
|
| 768 |
+
lift_link:
|
| 769 |
+
- center:
|
| 770 |
+
- -0.00038260541623458266
|
| 771 |
+
- -0.055004723370075226
|
| 772 |
+
- -0.004152543377131224
|
| 773 |
+
radius: 0.05414951220154762
|
| 774 |
+
- center:
|
| 775 |
+
- -0.014748542569577694
|
| 776 |
+
- -0.029867524281144142
|
| 777 |
+
- 0.024551499634981155
|
| 778 |
+
radius: 0.04459685459733009
|
| 779 |
+
- center:
|
| 780 |
+
- 0.0005065153818577528
|
| 781 |
+
- -0.1471737027168274
|
| 782 |
+
- -0.003641399322077632
|
| 783 |
+
radius: 0.0562436580657959
|
| 784 |
+
- center:
|
| 785 |
+
- 0.029762448742985725
|
| 786 |
+
- -0.15101198852062225
|
| 787 |
+
- 0.05084863677620888
|
| 788 |
+
radius: 0.04934391379356384
|
| 789 |
+
- center:
|
| 790 |
+
- -0.3446041941642761
|
| 791 |
+
- -0.17270807921886444
|
| 792 |
+
- 0.06029227748513222
|
| 793 |
+
radius: 0.02863774076104164
|
| 794 |
+
- center:
|
| 795 |
+
- -0.28232255578041077
|
| 796 |
+
- -0.17262153327465057
|
| 797 |
+
- 0.05965152010321617
|
| 798 |
+
radius: 0.025819143280386925
|
| 799 |
+
- center:
|
| 800 |
+
- -0.1682637482881546
|
| 801 |
+
- -0.17229953408241272
|
| 802 |
+
- 0.05990639701485634
|
| 803 |
+
radius: 0.029225125908851624
|
| 804 |
+
- center:
|
| 805 |
+
- -0.22487708926200867
|
| 806 |
+
- -0.1720162034034729
|
| 807 |
+
- 0.060019075870513916
|
| 808 |
+
radius: 0.027274856343865395
|
| 809 |
+
- center:
|
| 810 |
+
- -0.028947459533810616
|
| 811 |
+
- -0.16631834208965302
|
| 812 |
+
- 0.05396891385316849
|
| 813 |
+
radius: 0.03097316063940525
|
| 814 |
+
- center:
|
| 815 |
+
- -0.09000275284051895
|
| 816 |
+
- -0.17211535573005676
|
| 817 |
+
- 0.05984623357653618
|
| 818 |
+
radius: 0.02860887348651886
|
| 819 |
+
- center:
|
| 820 |
+
- 0.09321781992912292
|
| 821 |
+
- -0.17265115678310394
|
| 822 |
+
- 0.05979311838746071
|
| 823 |
+
radius: 0.025141403079032898
|
| 824 |
+
- center:
|
| 825 |
+
- 0.14753691852092743
|
| 826 |
+
- -0.17224757373332977
|
| 827 |
+
- 0.06020284816622734
|
| 828 |
+
radius: 0.024367935955524445
|
| 829 |
+
- center:
|
| 830 |
+
- 0.2862076163291931
|
| 831 |
+
- -0.17243941128253937
|
| 832 |
+
- 0.05992375686764717
|
| 833 |
+
radius: 0.029423529282212257
|
| 834 |
+
- center:
|
| 835 |
+
- 0.34195348620414734
|
| 836 |
+
- -0.17197255790233612
|
| 837 |
+
- 0.05977881699800491
|
| 838 |
+
radius: 0.03203704208135605
|
| 839 |
+
- center:
|
| 840 |
+
- 0.23653413355350494
|
| 841 |
+
- -0.1723918616771698
|
| 842 |
+
- 0.05957021936774254
|
| 843 |
+
radius: 0.025856943801045418
|
| 844 |
+
- center:
|
| 845 |
+
- 0.19677287340164185
|
| 846 |
+
- -0.17251037061214447
|
| 847 |
+
- 0.060102179646492004
|
| 848 |
+
radius: 0.02307163178920746
|
| 849 |
+
- center:
|
| 850 |
+
- 0.297410786151886
|
| 851 |
+
- -0.1334337592124939
|
| 852 |
+
- 0.05974920094013214
|
| 853 |
+
radius: 0.022694244980812073
|
| 854 |
+
- center:
|
| 855 |
+
- -0.07392808049917221
|
| 856 |
+
- -0.13381344079971313
|
| 857 |
+
- 0.060202691704034805
|
| 858 |
+
radius: 0.024252451956272125
|
| 859 |
+
- center:
|
| 860 |
+
- -0.021781980991363525
|
| 861 |
+
- -0.13318760693073273
|
| 862 |
+
- 0.04195564612746239
|
| 863 |
+
radius: 0.03267606347799301
|
| 864 |
+
- center:
|
| 865 |
+
- -0.12834425270557404
|
| 866 |
+
- -0.1341829001903534
|
| 867 |
+
- 0.05982184037566185
|
| 868 |
+
radius: 0.0278623066842556
|
| 869 |
+
- center:
|
| 870 |
+
- -0.18328700959682465
|
| 871 |
+
- -0.1335953176021576
|
| 872 |
+
- 0.05982935428619385
|
| 873 |
+
radius: 0.02691449411213398
|
| 874 |
+
- center:
|
| 875 |
+
- -0.24386851489543915
|
| 876 |
+
- -0.1336439847946167
|
| 877 |
+
- 0.059328969568014145
|
| 878 |
+
radius: 0.027830451726913452
|
| 879 |
+
- center:
|
| 880 |
+
- -0.2969950735569
|
| 881 |
+
- -0.13381065428256989
|
| 882 |
+
- 0.05967133864760399
|
| 883 |
+
radius: 0.02761980891227722
|
| 884 |
+
- center:
|
| 885 |
+
- 0.35159945487976074
|
| 886 |
+
- -0.13401958346366882
|
| 887 |
+
- 0.05991823598742485
|
| 888 |
+
radius: 0.025646954774856567
|
| 889 |
+
- center:
|
| 890 |
+
- 0.2360685020685196
|
| 891 |
+
- -0.1331321746110916
|
| 892 |
+
- 0.059523340314626694
|
| 893 |
+
radius: 0.021114444360136986
|
| 894 |
+
- center:
|
| 895 |
+
- 0.19494473934173584
|
| 896 |
+
- -0.13373565673828125
|
| 897 |
+
- 0.06071598082780838
|
| 898 |
+
radius: 0.025857267901301384
|
| 899 |
+
- center:
|
| 900 |
+
- 0.1394186168909073
|
| 901 |
+
- -0.13395287096500397
|
| 902 |
+
- 0.059813592582941055
|
| 903 |
+
radius: 0.02921752631664276
|
| 904 |
+
- center:
|
| 905 |
+
- 0.08865729719400406
|
| 906 |
+
- -0.13284744322299957
|
| 907 |
+
- 0.05974658951163292
|
| 908 |
+
radius: 0.02170712873339653
|
| 909 |
+
- center:
|
| 910 |
+
- -0.3514828085899353
|
| 911 |
+
- -0.1334504634141922
|
| 912 |
+
- 0.059829119592905045
|
| 913 |
+
radius: 0.029160331934690475
|
| 914 |
+
- center:
|
| 915 |
+
- -0.013740709982812405
|
| 916 |
+
- -0.03233347460627556
|
| 917 |
+
- -0.05019800364971161
|
| 918 |
+
radius: 0.01981237158179283
|
| 919 |
+
- center:
|
| 920 |
+
- -0.025117039680480957
|
| 921 |
+
- -0.17753423750400543
|
| 922 |
+
- -0.018583394587039948
|
| 923 |
+
radius: 0.015939122065901756
|
| 924 |
+
- center:
|
| 925 |
+
- -0.04307589679956436
|
| 926 |
+
- -0.019115518778562546
|
| 927 |
+
- -0.042028095573186874
|
| 928 |
+
radius: 0.027897106483578682
|
| 929 |
+
- center:
|
| 930 |
+
- 0.05634321644902229
|
| 931 |
+
- -0.023122595623135567
|
| 932 |
+
- 0.042131174355745316
|
| 933 |
+
radius: 0.031239110976457596
|
| 934 |
+
- center:
|
| 935 |
+
- 0.05933884531259537
|
| 936 |
+
- -0.0187360942363739
|
| 937 |
+
- 0.008930311538279057
|
| 938 |
+
radius: 0.02582007832825184
|
| 939 |
+
- center:
|
| 940 |
+
- 0.0635160580277443
|
| 941 |
+
- -0.029820458963513374
|
| 942 |
+
- -0.04439527913928032
|
| 943 |
+
radius: 0.022835202515125275
|
| 944 |
+
- center:
|
| 945 |
+
- 0.05308051407337189
|
| 946 |
+
- -0.023432474583387375
|
| 947 |
+
- -0.04152867943048477
|
| 948 |
+
radius: 0.031032254919409752
|
| 949 |
+
- center:
|
| 950 |
+
- 0.029431505128741264
|
| 951 |
+
- -0.010806737467646599
|
| 952 |
+
- 0.052356820553541183
|
| 953 |
+
radius: 0.01922568678855896
|
| 954 |
+
- center:
|
| 955 |
+
- 0.017269719392061234
|
| 956 |
+
- -0.01654587872326374
|
| 957 |
+
- -0.05024280771613121
|
| 958 |
+
radius: 0.022577237337827682
|
| 959 |
+
- center:
|
| 960 |
+
- -0.06120734661817551
|
| 961 |
+
- -0.030965115875005722
|
| 962 |
+
- -0.0198262520134449
|
| 963 |
+
radius: 0.023605436086654663
|
| 964 |
+
- center:
|
| 965 |
+
- -0.05530388653278351
|
| 966 |
+
- -0.024731894955039024
|
| 967 |
+
- 0.038372952491045
|
| 968 |
+
radius: 0.03063853271305561
|
| 969 |
+
- center:
|
| 970 |
+
- -0.06490615755319595
|
| 971 |
+
- -0.01659192331135273
|
| 972 |
+
- -0.052599482238292694
|
| 973 |
+
radius: 0.022372081875801086
|
| 974 |
+
tip_left_L: []
|
| 975 |
+
tip_left_R: []
|
| 976 |
+
tip_right_L: []
|
| 977 |
+
tip_right_R: []
|
| 978 |
+
cspace:
|
| 979 |
+
acceleration_scale:
|
| 980 |
+
- 1.0
|
| 981 |
+
- 1.0
|
| 982 |
+
- 1.0
|
| 983 |
+
- 1.0
|
| 984 |
+
- 1.0
|
| 985 |
+
- 1.0
|
| 986 |
+
- 1.0
|
| 987 |
+
- 1.0
|
| 988 |
+
- 1.0
|
| 989 |
+
- 1.0
|
| 990 |
+
- 1.0
|
| 991 |
+
- 1.0
|
| 992 |
+
- 1.0
|
| 993 |
+
- 1.0
|
| 994 |
+
- 1.0
|
| 995 |
+
- 1.0
|
| 996 |
+
- 1.0
|
| 997 |
+
- 1.0
|
| 998 |
+
- 1.0
|
| 999 |
+
- 1.0
|
| 1000 |
+
cspace_distance_weight:
|
| 1001 |
+
- 1.0
|
| 1002 |
+
- 1.0
|
| 1003 |
+
- 1.0
|
| 1004 |
+
- 1.0
|
| 1005 |
+
- 1.0
|
| 1006 |
+
- 1.0
|
| 1007 |
+
- 1.0
|
| 1008 |
+
- 1.0
|
| 1009 |
+
- 1.0
|
| 1010 |
+
- 1.0
|
| 1011 |
+
- 1.0
|
| 1012 |
+
- 1.0
|
| 1013 |
+
- 1.0
|
| 1014 |
+
- 1.0
|
| 1015 |
+
- 1.0
|
| 1016 |
+
- 1.0
|
| 1017 |
+
- 1.0
|
| 1018 |
+
- 1.0
|
| 1019 |
+
- 1.0
|
| 1020 |
+
- 1.0
|
| 1021 |
+
default_joint_position:
|
| 1022 |
+
- 0.0
|
| 1023 |
+
- 0.0
|
| 1024 |
+
- 0.0
|
| 1025 |
+
- -0.1991870105266571
|
| 1026 |
+
- -0.21817004680633545
|
| 1027 |
+
- -1.5707950592041016
|
| 1028 |
+
- -1.5707950592041016
|
| 1029 |
+
- 0.0
|
| 1030 |
+
- 0.0
|
| 1031 |
+
- 0.0
|
| 1032 |
+
- -0.023749999701976776
|
| 1033 |
+
- -0.023749999701976776
|
| 1034 |
+
- -0.21817004680633545
|
| 1035 |
+
- 1.5707950592041016
|
| 1036 |
+
- 1.5707950592041016
|
| 1037 |
+
- 0.0
|
| 1038 |
+
- 0.0
|
| 1039 |
+
- 0.0
|
| 1040 |
+
- 0.023749999701976776
|
| 1041 |
+
- -0.023749999701976776
|
| 1042 |
+
jerk_scale:
|
| 1043 |
+
- 1.0
|
| 1044 |
+
- 1.0
|
| 1045 |
+
- 1.0
|
| 1046 |
+
- 1.0
|
| 1047 |
+
- 1.0
|
| 1048 |
+
- 1.0
|
| 1049 |
+
- 1.0
|
| 1050 |
+
- 1.0
|
| 1051 |
+
- 1.0
|
| 1052 |
+
- 1.0
|
| 1053 |
+
- 1.0
|
| 1054 |
+
- 1.0
|
| 1055 |
+
- 1.0
|
| 1056 |
+
- 1.0
|
| 1057 |
+
- 1.0
|
| 1058 |
+
- 1.0
|
| 1059 |
+
- 1.0
|
| 1060 |
+
- 1.0
|
| 1061 |
+
- 1.0
|
| 1062 |
+
- 1.0
|
| 1063 |
+
joint_names:
|
| 1064 |
+
- base_x
|
| 1065 |
+
- base_y
|
| 1066 |
+
- base_theta
|
| 1067 |
+
- lift_joint
|
| 1068 |
+
- joint1_R
|
| 1069 |
+
- joint2_R
|
| 1070 |
+
- joint3_R
|
| 1071 |
+
- joint4_R
|
| 1072 |
+
- joint5_R
|
| 1073 |
+
- joint6_R
|
| 1074 |
+
- joint7_R
|
| 1075 |
+
- joint8_R
|
| 1076 |
+
- joint1_L
|
| 1077 |
+
- joint2_L
|
| 1078 |
+
- joint3_L
|
| 1079 |
+
- joint4_L
|
| 1080 |
+
- joint5_L
|
| 1081 |
+
- joint6_L
|
| 1082 |
+
- joint7_L
|
| 1083 |
+
- joint8_L
|
| 1084 |
+
max_acceleration:
|
| 1085 |
+
- 10.0
|
| 1086 |
+
- 10.0
|
| 1087 |
+
- 10.0
|
| 1088 |
+
- 10.0
|
| 1089 |
+
- 10.0
|
| 1090 |
+
- 10.0
|
| 1091 |
+
- 10.0
|
| 1092 |
+
- 10.0
|
| 1093 |
+
- 10.0
|
| 1094 |
+
- 10.0
|
| 1095 |
+
- 10.0
|
| 1096 |
+
- 10.0
|
| 1097 |
+
- 10.0
|
| 1098 |
+
- 10.0
|
| 1099 |
+
- 10.0
|
| 1100 |
+
- 10.0
|
| 1101 |
+
- 10.0
|
| 1102 |
+
- 10.0
|
| 1103 |
+
- 10.0
|
| 1104 |
+
- 10.0
|
| 1105 |
+
max_jerk:
|
| 1106 |
+
- 500.0
|
| 1107 |
+
- 500.0
|
| 1108 |
+
- 500.0
|
| 1109 |
+
- 500.0
|
| 1110 |
+
- 500.0
|
| 1111 |
+
- 500.0
|
| 1112 |
+
- 500.0
|
| 1113 |
+
- 500.0
|
| 1114 |
+
- 500.0
|
| 1115 |
+
- 500.0
|
| 1116 |
+
- 500.0
|
| 1117 |
+
- 500.0
|
| 1118 |
+
- 500.0
|
| 1119 |
+
- 500.0
|
| 1120 |
+
- 500.0
|
| 1121 |
+
- 500.0
|
| 1122 |
+
- 500.0
|
| 1123 |
+
- 500.0
|
| 1124 |
+
- 500.0
|
| 1125 |
+
- 500.0
|
| 1126 |
+
null_space_maximum_distance:
|
| 1127 |
+
- 1.0
|
| 1128 |
+
- 1.0
|
| 1129 |
+
- 1.0
|
| 1130 |
+
- 1.0
|
| 1131 |
+
- 1.0
|
| 1132 |
+
- 1.0
|
| 1133 |
+
- 1.0
|
| 1134 |
+
- 1.0
|
| 1135 |
+
- 1.0
|
| 1136 |
+
- 1.0
|
| 1137 |
+
- 1.0
|
| 1138 |
+
- 1.0
|
| 1139 |
+
- 1.0
|
| 1140 |
+
- 1.0
|
| 1141 |
+
- 1.0
|
| 1142 |
+
- 1.0
|
| 1143 |
+
- 1.0
|
| 1144 |
+
- 1.0
|
| 1145 |
+
- 1.0
|
| 1146 |
+
- 1.0
|
| 1147 |
+
null_space_weight:
|
| 1148 |
+
- 1.0
|
| 1149 |
+
- 1.0
|
| 1150 |
+
- 1.0
|
| 1151 |
+
- 1.0
|
| 1152 |
+
- 1.0
|
| 1153 |
+
- 1.0
|
| 1154 |
+
- 1.0
|
| 1155 |
+
- 1.0
|
| 1156 |
+
- 1.0
|
| 1157 |
+
- 1.0
|
| 1158 |
+
- 1.0
|
| 1159 |
+
- 1.0
|
| 1160 |
+
- 1.0
|
| 1161 |
+
- 1.0
|
| 1162 |
+
- 1.0
|
| 1163 |
+
- 1.0
|
| 1164 |
+
- 1.0
|
| 1165 |
+
- 1.0
|
| 1166 |
+
- 1.0
|
| 1167 |
+
- 1.0
|
| 1168 |
+
position_limit_clip: 0.0
|
| 1169 |
+
velocity_scale:
|
| 1170 |
+
- 1.0
|
| 1171 |
+
- 1.0
|
| 1172 |
+
- 1.0
|
| 1173 |
+
- 1.0
|
| 1174 |
+
- 1.0
|
| 1175 |
+
- 1.0
|
| 1176 |
+
- 1.0
|
| 1177 |
+
- 1.0
|
| 1178 |
+
- 1.0
|
| 1179 |
+
- 1.0
|
| 1180 |
+
- 1.0
|
| 1181 |
+
- 1.0
|
| 1182 |
+
- 1.0
|
| 1183 |
+
- 1.0
|
| 1184 |
+
- 1.0
|
| 1185 |
+
- 1.0
|
| 1186 |
+
- 1.0
|
| 1187 |
+
- 1.0
|
| 1188 |
+
- 1.0
|
| 1189 |
+
- 1.0
|
| 1190 |
+
debug: null
|
| 1191 |
+
external_asset_path: null
|
| 1192 |
+
external_robot_configs_path: null
|
| 1193 |
+
extra_collision_spheres: null
|
| 1194 |
+
extra_links: {}
|
| 1195 |
+
format_version: 2.0
|
| 1196 |
+
grasp_contact_link_names: null
|
| 1197 |
+
load_meshes: false
|
| 1198 |
+
load_tool_frames_with_mesh: false
|
| 1199 |
+
lock_joints:
|
| 1200 |
+
joint7_R: 0.0
|
| 1201 |
+
joint8_R: 0.0
|
| 1202 |
+
joint7_L: 0.0
|
| 1203 |
+
joint8_L: -0.0475
|
| 1204 |
+
mesh_link_names: *id001
|
| 1205 |
+
self_collision_buffer:
|
| 1206 |
+
arm_base_L: 0.0
|
| 1207 |
+
arm_base_R: 0.0
|
| 1208 |
+
arm_link1_L: 0.0
|
| 1209 |
+
arm_link1_R: 0.0
|
| 1210 |
+
arm_link2_L: 0.0
|
| 1211 |
+
arm_link2_R: 0.0
|
| 1212 |
+
arm_link3_L: 0.0
|
| 1213 |
+
arm_link3_R: 0.0
|
| 1214 |
+
arm_link4_L: 0.0
|
| 1215 |
+
arm_link4_R: 0.0
|
| 1216 |
+
arm_link5_L: 0.0
|
| 1217 |
+
arm_link5_R: 0.0
|
| 1218 |
+
base: 0.0
|
| 1219 |
+
gripper_L: 0.0
|
| 1220 |
+
gripper_R: 0.0
|
| 1221 |
+
lift_link: 0.0
|
| 1222 |
+
tip_left_L: 0.0
|
| 1223 |
+
tip_left_R: 0.0
|
| 1224 |
+
tip_right_L: 0.0
|
| 1225 |
+
tip_right_R: 0.0
|
| 1226 |
+
self_collision_ignore:
|
| 1227 |
+
arm_base_L:
|
| 1228 |
+
- lift_link
|
| 1229 |
+
- arm_link1_L
|
| 1230 |
+
- arm_link2_L
|
| 1231 |
+
arm_base_R:
|
| 1232 |
+
- lift_link
|
| 1233 |
+
- arm_link1_R
|
| 1234 |
+
- arm_link2_R
|
| 1235 |
+
- arm_base_L
|
| 1236 |
+
- arm_link1_L
|
| 1237 |
+
- arm_link2_L
|
| 1238 |
+
- arm_link3_L
|
| 1239 |
+
arm_link1_L:
|
| 1240 |
+
- arm_base_L
|
| 1241 |
+
- arm_link2_L
|
| 1242 |
+
arm_link1_R:
|
| 1243 |
+
- arm_base_R
|
| 1244 |
+
- arm_link2_R
|
| 1245 |
+
- arm_base_L
|
| 1246 |
+
- arm_link1_L
|
| 1247 |
+
- arm_link2_L
|
| 1248 |
+
- arm_link3_L
|
| 1249 |
+
arm_link2_L:
|
| 1250 |
+
- arm_link1_L
|
| 1251 |
+
- arm_link3_L
|
| 1252 |
+
arm_link2_R:
|
| 1253 |
+
- arm_link1_R
|
| 1254 |
+
- arm_link3_R
|
| 1255 |
+
- arm_base_L
|
| 1256 |
+
- arm_link1_L
|
| 1257 |
+
arm_link3_L:
|
| 1258 |
+
- arm_link2_L
|
| 1259 |
+
- arm_link4_L
|
| 1260 |
+
- arm_link5_L
|
| 1261 |
+
- gripper_L
|
| 1262 |
+
arm_link3_R:
|
| 1263 |
+
- arm_link2_R
|
| 1264 |
+
- arm_link4_R
|
| 1265 |
+
- gripper_R
|
| 1266 |
+
- arm_base_L
|
| 1267 |
+
- arm_link1_L
|
| 1268 |
+
arm_link4_L:
|
| 1269 |
+
- arm_link3_L
|
| 1270 |
+
- arm_link5_L
|
| 1271 |
+
arm_link4_R:
|
| 1272 |
+
- arm_link3_R
|
| 1273 |
+
- arm_link5_R
|
| 1274 |
+
arm_link5_L:
|
| 1275 |
+
- arm_link4_L
|
| 1276 |
+
- gripper_L
|
| 1277 |
+
arm_link5_R:
|
| 1278 |
+
- arm_link4_R
|
| 1279 |
+
- gripper_R
|
| 1280 |
+
base:
|
| 1281 |
+
- world_xy
|
| 1282 |
+
- lift_link
|
| 1283 |
+
- arm_base_R
|
| 1284 |
+
- arm_link1_R
|
| 1285 |
+
- arm_base_L
|
| 1286 |
+
- arm_link1_L
|
| 1287 |
+
gripper_L:
|
| 1288 |
+
- arm_link5_L
|
| 1289 |
+
gripper_R:
|
| 1290 |
+
- arm_link5_R
|
| 1291 |
+
lift_link:
|
| 1292 |
+
- base
|
| 1293 |
+
- arm_base_R
|
| 1294 |
+
- arm_base_L
|
| 1295 |
+
- arm_link1_R
|
| 1296 |
+
- arm_link2_R
|
| 1297 |
+
- arm_link1_L
|
| 1298 |
+
- arm_link2_L
|
| 1299 |
+
world:
|
| 1300 |
+
- world_x
|
| 1301 |
+
world_x:
|
| 1302 |
+
- world
|
| 1303 |
+
- world_xy
|
| 1304 |
+
world_xy:
|
| 1305 |
+
- world_x
|
| 1306 |
+
- base
|
| 1307 |
+
tool_frames:
|
| 1308 |
+
- gripper_L
|
| 1309 |
+
- gripper_R
|
| 1310 |
+
urdf_path: /home/shuo/research/resources/mlspaces_assets/robots/linearbot/curobo_config/urdf/linearbot_holobase_curobo.urdf
|
| 1311 |
+
use_external_assets: false
|
| 1312 |
+
use_global_cumul: true
|
robots/linearbot/curobo_config/urdf/assets/base.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad6267db2db4fb0cc9b28b3a12e4a61d722ce882fa9a524f15c955c0a9b2264e
|
| 3 |
+
size 169484
|
robots/linearbot/curobo_config/urdf/assets/base__2.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65b27eeb4606d3fdc35fac488259a6fda9644857b0866e7df9d2cea091a66ce3
|
| 3 |
+
size 818984
|
robots/linearbot/curobo_config/urdf/assets/gripper.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:817aa139c373a948f7fd5ca1b2d18c7478bede370328ce16e78b43619c220082
|
| 3 |
+
size 461684
|
robots/linearbot/curobo_config/urdf/assets/linear_cable_cover.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1f362354014b269051c46128e9bd701816dc34e04eb7e3e0edb500c08a0a55f
|
| 3 |
+
size 252684
|
robots/linearbot/curobo_config/urdf/assets/linear_lift.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa2b0912bc93f4c30ee5cab874eb9a57dc2c88edd4713e3e5f0e9b881762680f
|
| 3 |
+
size 550284
|
robots/linearbot/curobo_config/urdf/assets/linear_lift_holder.stl
ADDED
|
Binary file (35.5 kB). View file
|
|
|
robots/linearbot/curobo_config/urdf/assets/link1.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66924c8d04155e19fc86b8ddbaa9c79da1ae44dae73e1906c6f3d8d0a5d01ff9
|
| 3 |
+
size 490284
|
robots/linearbot/curobo_config/urdf/assets/link2.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78c6090aed3ad42a4ca355759664f625d799dfe8469e645c09df5c8a3aa173d1
|
| 3 |
+
size 2027584
|
robots/linearbot/curobo_config/urdf/assets/link3.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:001072183893f3f4e8d15f57554890c11c5df8999ca30eedc65549a373a3ce78
|
| 3 |
+
size 2003584
|
robots/linearbot/curobo_config/urdf/assets/link4.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:998c0754b629d469d2667c94219433fde99375cb87b450bdf663e2144abaaa2a
|
| 3 |
+
size 232484
|
robots/linearbot/curobo_config/urdf/assets/link5.stl
ADDED
|
Binary file (70.5 kB). View file
|
|
|
robots/linearbot/curobo_config/urdf/assets/motor1.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dae7ae99cf9ef9dad9d08c7ce7c77e27213f9214c0fc67cd00f64c366b76ab0
|
| 3 |
+
size 4421284
|
robots/linearbot/curobo_config/urdf/assets/motor2.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dddbe53d6eafd58657e807dddba34684243987278b9c2562e46f74536671a09
|
| 3 |
+
size 393584
|
robots/linearbot/curobo_config/urdf/assets/motor3.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:277eca5f70c063416e7cf5b42774ef0c6af8ed7c9769d2784a28765045c18016
|
| 3 |
+
size 4455684
|
robots/linearbot/curobo_config/urdf/assets/motor4.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:071f1215302d2441c9427182c148e57aeb5bf85918e5760e1fc071d59a8ac39e
|
| 3 |
+
size 371984
|
robots/linearbot/curobo_config/urdf/assets/motor5.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:923f32227e958c73e0b1940f1be7d9cfd7d59a6b77e45a95beb8b07ee1fc320d
|
| 3 |
+
size 4421284
|
robots/linearbot/curobo_config/urdf/assets/motor6.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:909a9f18fa26ba992da8132b4a6597fcf938160d441a258989e86c15d0df87ec
|
| 3 |
+
size 393584
|
robots/linearbot/curobo_config/urdf/assets/motor7.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:694bde89bdd7d1b4b3bcf58909af1818bff88123491f06a2e1b4f8cd58716a5f
|
| 3 |
+
size 4455584
|
robots/linearbot/curobo_config/urdf/assets/motor8.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bfd274deac3857f7a7ab4683d1026c22b1c3165cd3536d2e5e889b09d5e1c89
|
| 3 |
+
size 371984
|
robots/linearbot/curobo_config/urdf/assets/tip_left.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8744a321fc71580364d1443f788640f9c5bcb7026776881eec9ae7456f86aa36
|
| 3 |
+
size 2168084
|
robots/linearbot/curobo_config/urdf/assets/tip_right.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e368daf012f55ede3bc11f738147f9624a3350d9d9065014564e317955c6117b
|
| 3 |
+
size 2168184
|
robots/linearbot/curobo_config/urdf/linearbot_holobase_curobo.urdf
ADDED
|
@@ -0,0 +1,921 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" ?>
|
| 2 |
+
<!-- Generated using onshape-to-robot -->
|
| 3 |
+
<!-- Onshape document_id: a46db25adb1f3ef15157e9fe -->
|
| 4 |
+
<robot name="LinearBot">
|
| 5 |
+
<!-- Holonomic base: virtual joints for x, y, yaw -->
|
| 6 |
+
<link name="world"/>
|
| 7 |
+
<link name="world_x"/>
|
| 8 |
+
<link name="world_xy"/>
|
| 9 |
+
<joint name="base_x" type="prismatic">
|
| 10 |
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
| 11 |
+
<axis xyz="1 0 0"/>
|
| 12 |
+
<limit effort="5000" lower="-25.0" upper="25.0" velocity="0.5"/>
|
| 13 |
+
<parent link="world"/>
|
| 14 |
+
<child link="world_x"/>
|
| 15 |
+
</joint>
|
| 16 |
+
<joint name="base_y" type="prismatic">
|
| 17 |
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
| 18 |
+
<axis xyz="0 1 0"/>
|
| 19 |
+
<limit effort="5000" lower="-25.0" upper="25.0" velocity="0.5"/>
|
| 20 |
+
<parent link="world_x"/>
|
| 21 |
+
<child link="world_xy"/>
|
| 22 |
+
</joint>
|
| 23 |
+
<joint name="base_theta" type="continuous">
|
| 24 |
+
<origin rpy="0 0 0" xyz="0 0 0.12"/>
|
| 25 |
+
<axis xyz="0 0 1"/>
|
| 26 |
+
<limit effort="287.0" lower="-3.14159" upper="3.14159" velocity="1.0471975512"/>
|
| 27 |
+
<parent link="world_xy"/>
|
| 28 |
+
<child link="base"/>
|
| 29 |
+
</joint>
|
| 30 |
+
<!-- END: Holonomic base virtual joints -->
|
| 31 |
+
|
| 32 |
+
<!-- Link base -->
|
| 33 |
+
<link name="base">
|
| 34 |
+
<inertial>
|
| 35 |
+
<origin xyz="-0.000869021 -0.0019276 0.369731" rpy="0 0 0"/>
|
| 36 |
+
<mass value="82.8021"/>
|
| 37 |
+
<inertia ixx="18.335" ixy="0.00396282" ixz="0.083126" iyy="18.1812" iyz="0.09574" izz="2.62218"/>
|
| 38 |
+
</inertial>
|
| 39 |
+
<!-- Part linear_lift -->
|
| 40 |
+
<visual>
|
| 41 |
+
<origin xyz="0.2 0.397678 0.011" rpy="0 0 0"/>
|
| 42 |
+
<geometry>
|
| 43 |
+
<mesh filename="assets/linear_lift.stl"/>
|
| 44 |
+
</geometry>
|
| 45 |
+
<material name="linear_lift_material">
|
| 46 |
+
<color rgba="0.611765 0.658824 0.670588 1"/>
|
| 47 |
+
</material>
|
| 48 |
+
</visual>
|
| 49 |
+
<collision>
|
| 50 |
+
<origin xyz="0.2 0.397678 0.011" rpy="0 0 0"/>
|
| 51 |
+
<geometry>
|
| 52 |
+
<mesh filename="assets/linear_lift.stl"/>
|
| 53 |
+
</geometry>
|
| 54 |
+
</collision>
|
| 55 |
+
<!-- Part linear_cable_cover -->
|
| 56 |
+
<visual>
|
| 57 |
+
<origin xyz="0.2 0.396678 -0.049" rpy="0 0 -0"/>
|
| 58 |
+
<geometry>
|
| 59 |
+
<mesh filename="assets/linear_cable_cover.stl"/>
|
| 60 |
+
</geometry>
|
| 61 |
+
<material name="linear_cable_cover_material">
|
| 62 |
+
<color rgba="0.611765 0.658824 0.670588 1"/>
|
| 63 |
+
</material>
|
| 64 |
+
</visual>
|
| 65 |
+
<collision>
|
| 66 |
+
<origin xyz="0.2 0.396678 -0.049" rpy="0 0 -0"/>
|
| 67 |
+
<geometry>
|
| 68 |
+
<mesh filename="assets/linear_cable_cover.stl"/>
|
| 69 |
+
</geometry>
|
| 70 |
+
</collision>
|
| 71 |
+
<!-- Part base -->
|
| 72 |
+
<visual>
|
| 73 |
+
<origin xyz="0.2 0.396 0.011" rpy="0 -0 0"/>
|
| 74 |
+
<geometry>
|
| 75 |
+
<mesh filename="assets/base.stl"/>
|
| 76 |
+
</geometry>
|
| 77 |
+
<material name="base_material">
|
| 78 |
+
<color rgba="1 0.6 0 1"/>
|
| 79 |
+
</material>
|
| 80 |
+
</visual>
|
| 81 |
+
<collision>
|
| 82 |
+
<origin xyz="0.2 0.396 0.011" rpy="0 -0 0"/>
|
| 83 |
+
<geometry>
|
| 84 |
+
<mesh filename="assets/base.stl"/>
|
| 85 |
+
</geometry>
|
| 86 |
+
</collision>
|
| 87 |
+
</link>
|
| 88 |
+
<!-- Link lift_link -->
|
| 89 |
+
<link name="lift_link">
|
| 90 |
+
<inertial>
|
| 91 |
+
<origin xyz="-0 -0.12333 0.0358393" rpy="0 0 0"/>
|
| 92 |
+
<mass value="3.6"/>
|
| 93 |
+
<inertia ixx="0.0154304" ixy="0" ixz="0" iyy="0.104973" iyz="0.00382801" izz="0.11072"/>
|
| 94 |
+
</inertial>
|
| 95 |
+
<!-- Part linear_lift_holder -->
|
| 96 |
+
<visual>
|
| 97 |
+
<origin xyz="0.200004 0.443 -0.956366" rpy="0 0 -0"/>
|
| 98 |
+
<geometry>
|
| 99 |
+
<mesh filename="assets/linear_lift_holder.stl"/>
|
| 100 |
+
</geometry>
|
| 101 |
+
<material name="lift_link_material">
|
| 102 |
+
<color rgba="1 0.6 0 1"/>
|
| 103 |
+
</material>
|
| 104 |
+
</visual>
|
| 105 |
+
<collision>
|
| 106 |
+
<origin xyz="0.200004 0.443 -0.956366" rpy="0 0 -0"/>
|
| 107 |
+
<geometry>
|
| 108 |
+
<mesh filename="assets/linear_lift_holder.stl"/>
|
| 109 |
+
</geometry>
|
| 110 |
+
</collision>
|
| 111 |
+
</link>
|
| 112 |
+
<!-- Link arm_base_R -->
|
| 113 |
+
<link name="arm_base_R">
|
| 114 |
+
<inertial>
|
| 115 |
+
<origin xyz="0.0540477 -4.80361e-05 -0.0296807" rpy="0 0 0"/>
|
| 116 |
+
<mass value="0.734557"/>
|
| 117 |
+
<inertia ixx="0.000578564" ixy="2.56766e-07" ixz="5.70784e-07" iyy="0.000690499" iyz="-4.182e-08" izz="0.000601653"/>
|
| 118 |
+
</inertial>
|
| 119 |
+
<!-- Part base_2 -->
|
| 120 |
+
<visual>
|
| 121 |
+
<origin xyz="0.559004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 122 |
+
<geometry>
|
| 123 |
+
<mesh filename="assets/base__2.stl"/>
|
| 124 |
+
</geometry>
|
| 125 |
+
<material name="arm_base_R_material">
|
| 126 |
+
<color rgba="0.768627 0.886275 0.952941 1"/>
|
| 127 |
+
</material>
|
| 128 |
+
</visual>
|
| 129 |
+
<collision>
|
| 130 |
+
<origin xyz="0.559004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 131 |
+
<geometry>
|
| 132 |
+
<mesh filename="assets/base__2.stl"/>
|
| 133 |
+
</geometry>
|
| 134 |
+
</collision>
|
| 135 |
+
</link>
|
| 136 |
+
<!-- Link arm_link1_R -->
|
| 137 |
+
<link name="arm_link1_R">
|
| 138 |
+
<inertial>
|
| 139 |
+
<origin xyz="0.00218874 0.00694644 -0.0176252" rpy="0 0 0"/>
|
| 140 |
+
<mass value="0.0623673"/>
|
| 141 |
+
<inertia ixx="2.94549e-05" ixy="-1.86138e-06" ixz="3.46493e-06" iyy="7.77432e-05" iyz="8.30006e-06" izz="7.07232e-05"/>
|
| 142 |
+
</inertial>
|
| 143 |
+
<!-- Part link1 -->
|
| 144 |
+
<visual>
|
| 145 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 0 -0"/>
|
| 146 |
+
<geometry>
|
| 147 |
+
<mesh filename="assets/link1.stl"/>
|
| 148 |
+
</geometry>
|
| 149 |
+
<material name="arm_link1_R_material">
|
| 150 |
+
<color rgba="0.72549 0.45098 0.317647 1"/>
|
| 151 |
+
</material>
|
| 152 |
+
</visual>
|
| 153 |
+
<collision>
|
| 154 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 0 -0"/>
|
| 155 |
+
<geometry>
|
| 156 |
+
<mesh filename="assets/link1.stl"/>
|
| 157 |
+
</geometry>
|
| 158 |
+
</collision>
|
| 159 |
+
</link>
|
| 160 |
+
<!-- Link arm_link2_R -->
|
| 161 |
+
<link name="arm_link2_R">
|
| 162 |
+
<inertial>
|
| 163 |
+
<origin xyz="0.129165 0.000134497 -0.0321253" rpy="0 0 0"/>
|
| 164 |
+
<mass value="0.982664"/>
|
| 165 |
+
<inertia ixx="0.000535177" ixy="-2.89124e-07" ixz="2.09073e-06" iyy="0.00981181" iyz="-6.833e-09" izz="0.00976522"/>
|
| 166 |
+
</inertial>
|
| 167 |
+
<!-- Part link2 -->
|
| 168 |
+
<visual>
|
| 169 |
+
<origin xyz="0.615999 1.14987 -0.537854" rpy="1.5708 1.5708 0"/>
|
| 170 |
+
<geometry>
|
| 171 |
+
<mesh filename="assets/link2.stl"/>
|
| 172 |
+
</geometry>
|
| 173 |
+
<material name="arm_link2_R_material">
|
| 174 |
+
<color rgba="0 0.4 0.6 1"/>
|
| 175 |
+
</material>
|
| 176 |
+
</visual>
|
| 177 |
+
<collision>
|
| 178 |
+
<origin xyz="0.615999 1.14987 -0.537854" rpy="1.5708 1.5708 0"/>
|
| 179 |
+
<geometry>
|
| 180 |
+
<mesh filename="assets/link2.stl"/>
|
| 181 |
+
</geometry>
|
| 182 |
+
</collision>
|
| 183 |
+
</link>
|
| 184 |
+
<!-- Link arm_link3_R -->
|
| 185 |
+
<link name="arm_link3_R">
|
| 186 |
+
<inertial>
|
| 187 |
+
<origin xyz="-0.135083 0.0556042 0.0340514" rpy="0 0 0"/>
|
| 188 |
+
<mass value="0.820846"/>
|
| 189 |
+
<inertia ixx="0.000783297" ixy="0.000535247" ixz="9.18771e-06" iyy="0.0063404" iyz="3.64283e-06" izz="0.00637508"/>
|
| 190 |
+
</inertial>
|
| 191 |
+
<!-- Part link3 -->
|
| 192 |
+
<visual>
|
| 193 |
+
<origin xyz="0.351998 -1.14987 0.539904" rpy="-1.5708 -1.5708 0"/>
|
| 194 |
+
<geometry>
|
| 195 |
+
<mesh filename="assets/link3.stl"/>
|
| 196 |
+
</geometry>
|
| 197 |
+
<material name="arm_link3_R_material">
|
| 198 |
+
<color rgba="0.552941 0.580392 0.203922 1"/>
|
| 199 |
+
</material>
|
| 200 |
+
</visual>
|
| 201 |
+
<collision>
|
| 202 |
+
<origin xyz="0.351998 -1.14987 0.539904" rpy="-1.5708 -1.5708 0"/>
|
| 203 |
+
<geometry>
|
| 204 |
+
<mesh filename="assets/link3.stl"/>
|
| 205 |
+
</geometry>
|
| 206 |
+
</collision>
|
| 207 |
+
</link>
|
| 208 |
+
<!-- Link arm_link4_R -->
|
| 209 |
+
<link name="arm_link4_R">
|
| 210 |
+
<inertial>
|
| 211 |
+
<origin xyz="-0.0570681 0.0543529 0.0332231" rpy="0 0 0"/>
|
| 212 |
+
<mass value="0.231537"/>
|
| 213 |
+
<inertia ixx="0.000309559" ixy="0.000124563" ixz="-1.06975e-05" iyy="0.000243445" iyz="1.06538e-05" izz="0.000391887"/>
|
| 214 |
+
</inertial>
|
| 215 |
+
<!-- Part link4 -->
|
| 216 |
+
<visual>
|
| 217 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 218 |
+
<geometry>
|
| 219 |
+
<mesh filename="assets/link4.stl"/>
|
| 220 |
+
</geometry>
|
| 221 |
+
<material name="arm_link4_R_material">
|
| 222 |
+
<color rgba="0.545098 0.52549 0.419608 1"/>
|
| 223 |
+
</material>
|
| 224 |
+
</visual>
|
| 225 |
+
<collision>
|
| 226 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 227 |
+
<geometry>
|
| 228 |
+
<mesh filename="assets/link4.stl"/>
|
| 229 |
+
</geometry>
|
| 230 |
+
</collision>
|
| 231 |
+
</link>
|
| 232 |
+
<!-- Link arm_link5_R -->
|
| 233 |
+
<link name="arm_link5_R">
|
| 234 |
+
<inertial>
|
| 235 |
+
<origin xyz="3.55003e-05 -0.000825911 -0.0375847" rpy="0 0 0"/>
|
| 236 |
+
<mass value="0.152422"/>
|
| 237 |
+
<inertia ixx="8.30655e-05" ixy="1.32145e-07" ixz="7.9573e-08" iyy="6.84253e-05" iyz="-4.88181e-06" izz="6.96461e-05"/>
|
| 238 |
+
</inertial>
|
| 239 |
+
<!-- Part link5 -->
|
| 240 |
+
<visual>
|
| 241 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 -0"/>
|
| 242 |
+
<geometry>
|
| 243 |
+
<mesh filename="assets/link5.stl"/>
|
| 244 |
+
</geometry>
|
| 245 |
+
<material name="arm_link5_R_material">
|
| 246 |
+
<color rgba="0.827451 0.623529 0.784314 1"/>
|
| 247 |
+
</material>
|
| 248 |
+
</visual>
|
| 249 |
+
<collision>
|
| 250 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 -0"/>
|
| 251 |
+
<geometry>
|
| 252 |
+
<mesh filename="assets/link5.stl"/>
|
| 253 |
+
</geometry>
|
| 254 |
+
</collision>
|
| 255 |
+
</link>
|
| 256 |
+
<!-- Link gripper_R -->
|
| 257 |
+
<link name="gripper_R">
|
| 258 |
+
<inertial>
|
| 259 |
+
<origin xyz="-0.000249372 -3.57061e-05 -0.0293133" rpy="0 0 0"/>
|
| 260 |
+
<mass value="0.177713"/>
|
| 261 |
+
<inertia ixx="0.000104382" ixy="-1.75052e-07" ixz="1.55464e-06" iyy="0.000131599" iyz="2.54183e-07" izz="0.000118615"/>
|
| 262 |
+
</inertial>
|
| 263 |
+
<!-- Part gripper -->
|
| 264 |
+
<visual>
|
| 265 |
+
<origin xyz="0.505003 1.20987 0.706597" rpy="1.5708 0 0"/>
|
| 266 |
+
<geometry>
|
| 267 |
+
<mesh filename="assets/gripper.stl"/>
|
| 268 |
+
</geometry>
|
| 269 |
+
<material name="gripper_R_material">
|
| 270 |
+
<color rgba="0.109804 0.286275 0.0117647 1"/>
|
| 271 |
+
</material>
|
| 272 |
+
</visual>
|
| 273 |
+
<collision>
|
| 274 |
+
<origin xyz="0.505003 1.20987 0.706597" rpy="1.5708 0 0"/>
|
| 275 |
+
<geometry>
|
| 276 |
+
<mesh filename="assets/gripper.stl"/>
|
| 277 |
+
</geometry>
|
| 278 |
+
</collision>
|
| 279 |
+
</link>
|
| 280 |
+
<!-- Link tip_left_R -->
|
| 281 |
+
<link name="tip_left_R">
|
| 282 |
+
<inertial>
|
| 283 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 284 |
+
<mass value="0.0514225"/>
|
| 285 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 286 |
+
</inertial>
|
| 287 |
+
<!-- Part tip_left -->
|
| 288 |
+
<visual>
|
| 289 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 290 |
+
<geometry>
|
| 291 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 292 |
+
</geometry>
|
| 293 |
+
<material name="tip_left_R_material">
|
| 294 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 295 |
+
</material>
|
| 296 |
+
</visual>
|
| 297 |
+
<collision>
|
| 298 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 299 |
+
<geometry>
|
| 300 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 301 |
+
</geometry>
|
| 302 |
+
</collision>
|
| 303 |
+
</link>
|
| 304 |
+
<!-- Joint from gripper_R to tip_left_R -->
|
| 305 |
+
<joint name="joint7_R" type="prismatic">
|
| 306 |
+
<origin xyz="0.0450619 0.0225 -0.0573" rpy="3.14159 -1.5708 0"/>
|
| 307 |
+
<parent link="gripper_R"/>
|
| 308 |
+
<child link="tip_left_R"/>
|
| 309 |
+
<axis xyz="0 0 1"/>
|
| 310 |
+
<limit effort="10" velocity="10" lower="-0.0475" upper="0"/>
|
| 311 |
+
</joint>
|
| 312 |
+
<!-- Link tip_right_R -->
|
| 313 |
+
<link name="tip_right_R">
|
| 314 |
+
<inertial>
|
| 315 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 316 |
+
<mass value="0.0514225"/>
|
| 317 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 318 |
+
</inertial>
|
| 319 |
+
<!-- Part tip_right -->
|
| 320 |
+
<visual>
|
| 321 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 322 |
+
<geometry>
|
| 323 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 324 |
+
</geometry>
|
| 325 |
+
<material name="tip_right_R_material">
|
| 326 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 327 |
+
</material>
|
| 328 |
+
</visual>
|
| 329 |
+
<collision>
|
| 330 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 331 |
+
<geometry>
|
| 332 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 333 |
+
</geometry>
|
| 334 |
+
</collision>
|
| 335 |
+
</link>
|
| 336 |
+
<!-- Joint from gripper_R to tip_right_R -->
|
| 337 |
+
<joint name="joint8_R" type="prismatic">
|
| 338 |
+
<origin xyz="-0.0450619 -0.0225 -0.0573" rpy="-0 -1.5708 0"/>
|
| 339 |
+
<parent link="gripper_R"/>
|
| 340 |
+
<child link="tip_right_R"/>
|
| 341 |
+
<axis xyz="0 0 1"/>
|
| 342 |
+
<limit effort="10" velocity="10" lower="-0.0475" upper="0"/>
|
| 343 |
+
</joint>
|
| 344 |
+
<!-- Joint from arm_link5_R to gripper_R -->
|
| 345 |
+
<joint name="joint6_R" type="revolute">
|
| 346 |
+
<origin xyz="-2.39858e-07 -0.0356 -0.0404996" rpy="-1.5708 -0 0"/>
|
| 347 |
+
<parent link="arm_link5_R"/>
|
| 348 |
+
<child link="gripper_R"/>
|
| 349 |
+
<axis xyz="0 0 1"/>
|
| 350 |
+
<limit effort="10" velocity="10" lower="-2.0944" upper="2.0944"/>
|
| 351 |
+
</joint>
|
| 352 |
+
<!-- Joint from arm_link4_R to arm_link5_R -->
|
| 353 |
+
<joint name="joint5_R" type="revolute">
|
| 354 |
+
<origin xyz="-0.0739989 0.0403003 0.0323887" rpy="-1.5708 -1.5708 0"/>
|
| 355 |
+
<parent link="arm_link4_R"/>
|
| 356 |
+
<child link="arm_link5_R"/>
|
| 357 |
+
<axis xyz="0 0 1"/>
|
| 358 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 359 |
+
</joint>
|
| 360 |
+
<!-- Joint from arm_link3_R to arm_link4_R -->
|
| 361 |
+
<joint name="joint4_R" type="revolute">
|
| 362 |
+
<origin xyz="-0.244999 0.0600003 0.00205" rpy="0 0 0"/>
|
| 363 |
+
<parent link="arm_link3_R"/>
|
| 364 |
+
<child link="arm_link4_R"/>
|
| 365 |
+
<axis xyz="0 0 1"/>
|
| 366 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 367 |
+
</joint>
|
| 368 |
+
<!-- Joint from arm_link2_R to arm_link3_R -->
|
| 369 |
+
<joint name="joint3_R" type="revolute">
|
| 370 |
+
<origin xyz="0.264 4.08431e-07 0.00205" rpy="3.14159 0 0"/>
|
| 371 |
+
<parent link="arm_link2_R"/>
|
| 372 |
+
<child link="arm_link3_R"/>
|
| 373 |
+
<axis xyz="0 0 1"/>
|
| 374 |
+
<limit effort="10" velocity="10" lower="-3.14159" upper="0"/>
|
| 375 |
+
</joint>
|
| 376 |
+
<!-- Joint from arm_link1_R to arm_link2_R -->
|
| 377 |
+
<joint name="joint2_R" type="revolute">
|
| 378 |
+
<origin xyz="-0.033279 0.0195056 -0.0394" rpy="1.5708 0 -1.5708"/>
|
| 379 |
+
<parent link="arm_link1_R"/>
|
| 380 |
+
<child link="arm_link2_R"/>
|
| 381 |
+
<axis xyz="0 0 1"/>
|
| 382 |
+
<limit effort="10" velocity="10" lower="-3.14159" upper="0"/>
|
| 383 |
+
</joint>
|
| 384 |
+
<!-- Joint from arm_base_R to arm_link1_R -->
|
| 385 |
+
<joint name="joint1_R" type="revolute">
|
| 386 |
+
<origin xyz="0.054 0 -0.0741" rpy="-0 0 0"/>
|
| 387 |
+
<parent link="arm_base_R"/>
|
| 388 |
+
<child link="arm_link1_R"/>
|
| 389 |
+
<axis xyz="0 0 1"/>
|
| 390 |
+
<limit effort="10" velocity="10" lower="-3.05433" upper="2.61799"/>
|
| 391 |
+
</joint>
|
| 392 |
+
<!-- Joint from lift_link to arm_base_R -->
|
| 393 |
+
<joint name="joint0_R" type="fixed">
|
| 394 |
+
<origin xyz="-0.3725 -0.153 0.08075" rpy="-3.14159 0 -0"/>
|
| 395 |
+
<parent link="lift_link"/>
|
| 396 |
+
<child link="arm_base_R"/>
|
| 397 |
+
<axis xyz="0 0 1"/>
|
| 398 |
+
<limit effort="10" velocity="10"/>
|
| 399 |
+
</joint>
|
| 400 |
+
<!-- Link arm_base_L -->
|
| 401 |
+
<link name="arm_base_L">
|
| 402 |
+
<inertial>
|
| 403 |
+
<origin xyz="-0.0539523 -4.80361e-05 -0.0296807" rpy="0 0 0"/>
|
| 404 |
+
<mass value="0.734557"/>
|
| 405 |
+
<inertia ixx="0.000578564" ixy="2.56766e-07" ixz="5.70784e-07" iyy="0.000690499" iyz="-4.182e-08" izz="0.000601653"/>
|
| 406 |
+
</inertial>
|
| 407 |
+
<!-- Part base_3 -->
|
| 408 |
+
<visual>
|
| 409 |
+
<origin xyz="0.451004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 410 |
+
<geometry>
|
| 411 |
+
<mesh filename="assets/base__2.stl"/>
|
| 412 |
+
</geometry>
|
| 413 |
+
<material name="arm_base_L_material">
|
| 414 |
+
<color rgba="0.768627 0.886275 0.952941 1"/>
|
| 415 |
+
</material>
|
| 416 |
+
</visual>
|
| 417 |
+
<collision>
|
| 418 |
+
<origin xyz="0.451004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 419 |
+
<geometry>
|
| 420 |
+
<mesh filename="assets/base__2.stl"/>
|
| 421 |
+
</geometry>
|
| 422 |
+
</collision>
|
| 423 |
+
</link>
|
| 424 |
+
<!-- Link arm_link1_L -->
|
| 425 |
+
<link name="arm_link1_L">
|
| 426 |
+
<inertial>
|
| 427 |
+
<origin xyz="0.00218874 0.00694644 -0.0176252" rpy="0 0 0"/>
|
| 428 |
+
<mass value="0.0623673"/>
|
| 429 |
+
<inertia ixx="2.94549e-05" ixy="-1.86138e-06" ixz="3.46493e-06" iyy="7.77432e-05" iyz="8.30006e-06" izz="7.07232e-05"/>
|
| 430 |
+
</inertial>
|
| 431 |
+
<!-- Part link1_2 -->
|
| 432 |
+
<visual>
|
| 433 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 -0 0"/>
|
| 434 |
+
<geometry>
|
| 435 |
+
<mesh filename="assets/link1.stl"/>
|
| 436 |
+
</geometry>
|
| 437 |
+
<material name="arm_link1_L_material">
|
| 438 |
+
<color rgba="0.72549 0.45098 0.317647 1"/>
|
| 439 |
+
</material>
|
| 440 |
+
</visual>
|
| 441 |
+
<collision>
|
| 442 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 -0 0"/>
|
| 443 |
+
<geometry>
|
| 444 |
+
<mesh filename="assets/link1.stl"/>
|
| 445 |
+
</geometry>
|
| 446 |
+
</collision>
|
| 447 |
+
</link>
|
| 448 |
+
<!-- Link arm_link2_L -->
|
| 449 |
+
<link name="arm_link2_L">
|
| 450 |
+
<inertial>
|
| 451 |
+
<origin xyz="0.129165 -0.000134497 -0.0336247" rpy="0 0 0"/>
|
| 452 |
+
<mass value="0.982664"/>
|
| 453 |
+
<inertia ixx="0.000535177" ixy="2.89124e-07" ixz="-2.09073e-06" iyy="0.00981181" iyz="-6.833e-09" izz="0.00976522"/>
|
| 454 |
+
</inertial>
|
| 455 |
+
<!-- Part link2_2 -->
|
| 456 |
+
<visual>
|
| 457 |
+
<origin xyz="0.615999 -1.14987 0.472104" rpy="-1.5708 -1.5708 0"/>
|
| 458 |
+
<geometry>
|
| 459 |
+
<mesh filename="assets/link2.stl"/>
|
| 460 |
+
</geometry>
|
| 461 |
+
<material name="arm_link2_L_material">
|
| 462 |
+
<color rgba="0 0.4 0.6 1"/>
|
| 463 |
+
</material>
|
| 464 |
+
</visual>
|
| 465 |
+
<collision>
|
| 466 |
+
<origin xyz="0.615999 -1.14987 0.472104" rpy="-1.5708 -1.5708 0"/>
|
| 467 |
+
<geometry>
|
| 468 |
+
<mesh filename="assets/link2.stl"/>
|
| 469 |
+
</geometry>
|
| 470 |
+
</collision>
|
| 471 |
+
</link>
|
| 472 |
+
<!-- Link arm_link3_L -->
|
| 473 |
+
<link name="arm_link3_L">
|
| 474 |
+
<inertial>
|
| 475 |
+
<origin xyz="-0.135083 -0.0556042 0.0357986" rpy="0 0 0"/>
|
| 476 |
+
<mass value="0.820846"/>
|
| 477 |
+
<inertia ixx="0.000783297" ixy="-0.000535247" ixz="-9.18771e-06" iyy="0.0063404" iyz="3.64283e-06" izz="0.00637508"/>
|
| 478 |
+
</inertial>
|
| 479 |
+
<!-- Part link3_2 -->
|
| 480 |
+
<visual>
|
| 481 |
+
<origin xyz="0.351998 1.14987 -0.470054" rpy="1.5708 1.5708 0"/>
|
| 482 |
+
<geometry>
|
| 483 |
+
<mesh filename="assets/link3.stl"/>
|
| 484 |
+
</geometry>
|
| 485 |
+
<material name="arm_link3_L_material">
|
| 486 |
+
<color rgba="0.552941 0.580392 0.203922 1"/>
|
| 487 |
+
</material>
|
| 488 |
+
</visual>
|
| 489 |
+
<collision>
|
| 490 |
+
<origin xyz="0.351998 1.14987 -0.470054" rpy="1.5708 1.5708 0"/>
|
| 491 |
+
<geometry>
|
| 492 |
+
<mesh filename="assets/link3.stl"/>
|
| 493 |
+
</geometry>
|
| 494 |
+
</collision>
|
| 495 |
+
</link>
|
| 496 |
+
<!-- Link arm_link4_L -->
|
| 497 |
+
<link name="arm_link4_L">
|
| 498 |
+
<inertial>
|
| 499 |
+
<origin xyz="-0.0570681 0.0543529 0.0332231" rpy="0 0 0"/>
|
| 500 |
+
<mass value="0.231537"/>
|
| 501 |
+
<inertia ixx="0.000309559" ixy="0.000124563" ixz="-1.06975e-05" iyy="0.000243445" iyz="1.06538e-05" izz="0.000391887"/>
|
| 502 |
+
</inertial>
|
| 503 |
+
<!-- Part link4_2 -->
|
| 504 |
+
<visual>
|
| 505 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 506 |
+
<geometry>
|
| 507 |
+
<mesh filename="assets/link4.stl"/>
|
| 508 |
+
</geometry>
|
| 509 |
+
<material name="arm_link4_L_material">
|
| 510 |
+
<color rgba="0.545098 0.52549 0.419608 1"/>
|
| 511 |
+
</material>
|
| 512 |
+
</visual>
|
| 513 |
+
<collision>
|
| 514 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 515 |
+
<geometry>
|
| 516 |
+
<mesh filename="assets/link4.stl"/>
|
| 517 |
+
</geometry>
|
| 518 |
+
</collision>
|
| 519 |
+
</link>
|
| 520 |
+
<!-- Link arm_link5_L -->
|
| 521 |
+
<link name="arm_link5_L">
|
| 522 |
+
<inertial>
|
| 523 |
+
<origin xyz="3.55003e-05 -0.000825911 -0.0375847" rpy="0 0 0"/>
|
| 524 |
+
<mass value="0.152422"/>
|
| 525 |
+
<inertia ixx="8.30655e-05" ixy="1.32145e-07" ixz="7.9573e-08" iyy="6.84253e-05" iyz="-4.88181e-06" izz="6.96461e-05"/>
|
| 526 |
+
</inertial>
|
| 527 |
+
<!-- Part link5_2 -->
|
| 528 |
+
<visual>
|
| 529 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 0"/>
|
| 530 |
+
<geometry>
|
| 531 |
+
<mesh filename="assets/link5.stl"/>
|
| 532 |
+
</geometry>
|
| 533 |
+
<material name="arm_link5_L_material">
|
| 534 |
+
<color rgba="0.827451 0.623529 0.784314 1"/>
|
| 535 |
+
</material>
|
| 536 |
+
</visual>
|
| 537 |
+
<collision>
|
| 538 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 0"/>
|
| 539 |
+
<geometry>
|
| 540 |
+
<mesh filename="assets/link5.stl"/>
|
| 541 |
+
</geometry>
|
| 542 |
+
</collision>
|
| 543 |
+
</link>
|
| 544 |
+
<!-- Link gripper_L -->
|
| 545 |
+
<link name="gripper_L">
|
| 546 |
+
<inertial>
|
| 547 |
+
<origin xyz="-0.00267181 8.62109e-05 -0.0293133" rpy="0 0 0"/>
|
| 548 |
+
<mass value="0.177713"/>
|
| 549 |
+
<inertia ixx="0.000104382" ixy="-1.75052e-07" ixz="1.55464e-06" iyy="0.000131599" iyz="2.54183e-07" izz="0.000118615"/>
|
| 550 |
+
</inertial>
|
| 551 |
+
<!-- Part gripper_2 -->
|
| 552 |
+
<visual>
|
| 553 |
+
<origin xyz="0.502581 1.20999 0.706597" rpy="1.5708 -0 0"/>
|
| 554 |
+
<geometry>
|
| 555 |
+
<mesh filename="assets/gripper.stl"/>
|
| 556 |
+
</geometry>
|
| 557 |
+
<material name="gripper_L_material">
|
| 558 |
+
<color rgba="0.109804 0.286275 0.0117647 1"/>
|
| 559 |
+
</material>
|
| 560 |
+
</visual>
|
| 561 |
+
<collision>
|
| 562 |
+
<origin xyz="0.502581 1.20999 0.706597" rpy="1.5708 -0 0"/>
|
| 563 |
+
<geometry>
|
| 564 |
+
<mesh filename="assets/gripper.stl"/>
|
| 565 |
+
</geometry>
|
| 566 |
+
</collision>
|
| 567 |
+
</link>
|
| 568 |
+
<!-- Link tip_left_L -->
|
| 569 |
+
<link name="tip_left_L">
|
| 570 |
+
<inertial>
|
| 571 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 572 |
+
<mass value="0.0514225"/>
|
| 573 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 574 |
+
</inertial>
|
| 575 |
+
<!-- Part tip_left_2 -->
|
| 576 |
+
<visual>
|
| 577 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 578 |
+
<geometry>
|
| 579 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 580 |
+
</geometry>
|
| 581 |
+
<material name="tip_left_L_material">
|
| 582 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 583 |
+
</material>
|
| 584 |
+
</visual>
|
| 585 |
+
<collision>
|
| 586 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 587 |
+
<geometry>
|
| 588 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 589 |
+
</geometry>
|
| 590 |
+
</collision>
|
| 591 |
+
</link>
|
| 592 |
+
<!-- Joint from gripper_L to tip_left_L -->
|
| 593 |
+
<joint name="joint7_L" type="prismatic">
|
| 594 |
+
<origin xyz="-0.0048605 0.0226219 -0.0573" rpy="3.14159 -1.5708 0"/>
|
| 595 |
+
<parent link="gripper_L"/>
|
| 596 |
+
<child link="tip_left_L"/>
|
| 597 |
+
<axis xyz="0 0 1"/>
|
| 598 |
+
<limit effort="10" velocity="10" lower="-0" upper="0.0475"/>
|
| 599 |
+
</joint>
|
| 600 |
+
<!-- Link tip_right_L -->
|
| 601 |
+
<link name="tip_right_L">
|
| 602 |
+
<inertial>
|
| 603 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 604 |
+
<mass value="0.0514225"/>
|
| 605 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 606 |
+
</inertial>
|
| 607 |
+
<!-- Part tip_right_2 -->
|
| 608 |
+
<visual>
|
| 609 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 610 |
+
<geometry>
|
| 611 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 612 |
+
</geometry>
|
| 613 |
+
<material name="tip_right_L_material">
|
| 614 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 615 |
+
</material>
|
| 616 |
+
</visual>
|
| 617 |
+
<collision>
|
| 618 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 619 |
+
<geometry>
|
| 620 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 621 |
+
</geometry>
|
| 622 |
+
</collision>
|
| 623 |
+
</link>
|
| 624 |
+
<!-- Joint from gripper_L to tip_right_L -->
|
| 625 |
+
<joint name="joint8_L" type="prismatic">
|
| 626 |
+
<origin xyz="-0.0474844 -0.0223781 -0.0573" rpy="0 -1.5708 0"/>
|
| 627 |
+
<parent link="gripper_L"/>
|
| 628 |
+
<child link="tip_right_L"/>
|
| 629 |
+
<axis xyz="0 0 1"/>
|
| 630 |
+
<limit effort="10" velocity="10" lower="-0.0475" upper="0"/>
|
| 631 |
+
</joint>
|
| 632 |
+
<!-- Joint from arm_link5_L to gripper_L -->
|
| 633 |
+
<joint name="joint6_L" type="revolute">
|
| 634 |
+
<origin xyz="-2.39858e-07 -0.0356 -0.0404996" rpy="-1.5708 0 0"/>
|
| 635 |
+
<parent link="arm_link5_L"/>
|
| 636 |
+
<child link="gripper_L"/>
|
| 637 |
+
<axis xyz="0 0 1"/>
|
| 638 |
+
<limit effort="10" velocity="10" lower="-2.0944" upper="2.0944"/>
|
| 639 |
+
</joint>
|
| 640 |
+
<!-- Joint from arm_link4_L to arm_link5_L -->
|
| 641 |
+
<joint name="joint5_L" type="revolute">
|
| 642 |
+
<origin xyz="-0.0739989 0.0403003 0.0323887" rpy="-1.5708 -1.5708 0"/>
|
| 643 |
+
<parent link="arm_link4_L"/>
|
| 644 |
+
<child link="arm_link5_L"/>
|
| 645 |
+
<axis xyz="0 0 1"/>
|
| 646 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 647 |
+
</joint>
|
| 648 |
+
<!-- Joint from arm_link3_L to arm_link4_L -->
|
| 649 |
+
<joint name="joint4_L" type="revolute">
|
| 650 |
+
<origin xyz="-0.244999 -0.0600003 0.0678" rpy="-3.14159 -0 -0"/>
|
| 651 |
+
<parent link="arm_link3_L"/>
|
| 652 |
+
<child link="arm_link4_L"/>
|
| 653 |
+
<axis xyz="0 0 1"/>
|
| 654 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 655 |
+
</joint>
|
| 656 |
+
<!-- Joint from arm_link2_L to arm_link3_L -->
|
| 657 |
+
<joint name="joint3_L" type="revolute">
|
| 658 |
+
<origin xyz="0.264 -4.08431e-07 0.00205" rpy="-3.14159 -0 -0"/>
|
| 659 |
+
<parent link="arm_link2_L"/>
|
| 660 |
+
<child link="arm_link3_L"/>
|
| 661 |
+
<axis xyz="0 0 1"/>
|
| 662 |
+
<limit effort="10" velocity="10" lower="0" upper="3.14159"/>
|
| 663 |
+
</joint>
|
| 664 |
+
<!-- Joint from arm_link1_L to arm_link2_L -->
|
| 665 |
+
<joint name="joint2_L" type="revolute">
|
| 666 |
+
<origin xyz="0.032471 0.0195056 -0.0394" rpy="-1.5708 -0 -1.5708"/>
|
| 667 |
+
<parent link="arm_link1_L"/>
|
| 668 |
+
<child link="arm_link2_L"/>
|
| 669 |
+
<axis xyz="0 0 1"/>
|
| 670 |
+
<limit effort="10" velocity="10" lower="0" upper="3.14159"/>
|
| 671 |
+
</joint>
|
| 672 |
+
<!-- Joint from arm_base_L to arm_link1_L -->
|
| 673 |
+
<joint name="joint1_L" type="revolute">
|
| 674 |
+
<origin xyz="-0.054 -0 -0.0741" rpy="0 -0 0"/>
|
| 675 |
+
<parent link="arm_base_L"/>
|
| 676 |
+
<child link="arm_link1_L"/>
|
| 677 |
+
<axis xyz="0 0 1"/>
|
| 678 |
+
<limit effort="10" velocity="10" lower="-3.05433" upper="2.61799"/>
|
| 679 |
+
</joint>
|
| 680 |
+
<!-- Joint from lift_link to arm_base_L -->
|
| 681 |
+
<joint name="joint0_L" type="fixed">
|
| 682 |
+
<origin xyz="0.3725 -0.153 0.08075" rpy="-3.14159 0 -0"/>
|
| 683 |
+
<parent link="lift_link"/>
|
| 684 |
+
<child link="arm_base_L"/>
|
| 685 |
+
<axis xyz="0 0 1"/>
|
| 686 |
+
<limit effort="10" velocity="10"/>
|
| 687 |
+
</joint>
|
| 688 |
+
<!-- Joint from base to lift_link -->
|
| 689 |
+
<joint name="lift_joint" type="prismatic">
|
| 690 |
+
<origin xyz="4.49505e-06 -0.0448218 1.04769" rpy="-0 -0 0"/>
|
| 691 |
+
<parent link="base"/>
|
| 692 |
+
<child link="lift_link"/>
|
| 693 |
+
<axis xyz="0 0 1"/>
|
| 694 |
+
<limit effort="10" velocity="10" lower="-0.729187" upper="0.330813"/>
|
| 695 |
+
</joint>
|
| 696 |
+
<!-- Wheel links fixed to base (no DOF, visual/collision only) -->
|
| 697 |
+
<!-- Link rr_steer_link -->
|
| 698 |
+
<link name="rr_steer_link">
|
| 699 |
+
<inertial>
|
| 700 |
+
<origin xyz="-0.00784441 -0.0089515 -0.0459111" rpy="0 0 0"/>
|
| 701 |
+
<mass value="0.126847"/>
|
| 702 |
+
<inertia ixx="0.000146383" ixy="-1.16515e-05" ixz="-3.06168e-05" iyy="0.000225514" iyz="-3.22028e-05" izz="0.000145928"/>
|
| 703 |
+
</inertial>
|
| 704 |
+
<visual>
|
| 705 |
+
<origin xyz="0.4 0.196 0.011" rpy="0 -0 0"/>
|
| 706 |
+
<geometry>
|
| 707 |
+
<mesh filename="assets/motor7.stl"/>
|
| 708 |
+
</geometry>
|
| 709 |
+
<material name="rr_steer_link_material">
|
| 710 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 711 |
+
</material>
|
| 712 |
+
</visual>
|
| 713 |
+
<collision>
|
| 714 |
+
<origin xyz="0.4 0.196 0.011" rpy="0 -0 0"/>
|
| 715 |
+
<geometry>
|
| 716 |
+
<mesh filename="assets/motor7.stl"/>
|
| 717 |
+
</geometry>
|
| 718 |
+
</collision>
|
| 719 |
+
</link>
|
| 720 |
+
<!-- Link rr_wheel_link -->
|
| 721 |
+
<link name="rr_wheel_link">
|
| 722 |
+
<inertial>
|
| 723 |
+
<origin xyz="-0.00057187 -0.000419672 -0.0228248" rpy="0 0 0"/>
|
| 724 |
+
<mass value="0.298689"/>
|
| 725 |
+
<inertia ixx="0.000204289" ixy="-2.6002e-08" ixz="-5.45511e-07" iyy="0.000204306" iyz="-4.0034e-07" izz="0.000318426"/>
|
| 726 |
+
</inertial>
|
| 727 |
+
<visual>
|
| 728 |
+
<origin xyz="0.215293 -0.0865185 -0.42495" rpy="1.5708 1.5708 0"/>
|
| 729 |
+
<geometry>
|
| 730 |
+
<mesh filename="assets/motor8.stl"/>
|
| 731 |
+
</geometry>
|
| 732 |
+
<material name="rr_wheel_link_material">
|
| 733 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 734 |
+
</material>
|
| 735 |
+
</visual>
|
| 736 |
+
<collision>
|
| 737 |
+
<origin xyz="0.215293 -0.0865185 -0.42495" rpy="1.5708 1.5708 0"/>
|
| 738 |
+
<geometry>
|
| 739 |
+
<mesh filename="assets/motor8.stl"/>
|
| 740 |
+
</geometry>
|
| 741 |
+
</collision>
|
| 742 |
+
</link>
|
| 743 |
+
<joint name="rr_steer_joint" type="fixed">
|
| 744 |
+
<origin xyz="-0.2 0.2 -0" rpy="0 -0 3.14159"/>
|
| 745 |
+
<parent link="base"/>
|
| 746 |
+
<child link="rr_steer_link"/>
|
| 747 |
+
</joint>
|
| 748 |
+
<joint name="rr_wheel_joint" type="fixed">
|
| 749 |
+
<origin xyz="-0.0249502 -0.02 -0.075" rpy="-1.5708 -0 1.5708"/>
|
| 750 |
+
<parent link="rr_steer_link"/>
|
| 751 |
+
<child link="rr_wheel_link"/>
|
| 752 |
+
</joint>
|
| 753 |
+
<!-- Link rl_steer_link -->
|
| 754 |
+
<link name="rl_steer_link">
|
| 755 |
+
<inertial>
|
| 756 |
+
<origin xyz="-0.00752959 0.00894046 -0.0457746" rpy="0 0 0"/>
|
| 757 |
+
<mass value="0.124945"/>
|
| 758 |
+
<inertia ixx="0.00014499" ixy="1.16695e-05" ixz="-3.03342e-05" iyy="0.000223675" iyz="3.18852e-05" izz="0.00014469"/>
|
| 759 |
+
</inertial>
|
| 760 |
+
<visual>
|
| 761 |
+
<origin xyz="-0 -0.196 0.011" rpy="0 -0 3.14159"/>
|
| 762 |
+
<geometry>
|
| 763 |
+
<mesh filename="assets/motor1.stl"/>
|
| 764 |
+
</geometry>
|
| 765 |
+
<material name="rl_steer_link_material">
|
| 766 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 767 |
+
</material>
|
| 768 |
+
</visual>
|
| 769 |
+
<collision>
|
| 770 |
+
<origin xyz="-0 -0.196 0.011" rpy="0 -0 3.14159"/>
|
| 771 |
+
<geometry>
|
| 772 |
+
<mesh filename="assets/motor1.stl"/>
|
| 773 |
+
</geometry>
|
| 774 |
+
</collision>
|
| 775 |
+
</link>
|
| 776 |
+
<!-- Link rl_wheel_link -->
|
| 777 |
+
<link name="rl_wheel_link">
|
| 778 |
+
<inertial>
|
| 779 |
+
<origin xyz="0 0 -0.0241102" rpy="0 0 0"/>
|
| 780 |
+
<mass value="0.297603"/>
|
| 781 |
+
<inertia ixx="0.000200747" ixy="0" ixz="0" iyy="0.000200747" iyz="0" izz="0.00031015"/>
|
| 782 |
+
</inertial>
|
| 783 |
+
<visual>
|
| 784 |
+
<origin xyz="0.216 0.086 -0.0252" rpy="-1.5708 -1.5708 0"/>
|
| 785 |
+
<geometry>
|
| 786 |
+
<mesh filename="assets/motor2.stl"/>
|
| 787 |
+
</geometry>
|
| 788 |
+
<material name="rl_wheel_link_material">
|
| 789 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 790 |
+
</material>
|
| 791 |
+
</visual>
|
| 792 |
+
<collision>
|
| 793 |
+
<origin xyz="0.216 0.086 -0.0252" rpy="-1.5708 -1.5708 0"/>
|
| 794 |
+
<geometry>
|
| 795 |
+
<mesh filename="assets/motor2.stl"/>
|
| 796 |
+
</geometry>
|
| 797 |
+
</collision>
|
| 798 |
+
</link>
|
| 799 |
+
<joint name="rl_steer_joint" type="fixed">
|
| 800 |
+
<origin xyz="0.2 0.2 -0" rpy="0 -0 0"/>
|
| 801 |
+
<parent link="base"/>
|
| 802 |
+
<child link="rl_steer_link"/>
|
| 803 |
+
</joint>
|
| 804 |
+
<joint name="rl_wheel_joint" type="fixed">
|
| 805 |
+
<origin xyz="-0.0252 0.02 -0.075" rpy="1.5708 -0 -1.5708"/>
|
| 806 |
+
<parent link="rl_steer_link"/>
|
| 807 |
+
<child link="rl_wheel_link"/>
|
| 808 |
+
</joint>
|
| 809 |
+
<!-- Link fr_steer_link -->
|
| 810 |
+
<link name="fr_steer_link">
|
| 811 |
+
<inertial>
|
| 812 |
+
<origin xyz="-0.00752959 0.00894047 -0.0457746" rpy="0 0 0"/>
|
| 813 |
+
<mass value="0.124945"/>
|
| 814 |
+
<inertia ixx="0.00014499" ixy="1.16695e-05" ixz="-3.03342e-05" iyy="0.000223675" iyz="3.18852e-05" izz="0.00014469"/>
|
| 815 |
+
</inertial>
|
| 816 |
+
<visual>
|
| 817 |
+
<origin xyz="0.4 0.596 0.011" rpy="0 -0 0"/>
|
| 818 |
+
<geometry>
|
| 819 |
+
<mesh filename="assets/motor5.stl"/>
|
| 820 |
+
</geometry>
|
| 821 |
+
<material name="fr_steer_link_material">
|
| 822 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 823 |
+
</material>
|
| 824 |
+
</visual>
|
| 825 |
+
<collision>
|
| 826 |
+
<origin xyz="0.4 0.596 0.011" rpy="0 -0 0"/>
|
| 827 |
+
<geometry>
|
| 828 |
+
<mesh filename="assets/motor5.stl"/>
|
| 829 |
+
</geometry>
|
| 830 |
+
</collision>
|
| 831 |
+
</link>
|
| 832 |
+
<!-- Link fr_wheel_link -->
|
| 833 |
+
<link name="fr_wheel_link">
|
| 834 |
+
<inertial>
|
| 835 |
+
<origin xyz="-0 -0 -0.0241102" rpy="0 0 0"/>
|
| 836 |
+
<mass value="0.297603"/>
|
| 837 |
+
<inertia ixx="0.000200747" ixy="0" ixz="-0" iyy="0.000200747" iyz="0" izz="0.00031015"/>
|
| 838 |
+
</inertial>
|
| 839 |
+
<visual>
|
| 840 |
+
<origin xyz="0.576 -0.086 -0.4252" rpy="1.5708 1.5708 0"/>
|
| 841 |
+
<geometry>
|
| 842 |
+
<mesh filename="assets/motor6.stl"/>
|
| 843 |
+
</geometry>
|
| 844 |
+
<material name="fr_wheel_link_material">
|
| 845 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 846 |
+
</material>
|
| 847 |
+
</visual>
|
| 848 |
+
<collision>
|
| 849 |
+
<origin xyz="0.576 -0.086 -0.4252" rpy="1.5708 1.5708 0"/>
|
| 850 |
+
<geometry>
|
| 851 |
+
<mesh filename="assets/motor6.stl"/>
|
| 852 |
+
</geometry>
|
| 853 |
+
</collision>
|
| 854 |
+
</link>
|
| 855 |
+
<joint name="fr_steer_joint" type="fixed">
|
| 856 |
+
<origin xyz="-0.2 -0.2 0" rpy="0 -0 0"/>
|
| 857 |
+
<parent link="base"/>
|
| 858 |
+
<child link="fr_steer_link"/>
|
| 859 |
+
</joint>
|
| 860 |
+
<joint name="fr_wheel_joint" type="fixed">
|
| 861 |
+
<origin xyz="-0.0252 0.02 -0.075" rpy="-1.5708 -0 1.5708"/>
|
| 862 |
+
<parent link="fr_steer_link"/>
|
| 863 |
+
<child link="fr_wheel_link"/>
|
| 864 |
+
</joint>
|
| 865 |
+
<!-- Link fl_steer_link -->
|
| 866 |
+
<link name="fl_steer_link">
|
| 867 |
+
<inertial>
|
| 868 |
+
<origin xyz="0.00784441 0.0089515 -0.0459111" rpy="0 0 0"/>
|
| 869 |
+
<mass value="0.126847"/>
|
| 870 |
+
<inertia ixx="0.000146383" ixy="-1.16515e-05" ixz="3.06168e-05" iyy="0.000225514" iyz="3.22028e-05" izz="0.000145928"/>
|
| 871 |
+
</inertial>
|
| 872 |
+
<visual>
|
| 873 |
+
<origin xyz="0 0.596 0.011" rpy="0 -0 0"/>
|
| 874 |
+
<geometry>
|
| 875 |
+
<mesh filename="assets/motor3.stl"/>
|
| 876 |
+
</geometry>
|
| 877 |
+
<material name="fl_steer_link_material">
|
| 878 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 879 |
+
</material>
|
| 880 |
+
</visual>
|
| 881 |
+
<collision>
|
| 882 |
+
<origin xyz="0 0.596 0.011" rpy="0 -0 0"/>
|
| 883 |
+
<geometry>
|
| 884 |
+
<mesh filename="assets/motor3.stl"/>
|
| 885 |
+
</geometry>
|
| 886 |
+
</collision>
|
| 887 |
+
</link>
|
| 888 |
+
<!-- Link fl_wheel_link -->
|
| 889 |
+
<link name="fl_wheel_link">
|
| 890 |
+
<inertial>
|
| 891 |
+
<origin xyz="0.00057187 0.000419672 -0.0228248" rpy="0 0 0"/>
|
| 892 |
+
<mass value="0.298689"/>
|
| 893 |
+
<inertia ixx="0.000204289" ixy="-2.6002e-08" ixz="5.45511e-07" iyy="0.000204306" iyz="4.0034e-07" izz="0.000318426"/>
|
| 894 |
+
</inertial>
|
| 895 |
+
<visual>
|
| 896 |
+
<origin xyz="0.576707 0.0865185 -0.0249502" rpy="-1.5708 -1.5708 0"/>
|
| 897 |
+
<geometry>
|
| 898 |
+
<mesh filename="assets/motor4.stl"/>
|
| 899 |
+
</geometry>
|
| 900 |
+
<material name="fl_wheel_link_material">
|
| 901 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 902 |
+
</material>
|
| 903 |
+
</visual>
|
| 904 |
+
<collision>
|
| 905 |
+
<origin xyz="0.576707 0.0865185 -0.0249502" rpy="-1.5708 -1.5708 0"/>
|
| 906 |
+
<geometry>
|
| 907 |
+
<mesh filename="assets/motor4.stl"/>
|
| 908 |
+
</geometry>
|
| 909 |
+
</collision>
|
| 910 |
+
</link>
|
| 911 |
+
<joint name="fl_steer_joint" type="fixed">
|
| 912 |
+
<origin xyz="0.2 -0.2 -0" rpy="0 -0 0"/>
|
| 913 |
+
<parent link="base"/>
|
| 914 |
+
<child link="fl_steer_link"/>
|
| 915 |
+
</joint>
|
| 916 |
+
<joint name="fl_wheel_joint" type="fixed">
|
| 917 |
+
<origin xyz="0.0249502 0.02 -0.075" rpy="1.5708 -0 1.5708"/>
|
| 918 |
+
<parent link="fl_steer_link"/>
|
| 919 |
+
<child link="fl_wheel_link"/>
|
| 920 |
+
</joint>
|
| 921 |
+
</robot>
|
robots/linearbot/linearbot.urdf
ADDED
|
@@ -0,0 +1,925 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" ?>
|
| 2 |
+
<!-- Generated using onshape-to-robot -->
|
| 3 |
+
<!-- Onshape document_id: a46db25adb1f3ef15157e9fe -->
|
| 4 |
+
<robot name="LinearBot">
|
| 5 |
+
<!-- Link base -->
|
| 6 |
+
<link name="base">
|
| 7 |
+
<inertial>
|
| 8 |
+
<origin xyz="-0.000869021 -0.0019276 0.369731" rpy="0 0 0"/>
|
| 9 |
+
<mass value="82.8021"/>
|
| 10 |
+
<inertia ixx="18.335" ixy="0.00396282" ixz="0.083126" iyy="18.1812" iyz="0.09574" izz="2.62218"/>
|
| 11 |
+
</inertial>
|
| 12 |
+
<!-- Part linear_lift -->
|
| 13 |
+
<visual>
|
| 14 |
+
<origin xyz="0.2 0.397678 0.011" rpy="0 0 0"/>
|
| 15 |
+
<geometry>
|
| 16 |
+
<mesh filename="assets/linear_lift.stl"/>
|
| 17 |
+
</geometry>
|
| 18 |
+
<material name="linear_lift_material">
|
| 19 |
+
<color rgba="0.611765 0.658824 0.670588 1"/>
|
| 20 |
+
</material>
|
| 21 |
+
</visual>
|
| 22 |
+
<collision>
|
| 23 |
+
<origin xyz="0.2 0.397678 0.011" rpy="0 0 0"/>
|
| 24 |
+
<geometry>
|
| 25 |
+
<mesh filename="assets/linear_lift.stl"/>
|
| 26 |
+
</geometry>
|
| 27 |
+
</collision>
|
| 28 |
+
<!-- Part linear_cable_cover -->
|
| 29 |
+
<visual>
|
| 30 |
+
<origin xyz="0.2 0.396678 -0.049" rpy="0 0 -0"/>
|
| 31 |
+
<geometry>
|
| 32 |
+
<mesh filename="assets/linear_cable_cover.stl"/>
|
| 33 |
+
</geometry>
|
| 34 |
+
<material name="linear_cable_cover_material">
|
| 35 |
+
<color rgba="0.611765 0.658824 0.670588 1"/>
|
| 36 |
+
</material>
|
| 37 |
+
</visual>
|
| 38 |
+
<collision>
|
| 39 |
+
<origin xyz="0.2 0.396678 -0.049" rpy="0 0 -0"/>
|
| 40 |
+
<geometry>
|
| 41 |
+
<mesh filename="assets/linear_cable_cover.stl"/>
|
| 42 |
+
</geometry>
|
| 43 |
+
</collision>
|
| 44 |
+
<!-- Part base -->
|
| 45 |
+
<visual>
|
| 46 |
+
<origin xyz="0.2 0.396 0.011" rpy="0 -0 0"/>
|
| 47 |
+
<geometry>
|
| 48 |
+
<mesh filename="assets/base.stl"/>
|
| 49 |
+
</geometry>
|
| 50 |
+
<material name="base_material">
|
| 51 |
+
<color rgba="1 0.6 0 1"/>
|
| 52 |
+
</material>
|
| 53 |
+
</visual>
|
| 54 |
+
<collision>
|
| 55 |
+
<origin xyz="0.2 0.396 0.011" rpy="0 -0 0"/>
|
| 56 |
+
<geometry>
|
| 57 |
+
<mesh filename="assets/base.stl"/>
|
| 58 |
+
</geometry>
|
| 59 |
+
</collision>
|
| 60 |
+
</link>
|
| 61 |
+
<!-- Link lift_link -->
|
| 62 |
+
<link name="lift_link">
|
| 63 |
+
<inertial>
|
| 64 |
+
<origin xyz="-0 -0.12333 0.0358393" rpy="0 0 0"/>
|
| 65 |
+
<mass value="3.6"/>
|
| 66 |
+
<inertia ixx="0.0154304" ixy="0" ixz="0" iyy="0.104973" iyz="0.00382801" izz="0.11072"/>
|
| 67 |
+
</inertial>
|
| 68 |
+
<!-- Part linear_lift_holder -->
|
| 69 |
+
<visual>
|
| 70 |
+
<origin xyz="0.200004 0.443 -0.956366" rpy="0 0 -0"/>
|
| 71 |
+
<geometry>
|
| 72 |
+
<mesh filename="assets/linear_lift_holder.stl"/>
|
| 73 |
+
</geometry>
|
| 74 |
+
<material name="lift_link_material">
|
| 75 |
+
<color rgba="1 0.6 0 1"/>
|
| 76 |
+
</material>
|
| 77 |
+
</visual>
|
| 78 |
+
<collision>
|
| 79 |
+
<origin xyz="0.200004 0.443 -0.956366" rpy="0 0 -0"/>
|
| 80 |
+
<geometry>
|
| 81 |
+
<mesh filename="assets/linear_lift_holder.stl"/>
|
| 82 |
+
</geometry>
|
| 83 |
+
</collision>
|
| 84 |
+
</link>
|
| 85 |
+
<!-- Link arm_base_R -->
|
| 86 |
+
<link name="arm_base_R">
|
| 87 |
+
<inertial>
|
| 88 |
+
<origin xyz="0.0540477 -4.80361e-05 -0.0296807" rpy="0 0 0"/>
|
| 89 |
+
<mass value="0.734557"/>
|
| 90 |
+
<inertia ixx="0.000578564" ixy="2.56766e-07" ixz="5.70784e-07" iyy="0.000690499" iyz="-4.182e-08" izz="0.000601653"/>
|
| 91 |
+
</inertial>
|
| 92 |
+
<!-- Part base_2 -->
|
| 93 |
+
<visual>
|
| 94 |
+
<origin xyz="0.559004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 95 |
+
<geometry>
|
| 96 |
+
<mesh filename="assets/base__2.stl"/>
|
| 97 |
+
</geometry>
|
| 98 |
+
<material name="arm_base_R_material">
|
| 99 |
+
<color rgba="0.768627 0.886275 0.952941 1"/>
|
| 100 |
+
</material>
|
| 101 |
+
</visual>
|
| 102 |
+
<collision>
|
| 103 |
+
<origin xyz="0.559004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 104 |
+
<geometry>
|
| 105 |
+
<mesh filename="assets/base__2.stl"/>
|
| 106 |
+
</geometry>
|
| 107 |
+
</collision>
|
| 108 |
+
</link>
|
| 109 |
+
<!-- Link arm_link1_R -->
|
| 110 |
+
<link name="arm_link1_R">
|
| 111 |
+
<inertial>
|
| 112 |
+
<origin xyz="0.00218874 0.00694644 -0.0176252" rpy="0 0 0"/>
|
| 113 |
+
<mass value="0.0623673"/>
|
| 114 |
+
<inertia ixx="2.94549e-05" ixy="-1.86138e-06" ixz="3.46493e-06" iyy="7.77432e-05" iyz="8.30006e-06" izz="7.07232e-05"/>
|
| 115 |
+
</inertial>
|
| 116 |
+
<!-- Part link1 -->
|
| 117 |
+
<visual>
|
| 118 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 0 -0"/>
|
| 119 |
+
<geometry>
|
| 120 |
+
<mesh filename="assets/link1.stl"/>
|
| 121 |
+
</geometry>
|
| 122 |
+
<material name="arm_link1_R_material">
|
| 123 |
+
<color rgba="0.72549 0.45098 0.317647 1"/>
|
| 124 |
+
</material>
|
| 125 |
+
</visual>
|
| 126 |
+
<collision>
|
| 127 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 0 -0"/>
|
| 128 |
+
<geometry>
|
| 129 |
+
<mesh filename="assets/link1.stl"/>
|
| 130 |
+
</geometry>
|
| 131 |
+
</collision>
|
| 132 |
+
</link>
|
| 133 |
+
<!-- Link arm_link2_R -->
|
| 134 |
+
<link name="arm_link2_R">
|
| 135 |
+
<inertial>
|
| 136 |
+
<origin xyz="0.129165 0.000134497 -0.0321253" rpy="0 0 0"/>
|
| 137 |
+
<mass value="0.982664"/>
|
| 138 |
+
<inertia ixx="0.000535177" ixy="-2.89124e-07" ixz="2.09073e-06" iyy="0.00981181" iyz="-6.833e-09" izz="0.00976522"/>
|
| 139 |
+
</inertial>
|
| 140 |
+
<!-- Part link2 -->
|
| 141 |
+
<visual>
|
| 142 |
+
<origin xyz="0.615999 1.14987 -0.537854" rpy="1.5708 1.5708 0"/>
|
| 143 |
+
<geometry>
|
| 144 |
+
<mesh filename="assets/link2.stl"/>
|
| 145 |
+
</geometry>
|
| 146 |
+
<material name="arm_link2_R_material">
|
| 147 |
+
<color rgba="0 0.4 0.6 1"/>
|
| 148 |
+
</material>
|
| 149 |
+
</visual>
|
| 150 |
+
<collision>
|
| 151 |
+
<origin xyz="0.615999 1.14987 -0.537854" rpy="1.5708 1.5708 0"/>
|
| 152 |
+
<geometry>
|
| 153 |
+
<mesh filename="assets/link2.stl"/>
|
| 154 |
+
</geometry>
|
| 155 |
+
</collision>
|
| 156 |
+
</link>
|
| 157 |
+
<!-- Link arm_link3_R -->
|
| 158 |
+
<link name="arm_link3_R">
|
| 159 |
+
<inertial>
|
| 160 |
+
<origin xyz="-0.135083 0.0556042 0.0340514" rpy="0 0 0"/>
|
| 161 |
+
<mass value="0.820846"/>
|
| 162 |
+
<inertia ixx="0.000783297" ixy="0.000535247" ixz="9.18771e-06" iyy="0.0063404" iyz="3.64283e-06" izz="0.00637508"/>
|
| 163 |
+
</inertial>
|
| 164 |
+
<!-- Part link3 -->
|
| 165 |
+
<visual>
|
| 166 |
+
<origin xyz="0.351998 -1.14987 0.539904" rpy="-1.5708 -1.5708 0"/>
|
| 167 |
+
<geometry>
|
| 168 |
+
<mesh filename="assets/link3.stl"/>
|
| 169 |
+
</geometry>
|
| 170 |
+
<material name="arm_link3_R_material">
|
| 171 |
+
<color rgba="0.552941 0.580392 0.203922 1"/>
|
| 172 |
+
</material>
|
| 173 |
+
</visual>
|
| 174 |
+
<collision>
|
| 175 |
+
<origin xyz="0.351998 -1.14987 0.539904" rpy="-1.5708 -1.5708 0"/>
|
| 176 |
+
<geometry>
|
| 177 |
+
<mesh filename="assets/link3.stl"/>
|
| 178 |
+
</geometry>
|
| 179 |
+
</collision>
|
| 180 |
+
</link>
|
| 181 |
+
<!-- Link arm_link4_R -->
|
| 182 |
+
<link name="arm_link4_R">
|
| 183 |
+
<inertial>
|
| 184 |
+
<origin xyz="-0.0570681 0.0543529 0.0332231" rpy="0 0 0"/>
|
| 185 |
+
<mass value="0.231537"/>
|
| 186 |
+
<inertia ixx="0.000309559" ixy="0.000124563" ixz="-1.06975e-05" iyy="0.000243445" iyz="1.06538e-05" izz="0.000391887"/>
|
| 187 |
+
</inertial>
|
| 188 |
+
<!-- Part link4 -->
|
| 189 |
+
<visual>
|
| 190 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 191 |
+
<geometry>
|
| 192 |
+
<mesh filename="assets/link4.stl"/>
|
| 193 |
+
</geometry>
|
| 194 |
+
<material name="arm_link4_R_material">
|
| 195 |
+
<color rgba="0.545098 0.52549 0.419608 1"/>
|
| 196 |
+
</material>
|
| 197 |
+
</visual>
|
| 198 |
+
<collision>
|
| 199 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 200 |
+
<geometry>
|
| 201 |
+
<mesh filename="assets/link4.stl"/>
|
| 202 |
+
</geometry>
|
| 203 |
+
</collision>
|
| 204 |
+
</link>
|
| 205 |
+
<!-- Link arm_link5_R -->
|
| 206 |
+
<link name="arm_link5_R">
|
| 207 |
+
<inertial>
|
| 208 |
+
<origin xyz="3.55003e-05 -0.000825911 -0.0375847" rpy="0 0 0"/>
|
| 209 |
+
<mass value="0.152422"/>
|
| 210 |
+
<inertia ixx="8.30655e-05" ixy="1.32145e-07" ixz="7.9573e-08" iyy="6.84253e-05" iyz="-4.88181e-06" izz="6.96461e-05"/>
|
| 211 |
+
</inertial>
|
| 212 |
+
<!-- Part link5 -->
|
| 213 |
+
<visual>
|
| 214 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 -0"/>
|
| 215 |
+
<geometry>
|
| 216 |
+
<mesh filename="assets/link5.stl"/>
|
| 217 |
+
</geometry>
|
| 218 |
+
<material name="arm_link5_R_material">
|
| 219 |
+
<color rgba="0.827451 0.623529 0.784314 1"/>
|
| 220 |
+
</material>
|
| 221 |
+
</visual>
|
| 222 |
+
<collision>
|
| 223 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 -0"/>
|
| 224 |
+
<geometry>
|
| 225 |
+
<mesh filename="assets/link5.stl"/>
|
| 226 |
+
</geometry>
|
| 227 |
+
</collision>
|
| 228 |
+
</link>
|
| 229 |
+
<!-- Link gripper_R -->
|
| 230 |
+
<link name="gripper_R">
|
| 231 |
+
<inertial>
|
| 232 |
+
<origin xyz="-0.000249372 -3.57061e-05 -0.0293133" rpy="0 0 0"/>
|
| 233 |
+
<mass value="0.177713"/>
|
| 234 |
+
<inertia ixx="0.000104382" ixy="-1.75052e-07" ixz="1.55464e-06" iyy="0.000131599" iyz="2.54183e-07" izz="0.000118615"/>
|
| 235 |
+
</inertial>
|
| 236 |
+
<!-- Part gripper -->
|
| 237 |
+
<visual>
|
| 238 |
+
<origin xyz="0.505003 1.20987 0.706597" rpy="1.5708 0 0"/>
|
| 239 |
+
<geometry>
|
| 240 |
+
<mesh filename="assets/gripper.stl"/>
|
| 241 |
+
</geometry>
|
| 242 |
+
<material name="gripper_R_material">
|
| 243 |
+
<color rgba="0.109804 0.286275 0.0117647 1"/>
|
| 244 |
+
</material>
|
| 245 |
+
</visual>
|
| 246 |
+
<collision>
|
| 247 |
+
<origin xyz="0.505003 1.20987 0.706597" rpy="1.5708 0 0"/>
|
| 248 |
+
<geometry>
|
| 249 |
+
<mesh filename="assets/gripper.stl"/>
|
| 250 |
+
</geometry>
|
| 251 |
+
</collision>
|
| 252 |
+
</link>
|
| 253 |
+
<!-- Link tip_left_R -->
|
| 254 |
+
<link name="tip_left_R">
|
| 255 |
+
<inertial>
|
| 256 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 257 |
+
<mass value="0.0514225"/>
|
| 258 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 259 |
+
</inertial>
|
| 260 |
+
<!-- Part tip_left -->
|
| 261 |
+
<visual>
|
| 262 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 263 |
+
<geometry>
|
| 264 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 265 |
+
</geometry>
|
| 266 |
+
<material name="tip_left_R_material">
|
| 267 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 268 |
+
</material>
|
| 269 |
+
</visual>
|
| 270 |
+
<collision>
|
| 271 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 272 |
+
<geometry>
|
| 273 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 274 |
+
</geometry>
|
| 275 |
+
</collision>
|
| 276 |
+
</link>
|
| 277 |
+
<!-- Joint from gripper_R to tip_left_R -->
|
| 278 |
+
<joint name="joint7_R" type="prismatic">
|
| 279 |
+
<origin xyz="0.0450619 0.0225 -0.0573" rpy="3.14159 -1.5708 0"/>
|
| 280 |
+
<parent link="gripper_R"/>
|
| 281 |
+
<child link="tip_left_R"/>
|
| 282 |
+
<axis xyz="0 0 1"/>
|
| 283 |
+
<limit effort="10" velocity="10" lower="-0.0475" upper="0"/>
|
| 284 |
+
</joint>
|
| 285 |
+
<!-- Link tip_right_R -->
|
| 286 |
+
<link name="tip_right_R">
|
| 287 |
+
<inertial>
|
| 288 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 289 |
+
<mass value="0.0514225"/>
|
| 290 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 291 |
+
</inertial>
|
| 292 |
+
<!-- Part tip_right -->
|
| 293 |
+
<visual>
|
| 294 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 295 |
+
<geometry>
|
| 296 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 297 |
+
</geometry>
|
| 298 |
+
<material name="tip_right_R_material">
|
| 299 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 300 |
+
</material>
|
| 301 |
+
</visual>
|
| 302 |
+
<collision>
|
| 303 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 304 |
+
<geometry>
|
| 305 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 306 |
+
</geometry>
|
| 307 |
+
</collision>
|
| 308 |
+
</link>
|
| 309 |
+
<!-- Joint from gripper_R to tip_right_R -->
|
| 310 |
+
<joint name="joint8_R" type="prismatic">
|
| 311 |
+
<origin xyz="-0.0450619 -0.0225 -0.0573" rpy="-0 -1.5708 0"/>
|
| 312 |
+
<parent link="gripper_R"/>
|
| 313 |
+
<child link="tip_right_R"/>
|
| 314 |
+
<axis xyz="0 0 1"/>
|
| 315 |
+
<limit effort="10" velocity="10" lower="-0.0475" upper="0"/>
|
| 316 |
+
</joint>
|
| 317 |
+
<!-- Joint from arm_link5_R to gripper_R -->
|
| 318 |
+
<joint name="joint6_R" type="revolute">
|
| 319 |
+
<origin xyz="-2.39858e-07 -0.0356 -0.0404996" rpy="-1.5708 -0 0"/>
|
| 320 |
+
<parent link="arm_link5_R"/>
|
| 321 |
+
<child link="gripper_R"/>
|
| 322 |
+
<axis xyz="0 0 1"/>
|
| 323 |
+
<limit effort="10" velocity="10" lower="-2.0944" upper="2.0944"/>
|
| 324 |
+
</joint>
|
| 325 |
+
<!-- Joint from arm_link4_R to arm_link5_R -->
|
| 326 |
+
<joint name="joint5_R" type="revolute">
|
| 327 |
+
<origin xyz="-0.0739989 0.0403003 0.0323887" rpy="-1.5708 -1.5708 0"/>
|
| 328 |
+
<parent link="arm_link4_R"/>
|
| 329 |
+
<child link="arm_link5_R"/>
|
| 330 |
+
<axis xyz="0 0 1"/>
|
| 331 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 332 |
+
</joint>
|
| 333 |
+
<!-- Joint from arm_link3_R to arm_link4_R -->
|
| 334 |
+
<joint name="joint4_R" type="revolute">
|
| 335 |
+
<origin xyz="-0.244999 0.0600003 0.00205" rpy="0 0 0"/>
|
| 336 |
+
<parent link="arm_link3_R"/>
|
| 337 |
+
<child link="arm_link4_R"/>
|
| 338 |
+
<axis xyz="0 0 1"/>
|
| 339 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 340 |
+
</joint>
|
| 341 |
+
<!-- Joint from arm_link2_R to arm_link3_R -->
|
| 342 |
+
<joint name="joint3_R" type="revolute">
|
| 343 |
+
<origin xyz="0.264 4.08431e-07 0.00205" rpy="3.14159 0 0"/>
|
| 344 |
+
<parent link="arm_link2_R"/>
|
| 345 |
+
<child link="arm_link3_R"/>
|
| 346 |
+
<axis xyz="0 0 1"/>
|
| 347 |
+
<limit effort="10" velocity="10" lower="-3.14159" upper="0"/>
|
| 348 |
+
</joint>
|
| 349 |
+
<!-- Joint from arm_link1_R to arm_link2_R -->
|
| 350 |
+
<joint name="joint2_R" type="revolute">
|
| 351 |
+
<origin xyz="-0.033279 0.0195056 -0.0394" rpy="1.5708 0 -1.5708"/>
|
| 352 |
+
<parent link="arm_link1_R"/>
|
| 353 |
+
<child link="arm_link2_R"/>
|
| 354 |
+
<axis xyz="0 0 1"/>
|
| 355 |
+
<limit effort="10" velocity="10" lower="-3.14159" upper="0"/>
|
| 356 |
+
</joint>
|
| 357 |
+
<!-- Joint from arm_base_R to arm_link1_R -->
|
| 358 |
+
<joint name="joint1_R" type="revolute">
|
| 359 |
+
<origin xyz="0.054 0 -0.0741" rpy="-0 0 0"/>
|
| 360 |
+
<parent link="arm_base_R"/>
|
| 361 |
+
<child link="arm_link1_R"/>
|
| 362 |
+
<axis xyz="0 0 1"/>
|
| 363 |
+
<limit effort="10" velocity="10" lower="-3.05433" upper="2.61799"/>
|
| 364 |
+
</joint>
|
| 365 |
+
<!-- Joint from lift_link to arm_base_R -->
|
| 366 |
+
<joint name="joint0_R" type="fixed">
|
| 367 |
+
<origin xyz="-0.3725 -0.153 0.08075" rpy="-3.14159 0 -0"/>
|
| 368 |
+
<parent link="lift_link"/>
|
| 369 |
+
<child link="arm_base_R"/>
|
| 370 |
+
<axis xyz="0 0 1"/>
|
| 371 |
+
<limit effort="10" velocity="10"/>
|
| 372 |
+
</joint>
|
| 373 |
+
<!-- Link arm_base_L -->
|
| 374 |
+
<link name="arm_base_L">
|
| 375 |
+
<inertial>
|
| 376 |
+
<origin xyz="-0.0539523 -4.80361e-05 -0.0296807" rpy="0 0 0"/>
|
| 377 |
+
<mass value="0.734557"/>
|
| 378 |
+
<inertia ixx="0.000578564" ixy="2.56766e-07" ixz="5.70784e-07" iyy="0.000690499" iyz="-4.182e-08" izz="0.000601653"/>
|
| 379 |
+
</inertial>
|
| 380 |
+
<!-- Part base_3 -->
|
| 381 |
+
<visual>
|
| 382 |
+
<origin xyz="0.451004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 383 |
+
<geometry>
|
| 384 |
+
<mesh filename="assets/base__2.stl"/>
|
| 385 |
+
</geometry>
|
| 386 |
+
<material name="arm_base_L_material">
|
| 387 |
+
<color rgba="0.768627 0.886275 0.952941 1"/>
|
| 388 |
+
</material>
|
| 389 |
+
</visual>
|
| 390 |
+
<collision>
|
| 391 |
+
<origin xyz="0.451004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 392 |
+
<geometry>
|
| 393 |
+
<mesh filename="assets/base__2.stl"/>
|
| 394 |
+
</geometry>
|
| 395 |
+
</collision>
|
| 396 |
+
</link>
|
| 397 |
+
<!-- Link arm_link1_L -->
|
| 398 |
+
<link name="arm_link1_L">
|
| 399 |
+
<inertial>
|
| 400 |
+
<origin xyz="0.00218874 0.00694644 -0.0176252" rpy="0 0 0"/>
|
| 401 |
+
<mass value="0.0623673"/>
|
| 402 |
+
<inertia ixx="2.94549e-05" ixy="-1.86138e-06" ixz="3.46493e-06" iyy="7.77432e-05" iyz="8.30006e-06" izz="7.07232e-05"/>
|
| 403 |
+
</inertial>
|
| 404 |
+
<!-- Part link1_2 -->
|
| 405 |
+
<visual>
|
| 406 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 -0 0"/>
|
| 407 |
+
<geometry>
|
| 408 |
+
<mesh filename="assets/link1.stl"/>
|
| 409 |
+
</geometry>
|
| 410 |
+
<material name="arm_link1_L_material">
|
| 411 |
+
<color rgba="0.72549 0.45098 0.317647 1"/>
|
| 412 |
+
</material>
|
| 413 |
+
</visual>
|
| 414 |
+
<collision>
|
| 415 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 -0 0"/>
|
| 416 |
+
<geometry>
|
| 417 |
+
<mesh filename="assets/link1.stl"/>
|
| 418 |
+
</geometry>
|
| 419 |
+
</collision>
|
| 420 |
+
</link>
|
| 421 |
+
<!-- Link arm_link2_L -->
|
| 422 |
+
<link name="arm_link2_L">
|
| 423 |
+
<inertial>
|
| 424 |
+
<origin xyz="0.129165 -0.000134497 -0.0336247" rpy="0 0 0"/>
|
| 425 |
+
<mass value="0.982664"/>
|
| 426 |
+
<inertia ixx="0.000535177" ixy="2.89124e-07" ixz="-2.09073e-06" iyy="0.00981181" iyz="-6.833e-09" izz="0.00976522"/>
|
| 427 |
+
</inertial>
|
| 428 |
+
<!-- Part link2_2 -->
|
| 429 |
+
<visual>
|
| 430 |
+
<origin xyz="0.615999 -1.14987 0.472104" rpy="-1.5708 -1.5708 0"/>
|
| 431 |
+
<geometry>
|
| 432 |
+
<mesh filename="assets/link2.stl"/>
|
| 433 |
+
</geometry>
|
| 434 |
+
<material name="arm_link2_L_material">
|
| 435 |
+
<color rgba="0 0.4 0.6 1"/>
|
| 436 |
+
</material>
|
| 437 |
+
</visual>
|
| 438 |
+
<collision>
|
| 439 |
+
<origin xyz="0.615999 -1.14987 0.472104" rpy="-1.5708 -1.5708 0"/>
|
| 440 |
+
<geometry>
|
| 441 |
+
<mesh filename="assets/link2.stl"/>
|
| 442 |
+
</geometry>
|
| 443 |
+
</collision>
|
| 444 |
+
</link>
|
| 445 |
+
<!-- Link arm_link3_L -->
|
| 446 |
+
<link name="arm_link3_L">
|
| 447 |
+
<inertial>
|
| 448 |
+
<origin xyz="-0.135083 -0.0556042 0.0357986" rpy="0 0 0"/>
|
| 449 |
+
<mass value="0.820846"/>
|
| 450 |
+
<inertia ixx="0.000783297" ixy="-0.000535247" ixz="-9.18771e-06" iyy="0.0063404" iyz="3.64283e-06" izz="0.00637508"/>
|
| 451 |
+
</inertial>
|
| 452 |
+
<!-- Part link3_2 -->
|
| 453 |
+
<visual>
|
| 454 |
+
<origin xyz="0.351998 1.14987 -0.470054" rpy="1.5708 1.5708 0"/>
|
| 455 |
+
<geometry>
|
| 456 |
+
<mesh filename="assets/link3.stl"/>
|
| 457 |
+
</geometry>
|
| 458 |
+
<material name="arm_link3_L_material">
|
| 459 |
+
<color rgba="0.552941 0.580392 0.203922 1"/>
|
| 460 |
+
</material>
|
| 461 |
+
</visual>
|
| 462 |
+
<collision>
|
| 463 |
+
<origin xyz="0.351998 1.14987 -0.470054" rpy="1.5708 1.5708 0"/>
|
| 464 |
+
<geometry>
|
| 465 |
+
<mesh filename="assets/link3.stl"/>
|
| 466 |
+
</geometry>
|
| 467 |
+
</collision>
|
| 468 |
+
</link>
|
| 469 |
+
<!-- Link arm_link4_L -->
|
| 470 |
+
<link name="arm_link4_L">
|
| 471 |
+
<inertial>
|
| 472 |
+
<origin xyz="-0.0570681 0.0543529 0.0332231" rpy="0 0 0"/>
|
| 473 |
+
<mass value="0.231537"/>
|
| 474 |
+
<inertia ixx="0.000309559" ixy="0.000124563" ixz="-1.06975e-05" iyy="0.000243445" iyz="1.06538e-05" izz="0.000391887"/>
|
| 475 |
+
</inertial>
|
| 476 |
+
<!-- Part link4_2 -->
|
| 477 |
+
<visual>
|
| 478 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 479 |
+
<geometry>
|
| 480 |
+
<mesh filename="assets/link4.stl"/>
|
| 481 |
+
</geometry>
|
| 482 |
+
<material name="arm_link4_L_material">
|
| 483 |
+
<color rgba="0.545098 0.52549 0.419608 1"/>
|
| 484 |
+
</material>
|
| 485 |
+
</visual>
|
| 486 |
+
<collision>
|
| 487 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 488 |
+
<geometry>
|
| 489 |
+
<mesh filename="assets/link4.stl"/>
|
| 490 |
+
</geometry>
|
| 491 |
+
</collision>
|
| 492 |
+
</link>
|
| 493 |
+
<!-- Link arm_link5_L -->
|
| 494 |
+
<link name="arm_link5_L">
|
| 495 |
+
<inertial>
|
| 496 |
+
<origin xyz="3.55003e-05 -0.000825911 -0.0375847" rpy="0 0 0"/>
|
| 497 |
+
<mass value="0.152422"/>
|
| 498 |
+
<inertia ixx="8.30655e-05" ixy="1.32145e-07" ixz="7.9573e-08" iyy="6.84253e-05" iyz="-4.88181e-06" izz="6.96461e-05"/>
|
| 499 |
+
</inertial>
|
| 500 |
+
<!-- Part link5_2 -->
|
| 501 |
+
<visual>
|
| 502 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 0"/>
|
| 503 |
+
<geometry>
|
| 504 |
+
<mesh filename="assets/link5.stl"/>
|
| 505 |
+
</geometry>
|
| 506 |
+
<material name="arm_link5_L_material">
|
| 507 |
+
<color rgba="0.827451 0.623529 0.784314 1"/>
|
| 508 |
+
</material>
|
| 509 |
+
</visual>
|
| 510 |
+
<collision>
|
| 511 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 0"/>
|
| 512 |
+
<geometry>
|
| 513 |
+
<mesh filename="assets/link5.stl"/>
|
| 514 |
+
</geometry>
|
| 515 |
+
</collision>
|
| 516 |
+
</link>
|
| 517 |
+
<!-- Link gripper_L -->
|
| 518 |
+
<link name="gripper_L">
|
| 519 |
+
<inertial>
|
| 520 |
+
<origin xyz="-0.00267181 8.62109e-05 -0.0293133" rpy="0 0 0"/>
|
| 521 |
+
<mass value="0.177713"/>
|
| 522 |
+
<inertia ixx="0.000104382" ixy="-1.75052e-07" ixz="1.55464e-06" iyy="0.000131599" iyz="2.54183e-07" izz="0.000118615"/>
|
| 523 |
+
</inertial>
|
| 524 |
+
<!-- Part gripper_2 -->
|
| 525 |
+
<visual>
|
| 526 |
+
<origin xyz="0.502581 1.20999 0.706597" rpy="1.5708 -0 0"/>
|
| 527 |
+
<geometry>
|
| 528 |
+
<mesh filename="assets/gripper.stl"/>
|
| 529 |
+
</geometry>
|
| 530 |
+
<material name="gripper_L_material">
|
| 531 |
+
<color rgba="0.109804 0.286275 0.0117647 1"/>
|
| 532 |
+
</material>
|
| 533 |
+
</visual>
|
| 534 |
+
<collision>
|
| 535 |
+
<origin xyz="0.502581 1.20999 0.706597" rpy="1.5708 -0 0"/>
|
| 536 |
+
<geometry>
|
| 537 |
+
<mesh filename="assets/gripper.stl"/>
|
| 538 |
+
</geometry>
|
| 539 |
+
</collision>
|
| 540 |
+
</link>
|
| 541 |
+
<!-- Link tip_left_L -->
|
| 542 |
+
<link name="tip_left_L">
|
| 543 |
+
<inertial>
|
| 544 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 545 |
+
<mass value="0.0514225"/>
|
| 546 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 547 |
+
</inertial>
|
| 548 |
+
<!-- Part tip_left_2 -->
|
| 549 |
+
<visual>
|
| 550 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 551 |
+
<geometry>
|
| 552 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 553 |
+
</geometry>
|
| 554 |
+
<material name="tip_left_L_material">
|
| 555 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 556 |
+
</material>
|
| 557 |
+
</visual>
|
| 558 |
+
<collision>
|
| 559 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 560 |
+
<geometry>
|
| 561 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 562 |
+
</geometry>
|
| 563 |
+
</collision>
|
| 564 |
+
</link>
|
| 565 |
+
<!-- Joint from gripper_L to tip_left_L -->
|
| 566 |
+
<joint name="joint7_L" type="prismatic">
|
| 567 |
+
<origin xyz="-0.0048605 0.0226219 -0.0573" rpy="3.14159 -1.5708 0"/>
|
| 568 |
+
<parent link="gripper_L"/>
|
| 569 |
+
<child link="tip_left_L"/>
|
| 570 |
+
<axis xyz="0 0 1"/>
|
| 571 |
+
<limit effort="10" velocity="10" lower="-0" upper="0.0475"/>
|
| 572 |
+
</joint>
|
| 573 |
+
<!-- Link tip_right_L -->
|
| 574 |
+
<link name="tip_right_L">
|
| 575 |
+
<inertial>
|
| 576 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 577 |
+
<mass value="0.0514225"/>
|
| 578 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 579 |
+
</inertial>
|
| 580 |
+
<!-- Part tip_right_2 -->
|
| 581 |
+
<visual>
|
| 582 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 583 |
+
<geometry>
|
| 584 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 585 |
+
</geometry>
|
| 586 |
+
<material name="tip_right_L_material">
|
| 587 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 588 |
+
</material>
|
| 589 |
+
</visual>
|
| 590 |
+
<collision>
|
| 591 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 592 |
+
<geometry>
|
| 593 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 594 |
+
</geometry>
|
| 595 |
+
</collision>
|
| 596 |
+
</link>
|
| 597 |
+
<!-- Joint from gripper_L to tip_right_L -->
|
| 598 |
+
<joint name="joint8_L" type="prismatic">
|
| 599 |
+
<origin xyz="-0.0474844 -0.0223781 -0.0573" rpy="0 -1.5708 0"/>
|
| 600 |
+
<parent link="gripper_L"/>
|
| 601 |
+
<child link="tip_right_L"/>
|
| 602 |
+
<axis xyz="0 0 1"/>
|
| 603 |
+
<limit effort="10" velocity="10" lower="-0.0475" upper="0"/>
|
| 604 |
+
</joint>
|
| 605 |
+
<!-- Joint from arm_link5_L to gripper_L -->
|
| 606 |
+
<joint name="joint6_L" type="revolute">
|
| 607 |
+
<origin xyz="-2.39858e-07 -0.0356 -0.0404996" rpy="-1.5708 0 0"/>
|
| 608 |
+
<parent link="arm_link5_L"/>
|
| 609 |
+
<child link="gripper_L"/>
|
| 610 |
+
<axis xyz="0 0 1"/>
|
| 611 |
+
<limit effort="10" velocity="10" lower="-2.0944" upper="2.0944"/>
|
| 612 |
+
</joint>
|
| 613 |
+
<!-- Joint from arm_link4_L to arm_link5_L -->
|
| 614 |
+
<joint name="joint5_L" type="revolute">
|
| 615 |
+
<origin xyz="-0.0739989 0.0403003 0.0323887" rpy="-1.5708 -1.5708 0"/>
|
| 616 |
+
<parent link="arm_link4_L"/>
|
| 617 |
+
<child link="arm_link5_L"/>
|
| 618 |
+
<axis xyz="0 0 1"/>
|
| 619 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 620 |
+
</joint>
|
| 621 |
+
<!-- Joint from arm_link3_L to arm_link4_L -->
|
| 622 |
+
<joint name="joint4_L" type="revolute">
|
| 623 |
+
<origin xyz="-0.244999 -0.0600003 0.0678" rpy="-3.14159 -0 -0"/>
|
| 624 |
+
<parent link="arm_link3_L"/>
|
| 625 |
+
<child link="arm_link4_L"/>
|
| 626 |
+
<axis xyz="0 0 1"/>
|
| 627 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 628 |
+
</joint>
|
| 629 |
+
<!-- Joint from arm_link2_L to arm_link3_L -->
|
| 630 |
+
<joint name="joint3_L" type="revolute">
|
| 631 |
+
<origin xyz="0.264 -4.08431e-07 0.00205" rpy="-3.14159 -0 -0"/>
|
| 632 |
+
<parent link="arm_link2_L"/>
|
| 633 |
+
<child link="arm_link3_L"/>
|
| 634 |
+
<axis xyz="0 0 1"/>
|
| 635 |
+
<limit effort="10" velocity="10" lower="0" upper="3.14159"/>
|
| 636 |
+
</joint>
|
| 637 |
+
<!-- Joint from arm_link1_L to arm_link2_L -->
|
| 638 |
+
<joint name="joint2_L" type="revolute">
|
| 639 |
+
<origin xyz="0.032471 0.0195056 -0.0394" rpy="-1.5708 -0 -1.5708"/>
|
| 640 |
+
<parent link="arm_link1_L"/>
|
| 641 |
+
<child link="arm_link2_L"/>
|
| 642 |
+
<axis xyz="0 0 1"/>
|
| 643 |
+
<limit effort="10" velocity="10" lower="0" upper="3.14159"/>
|
| 644 |
+
</joint>
|
| 645 |
+
<!-- Joint from arm_base_L to arm_link1_L -->
|
| 646 |
+
<joint name="joint1_L" type="revolute">
|
| 647 |
+
<origin xyz="-0.054 -0 -0.0741" rpy="0 -0 0"/>
|
| 648 |
+
<parent link="arm_base_L"/>
|
| 649 |
+
<child link="arm_link1_L"/>
|
| 650 |
+
<axis xyz="0 0 1"/>
|
| 651 |
+
<limit effort="10" velocity="10" lower="-3.05433" upper="2.61799"/>
|
| 652 |
+
</joint>
|
| 653 |
+
<!-- Joint from lift_link to arm_base_L -->
|
| 654 |
+
<joint name="joint0_L" type="fixed">
|
| 655 |
+
<origin xyz="0.3725 -0.153 0.08075" rpy="-3.14159 0 -0"/>
|
| 656 |
+
<parent link="lift_link"/>
|
| 657 |
+
<child link="arm_base_L"/>
|
| 658 |
+
<axis xyz="0 0 1"/>
|
| 659 |
+
<limit effort="10" velocity="10"/>
|
| 660 |
+
</joint>
|
| 661 |
+
<!-- Joint from base to lift_link -->
|
| 662 |
+
<joint name="lift_joint" type="prismatic">
|
| 663 |
+
<origin xyz="4.49505e-06 -0.0448218 1.04769" rpy="-0 -0 0"/>
|
| 664 |
+
<parent link="base"/>
|
| 665 |
+
<child link="lift_link"/>
|
| 666 |
+
<axis xyz="0 0 1"/>
|
| 667 |
+
<limit effort="10" velocity="10" lower="-0.729187" upper="0.330813"/>
|
| 668 |
+
</joint>
|
| 669 |
+
<!-- Link rr_steer_link -->
|
| 670 |
+
<link name="rr_steer_link">
|
| 671 |
+
<inertial>
|
| 672 |
+
<origin xyz="-0.00784441 -0.0089515 -0.0459111" rpy="0 0 0"/>
|
| 673 |
+
<mass value="0.126847"/>
|
| 674 |
+
<inertia ixx="0.000146383" ixy="-1.16515e-05" ixz="-3.06168e-05" iyy="0.000225514" iyz="-3.22028e-05" izz="0.000145928"/>
|
| 675 |
+
</inertial>
|
| 676 |
+
<!-- Part motor7 -->
|
| 677 |
+
<visual>
|
| 678 |
+
<origin xyz="0.4 0.196 0.011" rpy="0 -0 0"/>
|
| 679 |
+
<geometry>
|
| 680 |
+
<mesh filename="assets/motor7.stl"/>
|
| 681 |
+
</geometry>
|
| 682 |
+
<material name="rr_steer_link_material">
|
| 683 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 684 |
+
</material>
|
| 685 |
+
</visual>
|
| 686 |
+
<collision>
|
| 687 |
+
<origin xyz="0.4 0.196 0.011" rpy="0 -0 0"/>
|
| 688 |
+
<geometry>
|
| 689 |
+
<mesh filename="assets/motor7.stl"/>
|
| 690 |
+
</geometry>
|
| 691 |
+
</collision>
|
| 692 |
+
</link>
|
| 693 |
+
<!-- Link rr_wheel_link -->
|
| 694 |
+
<link name="rr_wheel_link">
|
| 695 |
+
<inertial>
|
| 696 |
+
<origin xyz="-0.00057187 -0.000419672 -0.0228248" rpy="0 0 0"/>
|
| 697 |
+
<mass value="0.298689"/>
|
| 698 |
+
<inertia ixx="0.000204289" ixy="-2.6002e-08" ixz="-5.45511e-07" iyy="0.000204306" iyz="-4.0034e-07" izz="0.000318426"/>
|
| 699 |
+
</inertial>
|
| 700 |
+
<!-- Part motor8 -->
|
| 701 |
+
<visual>
|
| 702 |
+
<origin xyz="0.215293 -0.0865185 -0.42495" rpy="1.5708 1.5708 0"/>
|
| 703 |
+
<geometry>
|
| 704 |
+
<mesh filename="assets/motor8.stl"/>
|
| 705 |
+
</geometry>
|
| 706 |
+
<material name="rr_wheel_link_material">
|
| 707 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 708 |
+
</material>
|
| 709 |
+
</visual>
|
| 710 |
+
<collision>
|
| 711 |
+
<origin xyz="0.215293 -0.0865185 -0.42495" rpy="1.5708 1.5708 0"/>
|
| 712 |
+
<geometry>
|
| 713 |
+
<mesh filename="assets/motor8.stl"/>
|
| 714 |
+
</geometry>
|
| 715 |
+
</collision>
|
| 716 |
+
</link>
|
| 717 |
+
<!-- Joint from rr_steer_link to rr_wheel_link -->
|
| 718 |
+
<joint name="rr_wheel_joint" type="revolute">
|
| 719 |
+
<origin xyz="-0.0249502 -0.02 -0.075" rpy="-1.5708 -0 1.5708"/>
|
| 720 |
+
<parent link="rr_steer_link"/>
|
| 721 |
+
<child link="rr_wheel_link"/>
|
| 722 |
+
<axis xyz="0 0 1"/>
|
| 723 |
+
<limit effort="10" velocity="10" lower="-3.141592653589793" upper="3.141592653589793"/>
|
| 724 |
+
</joint>
|
| 725 |
+
<!-- Joint from base to rr_steer_link -->
|
| 726 |
+
<joint name="rr_steer_joint" type="revolute">
|
| 727 |
+
<origin xyz="-0.2 0.2 -0" rpy="0 -0 3.14159"/>
|
| 728 |
+
<parent link="base"/>
|
| 729 |
+
<child link="rr_steer_link"/>
|
| 730 |
+
<axis xyz="0 0 1"/>
|
| 731 |
+
<limit effort="10" velocity="10" lower="-3.141592653589793" upper="3.141592653589793"/>
|
| 732 |
+
</joint>
|
| 733 |
+
<!-- Link rl_steer_link -->
|
| 734 |
+
<link name="rl_steer_link">
|
| 735 |
+
<inertial>
|
| 736 |
+
<origin xyz="-0.00752959 0.00894046 -0.0457746" rpy="0 0 0"/>
|
| 737 |
+
<mass value="0.124945"/>
|
| 738 |
+
<inertia ixx="0.00014499" ixy="1.16695e-05" ixz="-3.03342e-05" iyy="0.000223675" iyz="3.18852e-05" izz="0.00014469"/>
|
| 739 |
+
</inertial>
|
| 740 |
+
<!-- Part motor1 -->
|
| 741 |
+
<visual>
|
| 742 |
+
<origin xyz="-0 -0.196 0.011" rpy="0 -0 3.14159"/>
|
| 743 |
+
<geometry>
|
| 744 |
+
<mesh filename="assets/motor1.stl"/>
|
| 745 |
+
</geometry>
|
| 746 |
+
<material name="rl_steer_link_material">
|
| 747 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 748 |
+
</material>
|
| 749 |
+
</visual>
|
| 750 |
+
<collision>
|
| 751 |
+
<origin xyz="-0 -0.196 0.011" rpy="0 -0 3.14159"/>
|
| 752 |
+
<geometry>
|
| 753 |
+
<mesh filename="assets/motor1.stl"/>
|
| 754 |
+
</geometry>
|
| 755 |
+
</collision>
|
| 756 |
+
</link>
|
| 757 |
+
<!-- Link rl_wheel_link -->
|
| 758 |
+
<link name="rl_wheel_link">
|
| 759 |
+
<inertial>
|
| 760 |
+
<origin xyz="0 0 -0.0241102" rpy="0 0 0"/>
|
| 761 |
+
<mass value="0.297603"/>
|
| 762 |
+
<inertia ixx="0.000200747" ixy="0" ixz="0" iyy="0.000200747" iyz="0" izz="0.00031015"/>
|
| 763 |
+
</inertial>
|
| 764 |
+
<!-- Part motor2 -->
|
| 765 |
+
<visual>
|
| 766 |
+
<origin xyz="0.216 0.086 -0.0252" rpy="-1.5708 -1.5708 0"/>
|
| 767 |
+
<geometry>
|
| 768 |
+
<mesh filename="assets/motor2.stl"/>
|
| 769 |
+
</geometry>
|
| 770 |
+
<material name="rl_wheel_link_material">
|
| 771 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 772 |
+
</material>
|
| 773 |
+
</visual>
|
| 774 |
+
<collision>
|
| 775 |
+
<origin xyz="0.216 0.086 -0.0252" rpy="-1.5708 -1.5708 0"/>
|
| 776 |
+
<geometry>
|
| 777 |
+
<mesh filename="assets/motor2.stl"/>
|
| 778 |
+
</geometry>
|
| 779 |
+
</collision>
|
| 780 |
+
</link>
|
| 781 |
+
<!-- Joint from rl_steer_link to rl_wheel_link -->
|
| 782 |
+
<joint name="rl_wheel_joint" type="revolute">
|
| 783 |
+
<origin xyz="-0.0252 0.02 -0.075" rpy="1.5708 -0 -1.5708"/>
|
| 784 |
+
<parent link="rl_steer_link"/>
|
| 785 |
+
<child link="rl_wheel_link"/>
|
| 786 |
+
<axis xyz="0 0 1"/>
|
| 787 |
+
<limit effort="10" velocity="10" lower="-3.141592653589793" upper="3.141592653589793"/>
|
| 788 |
+
</joint>
|
| 789 |
+
<!-- Joint from base to rl_steer_link -->
|
| 790 |
+
<joint name="rl_steer_joint" type="revolute">
|
| 791 |
+
<origin xyz="0.2 0.2 -0" rpy="0 -0 0"/>
|
| 792 |
+
<parent link="base"/>
|
| 793 |
+
<child link="rl_steer_link"/>
|
| 794 |
+
<axis xyz="0 0 1"/>
|
| 795 |
+
<limit effort="10" velocity="10" lower="-3.141592653589793" upper="3.141592653589793"/>
|
| 796 |
+
</joint>
|
| 797 |
+
<!-- Link fr_steer_link -->
|
| 798 |
+
<link name="fr_steer_link">
|
| 799 |
+
<inertial>
|
| 800 |
+
<origin xyz="-0.00752959 0.00894047 -0.0457746" rpy="0 0 0"/>
|
| 801 |
+
<mass value="0.124945"/>
|
| 802 |
+
<inertia ixx="0.00014499" ixy="1.16695e-05" ixz="-3.03342e-05" iyy="0.000223675" iyz="3.18852e-05" izz="0.00014469"/>
|
| 803 |
+
</inertial>
|
| 804 |
+
<!-- Part motor5 -->
|
| 805 |
+
<visual>
|
| 806 |
+
<origin xyz="0.4 0.596 0.011" rpy="0 -0 0"/>
|
| 807 |
+
<geometry>
|
| 808 |
+
<mesh filename="assets/motor5.stl"/>
|
| 809 |
+
</geometry>
|
| 810 |
+
<material name="fr_steer_link_material">
|
| 811 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 812 |
+
</material>
|
| 813 |
+
</visual>
|
| 814 |
+
<collision>
|
| 815 |
+
<origin xyz="0.4 0.596 0.011" rpy="0 -0 0"/>
|
| 816 |
+
<geometry>
|
| 817 |
+
<mesh filename="assets/motor5.stl"/>
|
| 818 |
+
</geometry>
|
| 819 |
+
</collision>
|
| 820 |
+
</link>
|
| 821 |
+
<!-- Link fr_wheel_link -->
|
| 822 |
+
<link name="fr_wheel_link">
|
| 823 |
+
<inertial>
|
| 824 |
+
<origin xyz="-0 -0 -0.0241102" rpy="0 0 0"/>
|
| 825 |
+
<mass value="0.297603"/>
|
| 826 |
+
<inertia ixx="0.000200747" ixy="0" ixz="-0" iyy="0.000200747" iyz="0" izz="0.00031015"/>
|
| 827 |
+
</inertial>
|
| 828 |
+
<!-- Part motor6 -->
|
| 829 |
+
<visual>
|
| 830 |
+
<origin xyz="0.576 -0.086 -0.4252" rpy="1.5708 1.5708 0"/>
|
| 831 |
+
<geometry>
|
| 832 |
+
<mesh filename="assets/motor6.stl"/>
|
| 833 |
+
</geometry>
|
| 834 |
+
<material name="fr_wheel_link_material">
|
| 835 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 836 |
+
</material>
|
| 837 |
+
</visual>
|
| 838 |
+
<collision>
|
| 839 |
+
<origin xyz="0.576 -0.086 -0.4252" rpy="1.5708 1.5708 0"/>
|
| 840 |
+
<geometry>
|
| 841 |
+
<mesh filename="assets/motor6.stl"/>
|
| 842 |
+
</geometry>
|
| 843 |
+
</collision>
|
| 844 |
+
</link>
|
| 845 |
+
<!-- Joint from fr_steer_link to fr_wheel_link -->
|
| 846 |
+
<joint name="fr_wheel_joint" type="revolute">
|
| 847 |
+
<origin xyz="-0.0252 0.02 -0.075" rpy="-1.5708 -0 1.5708"/>
|
| 848 |
+
<parent link="fr_steer_link"/>
|
| 849 |
+
<child link="fr_wheel_link"/>
|
| 850 |
+
<axis xyz="0 0 1"/>
|
| 851 |
+
<limit effort="10" velocity="10" lower="-3.141592653589793" upper="3.141592653589793"/>
|
| 852 |
+
</joint>
|
| 853 |
+
<!-- Joint from base to fr_steer_link -->
|
| 854 |
+
<joint name="fr_steer_joint" type="revolute">
|
| 855 |
+
<origin xyz="-0.2 -0.2 0" rpy="0 -0 0"/>
|
| 856 |
+
<parent link="base"/>
|
| 857 |
+
<child link="fr_steer_link"/>
|
| 858 |
+
<axis xyz="0 0 1"/>
|
| 859 |
+
<limit effort="10" velocity="10" lower="-3.141592653589793" upper="3.141592653589793"/>
|
| 860 |
+
</joint>
|
| 861 |
+
<!-- Link fl_steer_link -->
|
| 862 |
+
<link name="fl_steer_link">
|
| 863 |
+
<inertial>
|
| 864 |
+
<origin xyz="0.00784441 0.0089515 -0.0459111" rpy="0 0 0"/>
|
| 865 |
+
<mass value="0.126847"/>
|
| 866 |
+
<inertia ixx="0.000146383" ixy="-1.16515e-05" ixz="3.06168e-05" iyy="0.000225514" iyz="3.22028e-05" izz="0.000145928"/>
|
| 867 |
+
</inertial>
|
| 868 |
+
<!-- Part motor3 -->
|
| 869 |
+
<visual>
|
| 870 |
+
<origin xyz="0 0.596 0.011" rpy="0 -0 0"/>
|
| 871 |
+
<geometry>
|
| 872 |
+
<mesh filename="assets/motor3.stl"/>
|
| 873 |
+
</geometry>
|
| 874 |
+
<material name="fl_steer_link_material">
|
| 875 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 876 |
+
</material>
|
| 877 |
+
</visual>
|
| 878 |
+
<collision>
|
| 879 |
+
<origin xyz="0 0.596 0.011" rpy="0 -0 0"/>
|
| 880 |
+
<geometry>
|
| 881 |
+
<mesh filename="assets/motor3.stl"/>
|
| 882 |
+
</geometry>
|
| 883 |
+
</collision>
|
| 884 |
+
</link>
|
| 885 |
+
<!-- Link fl_wheel_link -->
|
| 886 |
+
<link name="fl_wheel_link">
|
| 887 |
+
<inertial>
|
| 888 |
+
<origin xyz="0.00057187 0.000419672 -0.0228248" rpy="0 0 0"/>
|
| 889 |
+
<mass value="0.298689"/>
|
| 890 |
+
<inertia ixx="0.000204289" ixy="-2.6002e-08" ixz="5.45511e-07" iyy="0.000204306" iyz="4.0034e-07" izz="0.000318426"/>
|
| 891 |
+
</inertial>
|
| 892 |
+
<!-- Part motor4 -->
|
| 893 |
+
<visual>
|
| 894 |
+
<origin xyz="0.576707 0.0865185 -0.0249502" rpy="-1.5708 -1.5708 0"/>
|
| 895 |
+
<geometry>
|
| 896 |
+
<mesh filename="assets/motor4.stl"/>
|
| 897 |
+
</geometry>
|
| 898 |
+
<material name="fl_wheel_link_material">
|
| 899 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 900 |
+
</material>
|
| 901 |
+
</visual>
|
| 902 |
+
<collision>
|
| 903 |
+
<origin xyz="0.576707 0.0865185 -0.0249502" rpy="-1.5708 -1.5708 0"/>
|
| 904 |
+
<geometry>
|
| 905 |
+
<mesh filename="assets/motor4.stl"/>
|
| 906 |
+
</geometry>
|
| 907 |
+
</collision>
|
| 908 |
+
</link>
|
| 909 |
+
<!-- Joint from fl_steer_link to fl_wheel_link -->
|
| 910 |
+
<joint name="fl_wheel_joint" type="revolute">
|
| 911 |
+
<origin xyz="0.0249502 0.02 -0.075" rpy="1.5708 -0 1.5708"/>
|
| 912 |
+
<parent link="fl_steer_link"/>
|
| 913 |
+
<child link="fl_wheel_link"/>
|
| 914 |
+
<axis xyz="0 0 1"/>
|
| 915 |
+
<limit effort="10" velocity="10" lower="-3.141592653589793" upper="3.141592653589793"/>
|
| 916 |
+
</joint>
|
| 917 |
+
<!-- Joint from base to fl_steer_link -->
|
| 918 |
+
<joint name="fl_steer_joint" type="revolute">
|
| 919 |
+
<origin xyz="0.2 -0.2 -0" rpy="0 -0 0"/>
|
| 920 |
+
<parent link="base"/>
|
| 921 |
+
<child link="fl_steer_link"/>
|
| 922 |
+
<axis xyz="0 0 1"/>
|
| 923 |
+
<limit effort="10" velocity="10" lower="-3.141592653589793" upper="3.141592653589793"/>
|
| 924 |
+
</joint>
|
| 925 |
+
</robot>
|
robots/linearbot/linearbot_holobase.urdf
ADDED
|
@@ -0,0 +1,921 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" ?>
|
| 2 |
+
<!-- Generated using onshape-to-robot -->
|
| 3 |
+
<!-- Onshape document_id: a46db25adb1f3ef15157e9fe -->
|
| 4 |
+
<robot name="LinearBot">
|
| 5 |
+
<!-- Holonomic base: virtual joints for x, y, yaw -->
|
| 6 |
+
<!-- <link name="world"/>
|
| 7 |
+
<link name="world_x"/>
|
| 8 |
+
<link name="world_xy"/>
|
| 9 |
+
<joint name="base_x" type="prismatic">
|
| 10 |
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
| 11 |
+
<axis xyz="1 0 0"/>
|
| 12 |
+
<limit effort="5000" lower="-25.0" upper="25.0" velocity="0.5"/>
|
| 13 |
+
<parent link="world"/>
|
| 14 |
+
<child link="world_x"/>
|
| 15 |
+
</joint>
|
| 16 |
+
<joint name="base_y" type="prismatic">
|
| 17 |
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
| 18 |
+
<axis xyz="0 1 0"/>
|
| 19 |
+
<limit effort="5000" lower="-25.0" upper="25.0" velocity="0.5"/>
|
| 20 |
+
<parent link="world_x"/>
|
| 21 |
+
<child link="world_xy"/>
|
| 22 |
+
</joint>
|
| 23 |
+
<joint name="base_theta" type="continuous">
|
| 24 |
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
| 25 |
+
<axis xyz="0 0 1"/>
|
| 26 |
+
<limit effort="287.0" lower="-3.14159" upper="3.14159" velocity="1.0471975512"/>
|
| 27 |
+
<parent link="world_xy"/>
|
| 28 |
+
<child link="base"/>
|
| 29 |
+
</joint> -->
|
| 30 |
+
<!-- END: Holonomic base virtual joints -->
|
| 31 |
+
|
| 32 |
+
<!-- Link base -->
|
| 33 |
+
<link name="base">
|
| 34 |
+
<inertial>
|
| 35 |
+
<origin xyz="-0.000869021 -0.0019276 0.369731" rpy="0 0 0"/>
|
| 36 |
+
<mass value="82.8021"/>
|
| 37 |
+
<inertia ixx="18.335" ixy="0.00396282" ixz="0.083126" iyy="18.1812" iyz="0.09574" izz="2.62218"/>
|
| 38 |
+
</inertial>
|
| 39 |
+
<!-- Part linear_lift -->
|
| 40 |
+
<visual>
|
| 41 |
+
<origin xyz="0.2 0.397678 0.011" rpy="0 0 0"/>
|
| 42 |
+
<geometry>
|
| 43 |
+
<mesh filename="assets/linear_lift.stl"/>
|
| 44 |
+
</geometry>
|
| 45 |
+
<material name="linear_lift_material">
|
| 46 |
+
<color rgba="0.611765 0.658824 0.670588 1"/>
|
| 47 |
+
</material>
|
| 48 |
+
</visual>
|
| 49 |
+
<collision>
|
| 50 |
+
<origin xyz="0.2 0.397678 0.011" rpy="0 0 0"/>
|
| 51 |
+
<geometry>
|
| 52 |
+
<mesh filename="assets/linear_lift.stl"/>
|
| 53 |
+
</geometry>
|
| 54 |
+
</collision>
|
| 55 |
+
<!-- Part linear_cable_cover -->
|
| 56 |
+
<visual>
|
| 57 |
+
<origin xyz="0.2 0.396678 -0.049" rpy="0 0 -0"/>
|
| 58 |
+
<geometry>
|
| 59 |
+
<mesh filename="assets/linear_cable_cover.stl"/>
|
| 60 |
+
</geometry>
|
| 61 |
+
<material name="linear_cable_cover_material">
|
| 62 |
+
<color rgba="0.611765 0.658824 0.670588 1"/>
|
| 63 |
+
</material>
|
| 64 |
+
</visual>
|
| 65 |
+
<collision>
|
| 66 |
+
<origin xyz="0.2 0.396678 -0.049" rpy="0 0 -0"/>
|
| 67 |
+
<geometry>
|
| 68 |
+
<mesh filename="assets/linear_cable_cover.stl"/>
|
| 69 |
+
</geometry>
|
| 70 |
+
</collision>
|
| 71 |
+
<!-- Part base -->
|
| 72 |
+
<visual>
|
| 73 |
+
<origin xyz="0.2 0.396 0.011" rpy="0 -0 0"/>
|
| 74 |
+
<geometry>
|
| 75 |
+
<mesh filename="assets/base.stl"/>
|
| 76 |
+
</geometry>
|
| 77 |
+
<material name="base_material">
|
| 78 |
+
<color rgba="1 0.6 0 1"/>
|
| 79 |
+
</material>
|
| 80 |
+
</visual>
|
| 81 |
+
<collision>
|
| 82 |
+
<origin xyz="0.2 0.396 0.011" rpy="0 -0 0"/>
|
| 83 |
+
<geometry>
|
| 84 |
+
<mesh filename="assets/base.stl"/>
|
| 85 |
+
</geometry>
|
| 86 |
+
</collision>
|
| 87 |
+
</link>
|
| 88 |
+
<!-- Link lift_link -->
|
| 89 |
+
<link name="lift_link">
|
| 90 |
+
<inertial>
|
| 91 |
+
<origin xyz="-0 -0.12333 0.0358393" rpy="0 0 0"/>
|
| 92 |
+
<mass value="3.6"/>
|
| 93 |
+
<inertia ixx="0.0154304" ixy="0" ixz="0" iyy="0.104973" iyz="0.00382801" izz="0.11072"/>
|
| 94 |
+
</inertial>
|
| 95 |
+
<!-- Part linear_lift_holder -->
|
| 96 |
+
<visual>
|
| 97 |
+
<origin xyz="0.200004 0.443 -0.956366" rpy="0 0 -0"/>
|
| 98 |
+
<geometry>
|
| 99 |
+
<mesh filename="assets/linear_lift_holder.stl"/>
|
| 100 |
+
</geometry>
|
| 101 |
+
<material name="lift_link_material">
|
| 102 |
+
<color rgba="1 0.6 0 1"/>
|
| 103 |
+
</material>
|
| 104 |
+
</visual>
|
| 105 |
+
<collision>
|
| 106 |
+
<origin xyz="0.200004 0.443 -0.956366" rpy="0 0 -0"/>
|
| 107 |
+
<geometry>
|
| 108 |
+
<mesh filename="assets/linear_lift_holder.stl"/>
|
| 109 |
+
</geometry>
|
| 110 |
+
</collision>
|
| 111 |
+
</link>
|
| 112 |
+
<!-- Link arm_base_R -->
|
| 113 |
+
<link name="arm_base_R">
|
| 114 |
+
<inertial>
|
| 115 |
+
<origin xyz="0.0540477 -4.80361e-05 -0.0296807" rpy="0 0 0"/>
|
| 116 |
+
<mass value="0.734557"/>
|
| 117 |
+
<inertia ixx="0.000578564" ixy="2.56766e-07" ixz="5.70784e-07" iyy="0.000690499" iyz="-4.182e-08" izz="0.000601653"/>
|
| 118 |
+
</inertial>
|
| 119 |
+
<!-- Part base_2 -->
|
| 120 |
+
<visual>
|
| 121 |
+
<origin xyz="0.559004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 122 |
+
<geometry>
|
| 123 |
+
<mesh filename="assets/base__2.stl"/>
|
| 124 |
+
</geometry>
|
| 125 |
+
<material name="arm_base_R_material">
|
| 126 |
+
<color rgba="0.768627 0.886275 0.952941 1"/>
|
| 127 |
+
</material>
|
| 128 |
+
</visual>
|
| 129 |
+
<collision>
|
| 130 |
+
<origin xyz="0.559004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 131 |
+
<geometry>
|
| 132 |
+
<mesh filename="assets/base__2.stl"/>
|
| 133 |
+
</geometry>
|
| 134 |
+
</collision>
|
| 135 |
+
</link>
|
| 136 |
+
<!-- Link arm_link1_R -->
|
| 137 |
+
<link name="arm_link1_R">
|
| 138 |
+
<inertial>
|
| 139 |
+
<origin xyz="0.00218874 0.00694644 -0.0176252" rpy="0 0 0"/>
|
| 140 |
+
<mass value="0.0623673"/>
|
| 141 |
+
<inertia ixx="2.94549e-05" ixy="-1.86138e-06" ixz="3.46493e-06" iyy="7.77432e-05" iyz="8.30006e-06" izz="7.07232e-05"/>
|
| 142 |
+
</inertial>
|
| 143 |
+
<!-- Part link1 -->
|
| 144 |
+
<visual>
|
| 145 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 0 -0"/>
|
| 146 |
+
<geometry>
|
| 147 |
+
<mesh filename="assets/link1.stl"/>
|
| 148 |
+
</geometry>
|
| 149 |
+
<material name="arm_link1_R_material">
|
| 150 |
+
<color rgba="0.72549 0.45098 0.317647 1"/>
|
| 151 |
+
</material>
|
| 152 |
+
</visual>
|
| 153 |
+
<collision>
|
| 154 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 0 -0"/>
|
| 155 |
+
<geometry>
|
| 156 |
+
<mesh filename="assets/link1.stl"/>
|
| 157 |
+
</geometry>
|
| 158 |
+
</collision>
|
| 159 |
+
</link>
|
| 160 |
+
<!-- Link arm_link2_R -->
|
| 161 |
+
<link name="arm_link2_R">
|
| 162 |
+
<inertial>
|
| 163 |
+
<origin xyz="0.129165 0.000134497 -0.0321253" rpy="0 0 0"/>
|
| 164 |
+
<mass value="0.982664"/>
|
| 165 |
+
<inertia ixx="0.000535177" ixy="-2.89124e-07" ixz="2.09073e-06" iyy="0.00981181" iyz="-6.833e-09" izz="0.00976522"/>
|
| 166 |
+
</inertial>
|
| 167 |
+
<!-- Part link2 -->
|
| 168 |
+
<visual>
|
| 169 |
+
<origin xyz="0.615999 1.14987 -0.537854" rpy="1.5708 1.5708 0"/>
|
| 170 |
+
<geometry>
|
| 171 |
+
<mesh filename="assets/link2.stl"/>
|
| 172 |
+
</geometry>
|
| 173 |
+
<material name="arm_link2_R_material">
|
| 174 |
+
<color rgba="0 0.4 0.6 1"/>
|
| 175 |
+
</material>
|
| 176 |
+
</visual>
|
| 177 |
+
<collision>
|
| 178 |
+
<origin xyz="0.615999 1.14987 -0.537854" rpy="1.5708 1.5708 0"/>
|
| 179 |
+
<geometry>
|
| 180 |
+
<mesh filename="assets/link2.stl"/>
|
| 181 |
+
</geometry>
|
| 182 |
+
</collision>
|
| 183 |
+
</link>
|
| 184 |
+
<!-- Link arm_link3_R -->
|
| 185 |
+
<link name="arm_link3_R">
|
| 186 |
+
<inertial>
|
| 187 |
+
<origin xyz="-0.135083 0.0556042 0.0340514" rpy="0 0 0"/>
|
| 188 |
+
<mass value="0.820846"/>
|
| 189 |
+
<inertia ixx="0.000783297" ixy="0.000535247" ixz="9.18771e-06" iyy="0.0063404" iyz="3.64283e-06" izz="0.00637508"/>
|
| 190 |
+
</inertial>
|
| 191 |
+
<!-- Part link3 -->
|
| 192 |
+
<visual>
|
| 193 |
+
<origin xyz="0.351998 -1.14987 0.539904" rpy="-1.5708 -1.5708 0"/>
|
| 194 |
+
<geometry>
|
| 195 |
+
<mesh filename="assets/link3.stl"/>
|
| 196 |
+
</geometry>
|
| 197 |
+
<material name="arm_link3_R_material">
|
| 198 |
+
<color rgba="0.552941 0.580392 0.203922 1"/>
|
| 199 |
+
</material>
|
| 200 |
+
</visual>
|
| 201 |
+
<collision>
|
| 202 |
+
<origin xyz="0.351998 -1.14987 0.539904" rpy="-1.5708 -1.5708 0"/>
|
| 203 |
+
<geometry>
|
| 204 |
+
<mesh filename="assets/link3.stl"/>
|
| 205 |
+
</geometry>
|
| 206 |
+
</collision>
|
| 207 |
+
</link>
|
| 208 |
+
<!-- Link arm_link4_R -->
|
| 209 |
+
<link name="arm_link4_R">
|
| 210 |
+
<inertial>
|
| 211 |
+
<origin xyz="-0.0570681 0.0543529 0.0332231" rpy="0 0 0"/>
|
| 212 |
+
<mass value="0.231537"/>
|
| 213 |
+
<inertia ixx="0.000309559" ixy="0.000124563" ixz="-1.06975e-05" iyy="0.000243445" iyz="1.06538e-05" izz="0.000391887"/>
|
| 214 |
+
</inertial>
|
| 215 |
+
<!-- Part link4 -->
|
| 216 |
+
<visual>
|
| 217 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 218 |
+
<geometry>
|
| 219 |
+
<mesh filename="assets/link4.stl"/>
|
| 220 |
+
</geometry>
|
| 221 |
+
<material name="arm_link4_R_material">
|
| 222 |
+
<color rgba="0.545098 0.52549 0.419608 1"/>
|
| 223 |
+
</material>
|
| 224 |
+
</visual>
|
| 225 |
+
<collision>
|
| 226 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 227 |
+
<geometry>
|
| 228 |
+
<mesh filename="assets/link4.stl"/>
|
| 229 |
+
</geometry>
|
| 230 |
+
</collision>
|
| 231 |
+
</link>
|
| 232 |
+
<!-- Link arm_link5_R -->
|
| 233 |
+
<link name="arm_link5_R">
|
| 234 |
+
<inertial>
|
| 235 |
+
<origin xyz="3.55003e-05 -0.000825911 -0.0375847" rpy="0 0 0"/>
|
| 236 |
+
<mass value="0.152422"/>
|
| 237 |
+
<inertia ixx="8.30655e-05" ixy="1.32145e-07" ixz="7.9573e-08" iyy="6.84253e-05" iyz="-4.88181e-06" izz="6.96461e-05"/>
|
| 238 |
+
</inertial>
|
| 239 |
+
<!-- Part link5 -->
|
| 240 |
+
<visual>
|
| 241 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 -0"/>
|
| 242 |
+
<geometry>
|
| 243 |
+
<mesh filename="assets/link5.stl"/>
|
| 244 |
+
</geometry>
|
| 245 |
+
<material name="arm_link5_R_material">
|
| 246 |
+
<color rgba="0.827451 0.623529 0.784314 1"/>
|
| 247 |
+
</material>
|
| 248 |
+
</visual>
|
| 249 |
+
<collision>
|
| 250 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 -0"/>
|
| 251 |
+
<geometry>
|
| 252 |
+
<mesh filename="assets/link5.stl"/>
|
| 253 |
+
</geometry>
|
| 254 |
+
</collision>
|
| 255 |
+
</link>
|
| 256 |
+
<!-- Link gripper_R -->
|
| 257 |
+
<link name="gripper_R">
|
| 258 |
+
<inertial>
|
| 259 |
+
<origin xyz="-0.000249372 -3.57061e-05 -0.0293133" rpy="0 0 0"/>
|
| 260 |
+
<mass value="0.177713"/>
|
| 261 |
+
<inertia ixx="0.000104382" ixy="-1.75052e-07" ixz="1.55464e-06" iyy="0.000131599" iyz="2.54183e-07" izz="0.000118615"/>
|
| 262 |
+
</inertial>
|
| 263 |
+
<!-- Part gripper -->
|
| 264 |
+
<visual>
|
| 265 |
+
<origin xyz="0.505003 1.20987 0.706597" rpy="1.5708 0 0"/>
|
| 266 |
+
<geometry>
|
| 267 |
+
<mesh filename="assets/gripper.stl"/>
|
| 268 |
+
</geometry>
|
| 269 |
+
<material name="gripper_R_material">
|
| 270 |
+
<color rgba="0.109804 0.286275 0.0117647 1"/>
|
| 271 |
+
</material>
|
| 272 |
+
</visual>
|
| 273 |
+
<collision>
|
| 274 |
+
<origin xyz="0.505003 1.20987 0.706597" rpy="1.5708 0 0"/>
|
| 275 |
+
<geometry>
|
| 276 |
+
<mesh filename="assets/gripper.stl"/>
|
| 277 |
+
</geometry>
|
| 278 |
+
</collision>
|
| 279 |
+
</link>
|
| 280 |
+
<!-- Link tip_left_R -->
|
| 281 |
+
<link name="tip_left_R">
|
| 282 |
+
<inertial>
|
| 283 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 284 |
+
<mass value="0.0514225"/>
|
| 285 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 286 |
+
</inertial>
|
| 287 |
+
<!-- Part tip_left -->
|
| 288 |
+
<visual>
|
| 289 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 290 |
+
<geometry>
|
| 291 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 292 |
+
</geometry>
|
| 293 |
+
<material name="tip_left_R_material">
|
| 294 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 295 |
+
</material>
|
| 296 |
+
</visual>
|
| 297 |
+
<collision>
|
| 298 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 299 |
+
<geometry>
|
| 300 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 301 |
+
</geometry>
|
| 302 |
+
</collision>
|
| 303 |
+
</link>
|
| 304 |
+
<!-- Joint from gripper_R to tip_left_R -->
|
| 305 |
+
<joint name="joint7_R" type="prismatic">
|
| 306 |
+
<origin xyz="0.0450619 0.0225 -0.0573" rpy="3.14159 -1.5708 0"/>
|
| 307 |
+
<parent link="gripper_R"/>
|
| 308 |
+
<child link="tip_left_R"/>
|
| 309 |
+
<axis xyz="0 0 1"/>
|
| 310 |
+
<limit effort="10" velocity="10" lower="-0.0475" upper="0"/>
|
| 311 |
+
</joint>
|
| 312 |
+
<!-- Link tip_right_R -->
|
| 313 |
+
<link name="tip_right_R">
|
| 314 |
+
<inertial>
|
| 315 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 316 |
+
<mass value="0.0514225"/>
|
| 317 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 318 |
+
</inertial>
|
| 319 |
+
<!-- Part tip_right -->
|
| 320 |
+
<visual>
|
| 321 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 322 |
+
<geometry>
|
| 323 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 324 |
+
</geometry>
|
| 325 |
+
<material name="tip_right_R_material">
|
| 326 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 327 |
+
</material>
|
| 328 |
+
</visual>
|
| 329 |
+
<collision>
|
| 330 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 331 |
+
<geometry>
|
| 332 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 333 |
+
</geometry>
|
| 334 |
+
</collision>
|
| 335 |
+
</link>
|
| 336 |
+
<!-- Joint from gripper_R to tip_right_R -->
|
| 337 |
+
<joint name="joint8_R" type="prismatic">
|
| 338 |
+
<origin xyz="-0.0450619 -0.0225 -0.0573" rpy="-0 -1.5708 0"/>
|
| 339 |
+
<parent link="gripper_R"/>
|
| 340 |
+
<child link="tip_right_R"/>
|
| 341 |
+
<axis xyz="0 0 1"/>
|
| 342 |
+
<limit effort="10" velocity="10" lower="-0.0475" upper="0"/>
|
| 343 |
+
</joint>
|
| 344 |
+
<!-- Joint from arm_link5_R to gripper_R -->
|
| 345 |
+
<joint name="joint6_R" type="revolute">
|
| 346 |
+
<origin xyz="-2.39858e-07 -0.0356 -0.0404996" rpy="-1.5708 -0 0"/>
|
| 347 |
+
<parent link="arm_link5_R"/>
|
| 348 |
+
<child link="gripper_R"/>
|
| 349 |
+
<axis xyz="0 0 1"/>
|
| 350 |
+
<limit effort="10" velocity="10" lower="-2.0944" upper="2.0944"/>
|
| 351 |
+
</joint>
|
| 352 |
+
<!-- Joint from arm_link4_R to arm_link5_R -->
|
| 353 |
+
<joint name="joint5_R" type="revolute">
|
| 354 |
+
<origin xyz="-0.0739989 0.0403003 0.0323887" rpy="-1.5708 -1.5708 0"/>
|
| 355 |
+
<parent link="arm_link4_R"/>
|
| 356 |
+
<child link="arm_link5_R"/>
|
| 357 |
+
<axis xyz="0 0 1"/>
|
| 358 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 359 |
+
</joint>
|
| 360 |
+
<!-- Joint from arm_link3_R to arm_link4_R -->
|
| 361 |
+
<joint name="joint4_R" type="revolute">
|
| 362 |
+
<origin xyz="-0.244999 0.0600003 0.00205" rpy="0 0 0"/>
|
| 363 |
+
<parent link="arm_link3_R"/>
|
| 364 |
+
<child link="arm_link4_R"/>
|
| 365 |
+
<axis xyz="0 0 1"/>
|
| 366 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 367 |
+
</joint>
|
| 368 |
+
<!-- Joint from arm_link2_R to arm_link3_R -->
|
| 369 |
+
<joint name="joint3_R" type="revolute">
|
| 370 |
+
<origin xyz="0.264 4.08431e-07 0.00205" rpy="3.14159 0 0"/>
|
| 371 |
+
<parent link="arm_link2_R"/>
|
| 372 |
+
<child link="arm_link3_R"/>
|
| 373 |
+
<axis xyz="0 0 1"/>
|
| 374 |
+
<limit effort="10" velocity="10" lower="-3.14159" upper="0"/>
|
| 375 |
+
</joint>
|
| 376 |
+
<!-- Joint from arm_link1_R to arm_link2_R -->
|
| 377 |
+
<joint name="joint2_R" type="revolute">
|
| 378 |
+
<origin xyz="-0.033279 0.0195056 -0.0394" rpy="1.5708 0 -1.5708"/>
|
| 379 |
+
<parent link="arm_link1_R"/>
|
| 380 |
+
<child link="arm_link2_R"/>
|
| 381 |
+
<axis xyz="0 0 1"/>
|
| 382 |
+
<limit effort="10" velocity="10" lower="-3.14159" upper="0"/>
|
| 383 |
+
</joint>
|
| 384 |
+
<!-- Joint from arm_base_R to arm_link1_R -->
|
| 385 |
+
<joint name="joint1_R" type="revolute">
|
| 386 |
+
<origin xyz="0.054 0 -0.0741" rpy="-0 0 0"/>
|
| 387 |
+
<parent link="arm_base_R"/>
|
| 388 |
+
<child link="arm_link1_R"/>
|
| 389 |
+
<axis xyz="0 0 1"/>
|
| 390 |
+
<limit effort="10" velocity="10" lower="-3.05433" upper="2.61799"/>
|
| 391 |
+
</joint>
|
| 392 |
+
<!-- Joint from lift_link to arm_base_R -->
|
| 393 |
+
<joint name="joint0_R" type="fixed">
|
| 394 |
+
<origin xyz="-0.3725 -0.153 0.08075" rpy="-3.14159 0 -0"/>
|
| 395 |
+
<parent link="lift_link"/>
|
| 396 |
+
<child link="arm_base_R"/>
|
| 397 |
+
<axis xyz="0 0 1"/>
|
| 398 |
+
<limit effort="10" velocity="10"/>
|
| 399 |
+
</joint>
|
| 400 |
+
<!-- Link arm_base_L -->
|
| 401 |
+
<link name="arm_base_L">
|
| 402 |
+
<inertial>
|
| 403 |
+
<origin xyz="-0.0539523 -4.80361e-05 -0.0296807" rpy="0 0 0"/>
|
| 404 |
+
<mass value="0.734557"/>
|
| 405 |
+
<inertia ixx="0.000578564" ixy="2.56766e-07" ixz="5.70784e-07" iyy="0.000690499" iyz="-4.182e-08" izz="0.000601653"/>
|
| 406 |
+
</inertial>
|
| 407 |
+
<!-- Part base_3 -->
|
| 408 |
+
<visual>
|
| 409 |
+
<origin xyz="0.451004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 410 |
+
<geometry>
|
| 411 |
+
<mesh filename="assets/base__2.stl"/>
|
| 412 |
+
</geometry>
|
| 413 |
+
<material name="arm_base_L_material">
|
| 414 |
+
<color rgba="0.768627 0.886275 0.952941 1"/>
|
| 415 |
+
</material>
|
| 416 |
+
</visual>
|
| 417 |
+
<collision>
|
| 418 |
+
<origin xyz="0.451004 -0.596 1.03637" rpy="-3.14159 -0 0"/>
|
| 419 |
+
<geometry>
|
| 420 |
+
<mesh filename="assets/base__2.stl"/>
|
| 421 |
+
</geometry>
|
| 422 |
+
</collision>
|
| 423 |
+
</link>
|
| 424 |
+
<!-- Link arm_link1_L -->
|
| 425 |
+
<link name="arm_link1_L">
|
| 426 |
+
<inertial>
|
| 427 |
+
<origin xyz="0.00218874 0.00694644 -0.0176252" rpy="0 0 0"/>
|
| 428 |
+
<mass value="0.0623673"/>
|
| 429 |
+
<inertia ixx="2.94549e-05" ixy="-1.86138e-06" ixz="3.46493e-06" iyy="7.77432e-05" iyz="8.30006e-06" izz="7.07232e-05"/>
|
| 430 |
+
</inertial>
|
| 431 |
+
<!-- Part link1_2 -->
|
| 432 |
+
<visual>
|
| 433 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 -0 0"/>
|
| 434 |
+
<geometry>
|
| 435 |
+
<mesh filename="assets/link1.stl"/>
|
| 436 |
+
</geometry>
|
| 437 |
+
<material name="arm_link1_L_material">
|
| 438 |
+
<color rgba="0.72549 0.45098 0.317647 1"/>
|
| 439 |
+
</material>
|
| 440 |
+
</visual>
|
| 441 |
+
<collision>
|
| 442 |
+
<origin xyz="0.504575 -0.596494 1.11047" rpy="-3.14159 -0 0"/>
|
| 443 |
+
<geometry>
|
| 444 |
+
<mesh filename="assets/link1.stl"/>
|
| 445 |
+
</geometry>
|
| 446 |
+
</collision>
|
| 447 |
+
</link>
|
| 448 |
+
<!-- Link arm_link2_L -->
|
| 449 |
+
<link name="arm_link2_L">
|
| 450 |
+
<inertial>
|
| 451 |
+
<origin xyz="0.129165 -0.000134497 -0.0336247" rpy="0 0 0"/>
|
| 452 |
+
<mass value="0.982664"/>
|
| 453 |
+
<inertia ixx="0.000535177" ixy="2.89124e-07" ixz="-2.09073e-06" iyy="0.00981181" iyz="-6.833e-09" izz="0.00976522"/>
|
| 454 |
+
</inertial>
|
| 455 |
+
<!-- Part link2_2 -->
|
| 456 |
+
<visual>
|
| 457 |
+
<origin xyz="0.615999 -1.14987 0.472104" rpy="-1.5708 -1.5708 0"/>
|
| 458 |
+
<geometry>
|
| 459 |
+
<mesh filename="assets/link2.stl"/>
|
| 460 |
+
</geometry>
|
| 461 |
+
<material name="arm_link2_L_material">
|
| 462 |
+
<color rgba="0 0.4 0.6 1"/>
|
| 463 |
+
</material>
|
| 464 |
+
</visual>
|
| 465 |
+
<collision>
|
| 466 |
+
<origin xyz="0.615999 -1.14987 0.472104" rpy="-1.5708 -1.5708 0"/>
|
| 467 |
+
<geometry>
|
| 468 |
+
<mesh filename="assets/link2.stl"/>
|
| 469 |
+
</geometry>
|
| 470 |
+
</collision>
|
| 471 |
+
</link>
|
| 472 |
+
<!-- Link arm_link3_L -->
|
| 473 |
+
<link name="arm_link3_L">
|
| 474 |
+
<inertial>
|
| 475 |
+
<origin xyz="-0.135083 -0.0556042 0.0357986" rpy="0 0 0"/>
|
| 476 |
+
<mass value="0.820846"/>
|
| 477 |
+
<inertia ixx="0.000783297" ixy="-0.000535247" ixz="-9.18771e-06" iyy="0.0063404" iyz="3.64283e-06" izz="0.00637508"/>
|
| 478 |
+
</inertial>
|
| 479 |
+
<!-- Part link3_2 -->
|
| 480 |
+
<visual>
|
| 481 |
+
<origin xyz="0.351998 1.14987 -0.470054" rpy="1.5708 1.5708 0"/>
|
| 482 |
+
<geometry>
|
| 483 |
+
<mesh filename="assets/link3.stl"/>
|
| 484 |
+
</geometry>
|
| 485 |
+
<material name="arm_link3_L_material">
|
| 486 |
+
<color rgba="0.552941 0.580392 0.203922 1"/>
|
| 487 |
+
</material>
|
| 488 |
+
</visual>
|
| 489 |
+
<collision>
|
| 490 |
+
<origin xyz="0.351998 1.14987 -0.470054" rpy="1.5708 1.5708 0"/>
|
| 491 |
+
<geometry>
|
| 492 |
+
<mesh filename="assets/link3.stl"/>
|
| 493 |
+
</geometry>
|
| 494 |
+
</collision>
|
| 495 |
+
</link>
|
| 496 |
+
<!-- Link arm_link4_L -->
|
| 497 |
+
<link name="arm_link4_L">
|
| 498 |
+
<inertial>
|
| 499 |
+
<origin xyz="-0.0570681 0.0543529 0.0332231" rpy="0 0 0"/>
|
| 500 |
+
<mass value="0.231537"/>
|
| 501 |
+
<inertia ixx="0.000309559" ixy="0.000124563" ixz="-1.06975e-05" iyy="0.000243445" iyz="1.06538e-05" izz="0.000391887"/>
|
| 502 |
+
</inertial>
|
| 503 |
+
<!-- Part link4_2 -->
|
| 504 |
+
<visual>
|
| 505 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 506 |
+
<geometry>
|
| 507 |
+
<mesh filename="assets/link4.stl"/>
|
| 508 |
+
</geometry>
|
| 509 |
+
<material name="arm_link4_L_material">
|
| 510 |
+
<color rgba="0.545098 0.52549 0.419608 1"/>
|
| 511 |
+
</material>
|
| 512 |
+
</visual>
|
| 513 |
+
<collision>
|
| 514 |
+
<origin xyz="0.596998 -1.21007 0.537392" rpy="-1.5708 -1.5708 0"/>
|
| 515 |
+
<geometry>
|
| 516 |
+
<mesh filename="assets/link4.stl"/>
|
| 517 |
+
</geometry>
|
| 518 |
+
</collision>
|
| 519 |
+
</link>
|
| 520 |
+
<!-- Link arm_link5_L -->
|
| 521 |
+
<link name="arm_link5_L">
|
| 522 |
+
<inertial>
|
| 523 |
+
<origin xyz="3.55003e-05 -0.000825911 -0.0375847" rpy="0 0 0"/>
|
| 524 |
+
<mass value="0.152422"/>
|
| 525 |
+
<inertia ixx="8.30655e-05" ixy="1.32145e-07" ixz="7.9573e-08" iyy="6.84253e-05" iyz="-4.88181e-06" izz="6.96461e-05"/>
|
| 526 |
+
</inertial>
|
| 527 |
+
<!-- Part link5_2 -->
|
| 528 |
+
<visual>
|
| 529 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 0"/>
|
| 530 |
+
<geometry>
|
| 531 |
+
<mesh filename="assets/link5.stl"/>
|
| 532 |
+
</geometry>
|
| 533 |
+
<material name="arm_link5_L_material">
|
| 534 |
+
<color rgba="0.827451 0.623529 0.784314 1"/>
|
| 535 |
+
</material>
|
| 536 |
+
</visual>
|
| 537 |
+
<collision>
|
| 538 |
+
<origin xyz="0.505003 0.670997 -1.25037" rpy="0 -0 0"/>
|
| 539 |
+
<geometry>
|
| 540 |
+
<mesh filename="assets/link5.stl"/>
|
| 541 |
+
</geometry>
|
| 542 |
+
</collision>
|
| 543 |
+
</link>
|
| 544 |
+
<!-- Link gripper_L -->
|
| 545 |
+
<link name="gripper_L">
|
| 546 |
+
<inertial>
|
| 547 |
+
<origin xyz="-0.00267181 8.62109e-05 -0.0293133" rpy="0 0 0"/>
|
| 548 |
+
<mass value="0.177713"/>
|
| 549 |
+
<inertia ixx="0.000104382" ixy="-1.75052e-07" ixz="1.55464e-06" iyy="0.000131599" iyz="2.54183e-07" izz="0.000118615"/>
|
| 550 |
+
</inertial>
|
| 551 |
+
<!-- Part gripper_2 -->
|
| 552 |
+
<visual>
|
| 553 |
+
<origin xyz="0.502581 1.20999 0.706597" rpy="1.5708 -0 0"/>
|
| 554 |
+
<geometry>
|
| 555 |
+
<mesh filename="assets/gripper.stl"/>
|
| 556 |
+
</geometry>
|
| 557 |
+
<material name="gripper_L_material">
|
| 558 |
+
<color rgba="0.109804 0.286275 0.0117647 1"/>
|
| 559 |
+
</material>
|
| 560 |
+
</visual>
|
| 561 |
+
<collision>
|
| 562 |
+
<origin xyz="0.502581 1.20999 0.706597" rpy="1.5708 -0 0"/>
|
| 563 |
+
<geometry>
|
| 564 |
+
<mesh filename="assets/gripper.stl"/>
|
| 565 |
+
</geometry>
|
| 566 |
+
</collision>
|
| 567 |
+
</link>
|
| 568 |
+
<!-- Link tip_left_L -->
|
| 569 |
+
<link name="tip_left_L">
|
| 570 |
+
<inertial>
|
| 571 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 572 |
+
<mass value="0.0514225"/>
|
| 573 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 574 |
+
</inertial>
|
| 575 |
+
<!-- Part tip_left_2 -->
|
| 576 |
+
<visual>
|
| 577 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 578 |
+
<geometry>
|
| 579 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 580 |
+
</geometry>
|
| 581 |
+
<material name="tip_left_L_material">
|
| 582 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 583 |
+
</material>
|
| 584 |
+
</visual>
|
| 585 |
+
<collision>
|
| 586 |
+
<origin xyz="0.763897 -1.18737 0.459941" rpy="-1.5708 -1.5708 0"/>
|
| 587 |
+
<geometry>
|
| 588 |
+
<mesh filename="assets/tip_left.stl"/>
|
| 589 |
+
</geometry>
|
| 590 |
+
</collision>
|
| 591 |
+
</link>
|
| 592 |
+
<!-- Joint from gripper_L to tip_left_L -->
|
| 593 |
+
<joint name="joint7_L" type="prismatic">
|
| 594 |
+
<origin xyz="-0.0048605 0.0226219 -0.0573" rpy="3.14159 -1.5708 0"/>
|
| 595 |
+
<parent link="gripper_L"/>
|
| 596 |
+
<child link="tip_left_L"/>
|
| 597 |
+
<axis xyz="0 0 1"/>
|
| 598 |
+
<limit effort="10" velocity="10" lower="-0" upper="0.0475"/>
|
| 599 |
+
</joint>
|
| 600 |
+
<!-- Link tip_right_L -->
|
| 601 |
+
<link name="tip_right_L">
|
| 602 |
+
<inertial>
|
| 603 |
+
<origin xyz="-0.0221613 0.0130864 -0.0425915" rpy="0 0 0"/>
|
| 604 |
+
<mass value="0.0514225"/>
|
| 605 |
+
<inertia ixx="3.53036e-05" ixy="7.3833e-06" ixz="-8.42006e-06" iyy="3.79463e-05" iyz="8.16127e-06" izz="3.68153e-05"/>
|
| 606 |
+
</inertial>
|
| 607 |
+
<!-- Part tip_right_2 -->
|
| 608 |
+
<visual>
|
| 609 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 610 |
+
<geometry>
|
| 611 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 612 |
+
</geometry>
|
| 613 |
+
<material name="tip_right_L_material">
|
| 614 |
+
<color rgba="0.596078 0.788235 0.921569 1"/>
|
| 615 |
+
</material>
|
| 616 |
+
</visual>
|
| 617 |
+
<collision>
|
| 618 |
+
<origin xyz="0.763897 1.23237 -0.550065" rpy="1.5708 1.5708 0"/>
|
| 619 |
+
<geometry>
|
| 620 |
+
<mesh filename="assets/tip_right.stl"/>
|
| 621 |
+
</geometry>
|
| 622 |
+
</collision>
|
| 623 |
+
</link>
|
| 624 |
+
<!-- Joint from gripper_L to tip_right_L -->
|
| 625 |
+
<joint name="joint8_L" type="prismatic">
|
| 626 |
+
<origin xyz="-0.0474844 -0.0223781 -0.0573" rpy="0 -1.5708 0"/>
|
| 627 |
+
<parent link="gripper_L"/>
|
| 628 |
+
<child link="tip_right_L"/>
|
| 629 |
+
<axis xyz="0 0 1"/>
|
| 630 |
+
<limit effort="10" velocity="10" lower="-0.0475" upper="0"/>
|
| 631 |
+
</joint>
|
| 632 |
+
<!-- Joint from arm_link5_L to gripper_L -->
|
| 633 |
+
<joint name="joint6_L" type="revolute">
|
| 634 |
+
<origin xyz="-2.39858e-07 -0.0356 -0.0404996" rpy="-1.5708 0 0"/>
|
| 635 |
+
<parent link="arm_link5_L"/>
|
| 636 |
+
<child link="gripper_L"/>
|
| 637 |
+
<axis xyz="0 0 1"/>
|
| 638 |
+
<limit effort="10" velocity="10" lower="-2.0944" upper="2.0944"/>
|
| 639 |
+
</joint>
|
| 640 |
+
<!-- Joint from arm_link4_L to arm_link5_L -->
|
| 641 |
+
<joint name="joint5_L" type="revolute">
|
| 642 |
+
<origin xyz="-0.0739989 0.0403003 0.0323887" rpy="-1.5708 -1.5708 0"/>
|
| 643 |
+
<parent link="arm_link4_L"/>
|
| 644 |
+
<child link="arm_link5_L"/>
|
| 645 |
+
<axis xyz="0 0 1"/>
|
| 646 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 647 |
+
</joint>
|
| 648 |
+
<!-- Joint from arm_link3_L to arm_link4_L -->
|
| 649 |
+
<joint name="joint4_L" type="revolute">
|
| 650 |
+
<origin xyz="-0.244999 -0.0600003 0.0678" rpy="-3.14159 -0 -0"/>
|
| 651 |
+
<parent link="arm_link3_L"/>
|
| 652 |
+
<child link="arm_link4_L"/>
|
| 653 |
+
<axis xyz="0 0 1"/>
|
| 654 |
+
<limit effort="10" velocity="10" lower="-1.5708" upper="1.5708"/>
|
| 655 |
+
</joint>
|
| 656 |
+
<!-- Joint from arm_link2_L to arm_link3_L -->
|
| 657 |
+
<joint name="joint3_L" type="revolute">
|
| 658 |
+
<origin xyz="0.264 -4.08431e-07 0.00205" rpy="-3.14159 -0 -0"/>
|
| 659 |
+
<parent link="arm_link2_L"/>
|
| 660 |
+
<child link="arm_link3_L"/>
|
| 661 |
+
<axis xyz="0 0 1"/>
|
| 662 |
+
<limit effort="10" velocity="10" lower="0" upper="3.14159"/>
|
| 663 |
+
</joint>
|
| 664 |
+
<!-- Joint from arm_link1_L to arm_link2_L -->
|
| 665 |
+
<joint name="joint2_L" type="revolute">
|
| 666 |
+
<origin xyz="0.032471 0.0195056 -0.0394" rpy="-1.5708 -0 -1.5708"/>
|
| 667 |
+
<parent link="arm_link1_L"/>
|
| 668 |
+
<child link="arm_link2_L"/>
|
| 669 |
+
<axis xyz="0 0 1"/>
|
| 670 |
+
<limit effort="10" velocity="10" lower="0" upper="3.14159"/>
|
| 671 |
+
</joint>
|
| 672 |
+
<!-- Joint from arm_base_L to arm_link1_L -->
|
| 673 |
+
<joint name="joint1_L" type="revolute">
|
| 674 |
+
<origin xyz="-0.054 -0 -0.0741" rpy="0 -0 0"/>
|
| 675 |
+
<parent link="arm_base_L"/>
|
| 676 |
+
<child link="arm_link1_L"/>
|
| 677 |
+
<axis xyz="0 0 1"/>
|
| 678 |
+
<limit effort="10" velocity="10" lower="-3.05433" upper="2.61799"/>
|
| 679 |
+
</joint>
|
| 680 |
+
<!-- Joint from lift_link to arm_base_L -->
|
| 681 |
+
<joint name="joint0_L" type="fixed">
|
| 682 |
+
<origin xyz="0.3725 -0.153 0.08075" rpy="-3.14159 0 -0"/>
|
| 683 |
+
<parent link="lift_link"/>
|
| 684 |
+
<child link="arm_base_L"/>
|
| 685 |
+
<axis xyz="0 0 1"/>
|
| 686 |
+
<limit effort="10" velocity="10"/>
|
| 687 |
+
</joint>
|
| 688 |
+
<!-- Joint from base to lift_link -->
|
| 689 |
+
<joint name="lift_joint" type="prismatic">
|
| 690 |
+
<origin xyz="4.49505e-06 -0.0448218 1.04769" rpy="-0 -0 0"/>
|
| 691 |
+
<parent link="base"/>
|
| 692 |
+
<child link="lift_link"/>
|
| 693 |
+
<axis xyz="0 0 1"/>
|
| 694 |
+
<limit effort="10" velocity="10" lower="-0.729187" upper="0.330813"/>
|
| 695 |
+
</joint>
|
| 696 |
+
<!-- Wheel links fixed to base (no DOF, visual/collision only) -->
|
| 697 |
+
<!-- Link rr_steer_link -->
|
| 698 |
+
<link name="rr_steer_link">
|
| 699 |
+
<inertial>
|
| 700 |
+
<origin xyz="-0.00784441 -0.0089515 -0.0459111" rpy="0 0 0"/>
|
| 701 |
+
<mass value="0.126847"/>
|
| 702 |
+
<inertia ixx="0.000146383" ixy="-1.16515e-05" ixz="-3.06168e-05" iyy="0.000225514" iyz="-3.22028e-05" izz="0.000145928"/>
|
| 703 |
+
</inertial>
|
| 704 |
+
<visual>
|
| 705 |
+
<origin xyz="0.4 0.196 0.011" rpy="0 -0 0"/>
|
| 706 |
+
<geometry>
|
| 707 |
+
<mesh filename="assets/motor7.stl"/>
|
| 708 |
+
</geometry>
|
| 709 |
+
<material name="rr_steer_link_material">
|
| 710 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 711 |
+
</material>
|
| 712 |
+
</visual>
|
| 713 |
+
<collision>
|
| 714 |
+
<origin xyz="0.4 0.196 0.011" rpy="0 -0 0"/>
|
| 715 |
+
<geometry>
|
| 716 |
+
<mesh filename="assets/motor7.stl"/>
|
| 717 |
+
</geometry>
|
| 718 |
+
</collision>
|
| 719 |
+
</link>
|
| 720 |
+
<!-- Link rr_wheel_link -->
|
| 721 |
+
<link name="rr_wheel_link">
|
| 722 |
+
<inertial>
|
| 723 |
+
<origin xyz="-0.00057187 -0.000419672 -0.0228248" rpy="0 0 0"/>
|
| 724 |
+
<mass value="0.298689"/>
|
| 725 |
+
<inertia ixx="0.000204289" ixy="-2.6002e-08" ixz="-5.45511e-07" iyy="0.000204306" iyz="-4.0034e-07" izz="0.000318426"/>
|
| 726 |
+
</inertial>
|
| 727 |
+
<visual>
|
| 728 |
+
<origin xyz="0.215293 -0.0865185 -0.42495" rpy="1.5708 1.5708 0"/>
|
| 729 |
+
<geometry>
|
| 730 |
+
<mesh filename="assets/motor8.stl"/>
|
| 731 |
+
</geometry>
|
| 732 |
+
<material name="rr_wheel_link_material">
|
| 733 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 734 |
+
</material>
|
| 735 |
+
</visual>
|
| 736 |
+
<collision>
|
| 737 |
+
<origin xyz="0.215293 -0.0865185 -0.42495" rpy="1.5708 1.5708 0"/>
|
| 738 |
+
<geometry>
|
| 739 |
+
<mesh filename="assets/motor8.stl"/>
|
| 740 |
+
</geometry>
|
| 741 |
+
</collision>
|
| 742 |
+
</link>
|
| 743 |
+
<joint name="rr_steer_joint" type="fixed">
|
| 744 |
+
<origin xyz="-0.2 0.2 -0" rpy="0 -0 3.14159"/>
|
| 745 |
+
<parent link="base"/>
|
| 746 |
+
<child link="rr_steer_link"/>
|
| 747 |
+
</joint>
|
| 748 |
+
<joint name="rr_wheel_joint" type="fixed">
|
| 749 |
+
<origin xyz="-0.0249502 -0.02 -0.075" rpy="-1.5708 -0 1.5708"/>
|
| 750 |
+
<parent link="rr_steer_link"/>
|
| 751 |
+
<child link="rr_wheel_link"/>
|
| 752 |
+
</joint>
|
| 753 |
+
<!-- Link rl_steer_link -->
|
| 754 |
+
<link name="rl_steer_link">
|
| 755 |
+
<inertial>
|
| 756 |
+
<origin xyz="-0.00752959 0.00894046 -0.0457746" rpy="0 0 0"/>
|
| 757 |
+
<mass value="0.124945"/>
|
| 758 |
+
<inertia ixx="0.00014499" ixy="1.16695e-05" ixz="-3.03342e-05" iyy="0.000223675" iyz="3.18852e-05" izz="0.00014469"/>
|
| 759 |
+
</inertial>
|
| 760 |
+
<visual>
|
| 761 |
+
<origin xyz="-0 -0.196 0.011" rpy="0 -0 3.14159"/>
|
| 762 |
+
<geometry>
|
| 763 |
+
<mesh filename="assets/motor1.stl"/>
|
| 764 |
+
</geometry>
|
| 765 |
+
<material name="rl_steer_link_material">
|
| 766 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 767 |
+
</material>
|
| 768 |
+
</visual>
|
| 769 |
+
<collision>
|
| 770 |
+
<origin xyz="-0 -0.196 0.011" rpy="0 -0 3.14159"/>
|
| 771 |
+
<geometry>
|
| 772 |
+
<mesh filename="assets/motor1.stl"/>
|
| 773 |
+
</geometry>
|
| 774 |
+
</collision>
|
| 775 |
+
</link>
|
| 776 |
+
<!-- Link rl_wheel_link -->
|
| 777 |
+
<link name="rl_wheel_link">
|
| 778 |
+
<inertial>
|
| 779 |
+
<origin xyz="0 0 -0.0241102" rpy="0 0 0"/>
|
| 780 |
+
<mass value="0.297603"/>
|
| 781 |
+
<inertia ixx="0.000200747" ixy="0" ixz="0" iyy="0.000200747" iyz="0" izz="0.00031015"/>
|
| 782 |
+
</inertial>
|
| 783 |
+
<visual>
|
| 784 |
+
<origin xyz="0.216 0.086 -0.0252" rpy="-1.5708 -1.5708 0"/>
|
| 785 |
+
<geometry>
|
| 786 |
+
<mesh filename="assets/motor2.stl"/>
|
| 787 |
+
</geometry>
|
| 788 |
+
<material name="rl_wheel_link_material">
|
| 789 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 790 |
+
</material>
|
| 791 |
+
</visual>
|
| 792 |
+
<collision>
|
| 793 |
+
<origin xyz="0.216 0.086 -0.0252" rpy="-1.5708 -1.5708 0"/>
|
| 794 |
+
<geometry>
|
| 795 |
+
<mesh filename="assets/motor2.stl"/>
|
| 796 |
+
</geometry>
|
| 797 |
+
</collision>
|
| 798 |
+
</link>
|
| 799 |
+
<joint name="rl_steer_joint" type="fixed">
|
| 800 |
+
<origin xyz="0.2 0.2 -0" rpy="0 -0 0"/>
|
| 801 |
+
<parent link="base"/>
|
| 802 |
+
<child link="rl_steer_link"/>
|
| 803 |
+
</joint>
|
| 804 |
+
<joint name="rl_wheel_joint" type="fixed">
|
| 805 |
+
<origin xyz="-0.0252 0.02 -0.075" rpy="1.5708 -0 -1.5708"/>
|
| 806 |
+
<parent link="rl_steer_link"/>
|
| 807 |
+
<child link="rl_wheel_link"/>
|
| 808 |
+
</joint>
|
| 809 |
+
<!-- Link fr_steer_link -->
|
| 810 |
+
<link name="fr_steer_link">
|
| 811 |
+
<inertial>
|
| 812 |
+
<origin xyz="-0.00752959 0.00894047 -0.0457746" rpy="0 0 0"/>
|
| 813 |
+
<mass value="0.124945"/>
|
| 814 |
+
<inertia ixx="0.00014499" ixy="1.16695e-05" ixz="-3.03342e-05" iyy="0.000223675" iyz="3.18852e-05" izz="0.00014469"/>
|
| 815 |
+
</inertial>
|
| 816 |
+
<visual>
|
| 817 |
+
<origin xyz="0.4 0.596 0.011" rpy="0 -0 0"/>
|
| 818 |
+
<geometry>
|
| 819 |
+
<mesh filename="assets/motor5.stl"/>
|
| 820 |
+
</geometry>
|
| 821 |
+
<material name="fr_steer_link_material">
|
| 822 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 823 |
+
</material>
|
| 824 |
+
</visual>
|
| 825 |
+
<collision>
|
| 826 |
+
<origin xyz="0.4 0.596 0.011" rpy="0 -0 0"/>
|
| 827 |
+
<geometry>
|
| 828 |
+
<mesh filename="assets/motor5.stl"/>
|
| 829 |
+
</geometry>
|
| 830 |
+
</collision>
|
| 831 |
+
</link>
|
| 832 |
+
<!-- Link fr_wheel_link -->
|
| 833 |
+
<link name="fr_wheel_link">
|
| 834 |
+
<inertial>
|
| 835 |
+
<origin xyz="-0 -0 -0.0241102" rpy="0 0 0"/>
|
| 836 |
+
<mass value="0.297603"/>
|
| 837 |
+
<inertia ixx="0.000200747" ixy="0" ixz="-0" iyy="0.000200747" iyz="0" izz="0.00031015"/>
|
| 838 |
+
</inertial>
|
| 839 |
+
<visual>
|
| 840 |
+
<origin xyz="0.576 -0.086 -0.4252" rpy="1.5708 1.5708 0"/>
|
| 841 |
+
<geometry>
|
| 842 |
+
<mesh filename="assets/motor6.stl"/>
|
| 843 |
+
</geometry>
|
| 844 |
+
<material name="fr_wheel_link_material">
|
| 845 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 846 |
+
</material>
|
| 847 |
+
</visual>
|
| 848 |
+
<collision>
|
| 849 |
+
<origin xyz="0.576 -0.086 -0.4252" rpy="1.5708 1.5708 0"/>
|
| 850 |
+
<geometry>
|
| 851 |
+
<mesh filename="assets/motor6.stl"/>
|
| 852 |
+
</geometry>
|
| 853 |
+
</collision>
|
| 854 |
+
</link>
|
| 855 |
+
<joint name="fr_steer_joint" type="fixed">
|
| 856 |
+
<origin xyz="-0.2 -0.2 0" rpy="0 -0 0"/>
|
| 857 |
+
<parent link="base"/>
|
| 858 |
+
<child link="fr_steer_link"/>
|
| 859 |
+
</joint>
|
| 860 |
+
<joint name="fr_wheel_joint" type="fixed">
|
| 861 |
+
<origin xyz="-0.0252 0.02 -0.075" rpy="-1.5708 -0 1.5708"/>
|
| 862 |
+
<parent link="fr_steer_link"/>
|
| 863 |
+
<child link="fr_wheel_link"/>
|
| 864 |
+
</joint>
|
| 865 |
+
<!-- Link fl_steer_link -->
|
| 866 |
+
<link name="fl_steer_link">
|
| 867 |
+
<inertial>
|
| 868 |
+
<origin xyz="0.00784441 0.0089515 -0.0459111" rpy="0 0 0"/>
|
| 869 |
+
<mass value="0.126847"/>
|
| 870 |
+
<inertia ixx="0.000146383" ixy="-1.16515e-05" ixz="3.06168e-05" iyy="0.000225514" iyz="3.22028e-05" izz="0.000145928"/>
|
| 871 |
+
</inertial>
|
| 872 |
+
<visual>
|
| 873 |
+
<origin xyz="0 0.596 0.011" rpy="0 -0 0"/>
|
| 874 |
+
<geometry>
|
| 875 |
+
<mesh filename="assets/motor3.stl"/>
|
| 876 |
+
</geometry>
|
| 877 |
+
<material name="fl_steer_link_material">
|
| 878 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 879 |
+
</material>
|
| 880 |
+
</visual>
|
| 881 |
+
<collision>
|
| 882 |
+
<origin xyz="0 0.596 0.011" rpy="0 -0 0"/>
|
| 883 |
+
<geometry>
|
| 884 |
+
<mesh filename="assets/motor3.stl"/>
|
| 885 |
+
</geometry>
|
| 886 |
+
</collision>
|
| 887 |
+
</link>
|
| 888 |
+
<!-- Link fl_wheel_link -->
|
| 889 |
+
<link name="fl_wheel_link">
|
| 890 |
+
<inertial>
|
| 891 |
+
<origin xyz="0.00057187 0.000419672 -0.0228248" rpy="0 0 0"/>
|
| 892 |
+
<mass value="0.298689"/>
|
| 893 |
+
<inertia ixx="0.000204289" ixy="-2.6002e-08" ixz="5.45511e-07" iyy="0.000204306" iyz="4.0034e-07" izz="0.000318426"/>
|
| 894 |
+
</inertial>
|
| 895 |
+
<visual>
|
| 896 |
+
<origin xyz="0.576707 0.0865185 -0.0249502" rpy="-1.5708 -1.5708 0"/>
|
| 897 |
+
<geometry>
|
| 898 |
+
<mesh filename="assets/motor4.stl"/>
|
| 899 |
+
</geometry>
|
| 900 |
+
<material name="fl_wheel_link_material">
|
| 901 |
+
<color rgba="0.298039 0.298039 0.298039 1"/>
|
| 902 |
+
</material>
|
| 903 |
+
</visual>
|
| 904 |
+
<collision>
|
| 905 |
+
<origin xyz="0.576707 0.0865185 -0.0249502" rpy="-1.5708 -1.5708 0"/>
|
| 906 |
+
<geometry>
|
| 907 |
+
<mesh filename="assets/motor4.stl"/>
|
| 908 |
+
</geometry>
|
| 909 |
+
</collision>
|
| 910 |
+
</link>
|
| 911 |
+
<joint name="fl_steer_joint" type="fixed">
|
| 912 |
+
<origin xyz="0.2 -0.2 -0" rpy="0 -0 0"/>
|
| 913 |
+
<parent link="base"/>
|
| 914 |
+
<child link="fl_steer_link"/>
|
| 915 |
+
</joint>
|
| 916 |
+
<joint name="fl_wheel_joint" type="fixed">
|
| 917 |
+
<origin xyz="0.0249502 0.02 -0.075" rpy="1.5708 -0 1.5708"/>
|
| 918 |
+
<parent link="fl_steer_link"/>
|
| 919 |
+
<child link="fl_wheel_link"/>
|
| 920 |
+
</joint>
|
| 921 |
+
</robot>
|
robots/linearbot/linearbot_holobase.xml
ADDED
|
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<mujoco model="LinearBot">
|
| 2 |
+
<compiler angle="radian" autolimits="true" eulerseq="xyz" meshdir="assets/"/>
|
| 3 |
+
|
| 4 |
+
<default>
|
| 5 |
+
<joint armature="10" damping="50"/>
|
| 6 |
+
<material specular="0.5" shininess="0.25" />
|
| 7 |
+
<motor ctrllimited="true" ctrlrange="-100 100" />
|
| 8 |
+
<velocity ctrllimited="true" />
|
| 9 |
+
<position ctrllimited="true" kp="4000" kv="400" />
|
| 10 |
+
<default class="visual">
|
| 11 |
+
<geom group="2" type="mesh" contype="0" conaffinity="0" />
|
| 12 |
+
</default>
|
| 13 |
+
<default class="collision">
|
| 14 |
+
<geom group="3" type="mesh" contype="1" conaffinity="15" />
|
| 15 |
+
</default>
|
| 16 |
+
<default class="in-model-collision">
|
| 17 |
+
<geom group="2" contype="0" conaffinity="0" rgba="0.3 0 0 0.0" />
|
| 18 |
+
</default>
|
| 19 |
+
</default>
|
| 20 |
+
|
| 21 |
+
<asset>
|
| 22 |
+
<mesh name="linear_lift" content_type="model/stl" file="linear_lift.stl"/>
|
| 23 |
+
<mesh name="linear_cable_cover" content_type="model/stl" file="linear_cable_cover.stl"/>
|
| 24 |
+
<mesh name="base" content_type="model/stl" file="base.stl"/>
|
| 25 |
+
<mesh name="linear_lift_holder" content_type="model/stl" file="linear_lift_holder.stl"/>
|
| 26 |
+
<mesh name="base__2" content_type="model/stl" file="base__2.stl"/>
|
| 27 |
+
<mesh name="link1" content_type="model/stl" file="link1.stl"/>
|
| 28 |
+
<mesh name="link2" content_type="model/stl" file="link2.stl"/>
|
| 29 |
+
<mesh name="link3" content_type="model/stl" file="link3.stl"/>
|
| 30 |
+
<mesh name="link4" content_type="model/stl" file="link4.stl"/>
|
| 31 |
+
<mesh name="link5" content_type="model/stl" file="link5.stl"/>
|
| 32 |
+
<mesh name="gripper" content_type="model/stl" file="gripper.stl"/>
|
| 33 |
+
<mesh name="tip_left" content_type="model/stl" file="tip_left.stl"/>
|
| 34 |
+
<mesh name="tip_right" content_type="model/stl" file="tip_right.stl"/>
|
| 35 |
+
<mesh name="motor7" content_type="model/stl" file="motor7.stl"/>
|
| 36 |
+
<mesh name="motor8" content_type="model/stl" file="motor8.stl"/>
|
| 37 |
+
<mesh name="motor1" content_type="model/stl" file="motor1.stl"/>
|
| 38 |
+
<mesh name="motor2" content_type="model/stl" file="motor2.stl"/>
|
| 39 |
+
<mesh name="motor5" content_type="model/stl" file="motor5.stl"/>
|
| 40 |
+
<mesh name="motor6" content_type="model/stl" file="motor6.stl"/>
|
| 41 |
+
<mesh name="motor3" content_type="model/stl" file="motor3.stl"/>
|
| 42 |
+
<mesh name="motor4" content_type="model/stl" file="motor4.stl"/>
|
| 43 |
+
</asset>
|
| 44 |
+
|
| 45 |
+
<worldbody>
|
| 46 |
+
|
| 47 |
+
<!-- Add mocap bodies to viz and debug stuff -->
|
| 48 |
+
<body name="target_ee_pose_right" mocap="true" >
|
| 49 |
+
<site name="target_ee_pose_right" pos="0 0 0" type="box" size=".05 .05 .05" rgba="0 0 1 0.3" group="1"/>
|
| 50 |
+
</body>
|
| 51 |
+
<body name="target_ee_pose_left" mocap="true">
|
| 52 |
+
<site name="target_ee_pose_left" pos="0 0 0" type="box" size=".05 .05 .05" rgba="1 0 0 0.3" group="1"/>
|
| 53 |
+
</body>
|
| 54 |
+
<body name="target_base_pose" mocap="true">
|
| 55 |
+
<site name="target_base_pose" pos="0 0 0" type="box" size=".05 .05 .05" rgba="0 1 0 0.3" group="1"/>
|
| 56 |
+
</body>
|
| 57 |
+
|
| 58 |
+
<site name="robot_0/world" pos="0 0 0.005" quat="1 0 0 0"/>
|
| 59 |
+
<body name="robot_0/base" pos="0 0 0" quat="1 0 0 0">
|
| 60 |
+
|
| 61 |
+
<site name="robot_0/base_site" pos="0 0 0" quat="1 0 0 0"/>
|
| 62 |
+
|
| 63 |
+
<!-- Virtual holonomic base joints -->
|
| 64 |
+
<joint name="robot_0/base_x" type="slide" axis="1 0 0" range="-25 25"/>
|
| 65 |
+
<joint name="robot_0/base_y" type="slide" axis="0 1 0" range="-25 25"/>
|
| 66 |
+
<joint name="robot_0/base_theta" type="hinge" axis="0 0 1"/>
|
| 67 |
+
|
| 68 |
+
<geom pos="0.2 0.397678 0.011" type="mesh" rgba="0.611765 0.658824 0.670588 1" mesh="linear_lift"/>
|
| 69 |
+
<geom pos="0.2 0.396678 -0.049" quat="1 0 0 0" type="mesh" rgba="0.611765 0.658824 0.670588 1" mesh="linear_cable_cover"/>
|
| 70 |
+
<geom pos="0.2 0.396 0.011" quat="1 0 0 0" type="mesh" rgba="1 0.6 0 1" mesh="base"/>
|
| 71 |
+
<geom pos="-0.600001 0.00400106 0.011" quat="1.32679e-06 0 0 1" type="mesh" rgba="0.298039 0.298039 0.298039 1" mesh="motor7"/>
|
| 72 |
+
<geom pos="-0.599999 0.0047065 0.0115201" quat="1.32679e-06 1.8366e-06 1.83661e-06 1" type="mesh" rgba="0.298039 0.298039 0.298039 1" mesh="motor8"/>
|
| 73 |
+
<geom pos="0.2 0.004 0.011" quat="1.32679e-06 0 0 1" type="mesh" rgba="0.298039 0.298039 0.298039 1" mesh="motor1"/>
|
| 74 |
+
<geom pos="0.199999 0.00399991 0.0110001" quat="-3.6732e-06 1.83661e-06 1.8366e-06 -1" type="mesh" rgba="0.298039 0.298039 0.298039 1" mesh="motor2"/>
|
| 75 |
+
<geom pos="0.2 0.396 0.011" quat="1 0 0 0" type="mesh" rgba="0.298039 0.298039 0.298039 1" mesh="motor5"/>
|
| 76 |
+
<geom pos="0.199998 0.396002 0.0110016" quat="1 1.83661e-06 -1.8366e-06 3.37305e-12" type="mesh" rgba="0.298039 0.298039 0.298039 1" mesh="motor6"/>
|
| 77 |
+
<geom pos="0.2 0.396 0.011" quat="1 0 0 0" type="mesh" rgba="0.298039 0.298039 0.298039 1" mesh="motor3"/>
|
| 78 |
+
<geom pos="0.199998 0.396707 0.0115186" quat="1 -1.83661e-06 1.8366e-06 3.37312e-12" type="mesh" rgba="0.298039 0.298039 0.298039 1" mesh="motor4"/>
|
| 79 |
+
|
| 80 |
+
<body name="robot_0/lift_link" pos="4.49505e-06 -0.0448218 1.04769">
|
| 81 |
+
<inertial pos="0.0223139 -0.0876724 -0.028056" quat="0.590086 0.549625 -0.342717 0.48193" mass="5.06911" diaginertia="0.354216 0.282378 0.159648"/>
|
| 82 |
+
<joint name="robot_0/lift_joint" pos="0 0 0" axis="0 0 1" type="slide" range="-0.729187 0.330813"/>
|
| 83 |
+
<geom pos="0.200004 0.443 -0.956366" quat="1 0 0 0" type="mesh" rgba="1 0.6 0 1" mesh="linear_lift_holder"/>
|
| 84 |
+
<geom pos="0.186504 0.443003 -0.955618" quat="-1 -2.65359e-06 0 0" type="mesh" rgba="0.768627 0.886275 0.952941 1" mesh="base__2"/>
|
| 85 |
+
<geom pos="0.823504 0.443003 -0.955618" quat="-1 -2.65359e-06 0 0" type="mesh" rgba="0.768627 0.886275 0.952941 1" mesh="base__2"/>
|
| 86 |
+
<body name="robot_0/arm_link1_R" pos="-0.3185 -0.153 0.15485" quat="1.32679e-06 -1 0 0">
|
| 87 |
+
<inertial pos="0.00218874 0.00694644 -0.0176252" quat="0.300985 0.642522 0.365839 0.602274" mass="0.0623673" diaginertia="8.32474e-05 6.56452e-05 2.90287e-05"/>
|
| 88 |
+
<joint name="robot_0/joint1_R" pos="0 0 0" axis="0 0 1" range="-3.05433 2.61799"/>
|
| 89 |
+
<geom pos="0.504575 -0.596494 1.11047" quat="1.32679e-06 -1 0 0" type="mesh" rgba="0.72549 0.45098 0.317647 1" mesh="link1"/>
|
| 90 |
+
<body name="robot_0/arm_link2_R" pos="-0.033279 0.0195056 -0.0394" quat="0.499998 0.5 -0.500002 -0.5">
|
| 91 |
+
<inertial pos="0.129165 0.000134497 -0.0321253" quat="0.499973 0.500012 0.500101 0.499914" mass="0.982664" diaginertia="0.00981181 0.00976522 0.000535177"/>
|
| 92 |
+
<joint name="robot_0/joint2_R" pos="0 0 0" axis="0 0 1" range="-3.14159 0"/>
|
| 93 |
+
<geom pos="0.615999 1.14987 -0.537854" quat="0.499998 0.5 0.5 -0.500002" type="mesh" rgba="0 0.4 0.6 1" mesh="link2"/>
|
| 94 |
+
<body name="robot_0/arm_link3_R" pos="0.264 4.08431e-07 0.00205" quat="1.32679e-06 1 0 0">
|
| 95 |
+
<inertial pos="-0.135083 0.0556042 0.0340514" quat="0.45919 0.579096 0.406728 0.536996" mass="0.820846" diaginertia="0.00639264 0.00637394 0.000732199"/>
|
| 96 |
+
<joint name="robot_0/joint3_R" pos="0 0 0" axis="0 0 1" range="-3.14159 0"/>
|
| 97 |
+
<geom pos="0.351998 -1.14987 0.539904" quat="0.499998 -0.5 -0.5 -0.500002" type="mesh" rgba="0.552941 0.580392 0.203922 1" mesh="link3"/>
|
| 98 |
+
<body name="robot_0/arm_link4_R" pos="-0.244999 0.0600003 0.00205">
|
| 99 |
+
<inertial pos="-0.0570681 0.0543529 0.0332231" quat="0.705362 0.629967 0.26958 0.181474" mass="0.231537" diaginertia="0.000405681 0.000392496 0.000146714"/>
|
| 100 |
+
<joint name="robot_0/joint4_R" pos="0 0 0" axis="0 0 1" range="-1.5708 1.5708"/>
|
| 101 |
+
<geom pos="0.596998 -1.21007 0.537392" quat="0.499998 -0.5 -0.5 -0.500002" type="mesh" rgba="0.545098 0.52549 0.419608 1" mesh="link4"/>
|
| 102 |
+
<body name="robot_0/arm_link5_R" pos="-0.0739989 0.0403003 0.0323887" quat="0.499998 -0.5 -0.5 -0.500002">
|
| 103 |
+
<inertial pos="3.55003e-05 -0.000825911 -0.0375847" quat="0.411236 0.911519 0.00303656 0.00302174" mass="0.152422" diaginertia="8.30668e-05 7.39554e-05 6.41147e-05"/>
|
| 104 |
+
<joint name="robot_0/joint5_R" pos="0 0 0" axis="0 0 1" range="-1.5708 1.5708"/>
|
| 105 |
+
<geom pos="0.505003 0.670997 -1.25037" type="mesh" rgba="0.827451 0.623529 0.784314 1" mesh="link5"/>
|
| 106 |
+
<body name="robot_0/gripper_R" pos="-2.39858e-07 -0.0356 -0.0404996" quat="0.707105 -0.707108 0 0">
|
| 107 |
+
<inertial pos="-0.000249372 -3.57061e-05 -0.0293133" quat="0.466092 0.52923 0.523105 0.478577" mass="0.177713" diaginertia="0.000131605 0.000118779 0.000104213"/>
|
| 108 |
+
<joint name="robot_0/joint6_R" pos="0 0 0" axis="0 0 1" range="-2.0944 2.0944"/>
|
| 109 |
+
<geom pos="0.505003 1.20987 0.706597" quat="0.707105 0.707108 0 0" type="mesh" rgba="0.109804 0.286275 0.0117647 1" mesh="gripper"/>
|
| 110 |
+
<body name="robot_0/tip_left_R" pos="0.0450619 0.0225 -0.0573" quat="9.38184e-07 0.707105 -9.38187e-07 0.707108">
|
| 111 |
+
<inertial pos="-0.0221613 0.0130864 -0.0425915" quat="0.48353 0.449517 -0.0676559 0.748034" mass="0.0514225" diaginertia="4.56066e-05 4.38105e-05 2.06481e-05"/>
|
| 112 |
+
<joint name="robot_0/joint7_R" pos="0 0 0" axis="0 0 1" type="slide" range="-0.0475 0"/>
|
| 113 |
+
<geom pos="0.763897 -1.18737 0.459941" quat="0.499998 -0.5 -0.5 -0.500002" type="mesh" rgba="0.596078 0.788235 0.921569 1" mesh="tip_left"/>
|
| 114 |
+
</body>
|
| 115 |
+
<body name="robot_0/tip_right_R" pos="-0.0450619 -0.0225 -0.0573" quat="0.707105 0 -0.707108 0">
|
| 116 |
+
<inertial pos="-0.0221613 0.0130864 -0.0425915" quat="0.48353 0.449517 -0.0676559 0.748034" mass="0.0514225" diaginertia="4.56066e-05 4.38105e-05 2.06481e-05"/>
|
| 117 |
+
<joint name="robot_0/joint8_R" pos="0 0 0" axis="0 0 1" type="slide" range="-0.0475 0"/>
|
| 118 |
+
<geom pos="0.763897 1.23237 -0.550065" quat="0.499998 0.5 0.5 -0.500002" type="mesh" rgba="0.596078 0.788235 0.921569 1" mesh="tip_right"/>
|
| 119 |
+
</body>
|
| 120 |
+
</body>
|
| 121 |
+
</body>
|
| 122 |
+
</body>
|
| 123 |
+
</body>
|
| 124 |
+
</body>
|
| 125 |
+
</body>
|
| 126 |
+
<body name="robot_0/arm_link1_L" pos="0.3185 -0.153 0.15485" quat="1.32679e-06 -1 0 0">
|
| 127 |
+
<inertial pos="0.00218874 0.00694644 -0.0176252" quat="0.300985 0.642522 0.365839 0.602274" mass="0.0623673" diaginertia="8.32474e-05 6.56452e-05 2.90287e-05"/>
|
| 128 |
+
<joint name="robot_0/joint1_L" pos="0 0 0" axis="0 0 1" range="-3.05433 2.61799"/>
|
| 129 |
+
<geom pos="0.504575 -0.596494 1.11047" quat="1.32679e-06 -1 0 0" type="mesh" rgba="0.72549 0.45098 0.317647 1" mesh="link1"/>
|
| 130 |
+
<body name="robot_0/arm_link2_L" pos="0.032471 0.0195056 -0.0394" quat="0.499998 -0.5 0.500002 -0.5">
|
| 131 |
+
<inertial pos="0.129165 -0.000134497 -0.0336247" quat="0.500101 0.499914 0.499973 0.500012" mass="0.982664" diaginertia="0.00981181 0.00976522 0.000535177"/>
|
| 132 |
+
<joint name="robot_0/joint2_L" pos="0 0 0" axis="0 0 1" range="0 3.14159"/>
|
| 133 |
+
<geom pos="0.615999 -1.14987 0.472104" quat="0.499998 -0.5 -0.5 -0.500002" type="mesh" rgba="0 0.4 0.6 1" mesh="link2"/>
|
| 134 |
+
<body name="robot_0/arm_link3_L" pos="0.264 -4.08431e-07 0.00205" quat="1.32679e-06 -1 0 0">
|
| 135 |
+
<inertial pos="-0.135083 -0.0556042 0.0357986" quat="0.406728 0.536996 0.45919 0.579096" mass="0.820846" diaginertia="0.00639264 0.00637394 0.000732199"/>
|
| 136 |
+
<joint name="robot_0/joint3_L" pos="0 0 0" axis="0 0 1" range="0 3.14159"/>
|
| 137 |
+
<geom pos="0.351998 1.14987 -0.470054" quat="0.499998 0.5 0.5 -0.500002" type="mesh" rgba="0.552941 0.580392 0.203922 1" mesh="link3"/>
|
| 138 |
+
<body name="robot_0/arm_link4_L" pos="-0.244999 -0.0600003 0.0678" quat="1.32679e-06 -1 0 0">
|
| 139 |
+
<inertial pos="-0.0570681 0.0543529 0.0332231" quat="0.705362 0.629967 0.26958 0.181474" mass="0.231537" diaginertia="0.000405681 0.000392496 0.000146714"/>
|
| 140 |
+
<joint name="robot_0/joint4_L" pos="0 0 0" axis="0 0 1" range="-1.5708 1.5708"/>
|
| 141 |
+
<geom pos="0.596998 -1.21007 0.537392" quat="0.499998 -0.5 -0.5 -0.500002" type="mesh" rgba="0.545098 0.52549 0.419608 1" mesh="link4"/>
|
| 142 |
+
<body name="robot_0/arm_link5_L" pos="-0.0739989 0.0403003 0.0323887" quat="0.499998 -0.5 -0.5 -0.500002">
|
| 143 |
+
<inertial pos="3.55003e-05 -0.000825911 -0.0375847" quat="0.411236 0.911519 0.00303656 0.00302174" mass="0.152422" diaginertia="8.30668e-05 7.39554e-05 6.41147e-05"/>
|
| 144 |
+
<joint name="robot_0/joint5_L" pos="0 0 0" axis="0 0 1" range="-1.5708 1.5708"/>
|
| 145 |
+
<geom pos="0.505003 0.670997 -1.25037" type="mesh" rgba="0.827451 0.623529 0.784314 1" mesh="link5"/>
|
| 146 |
+
<body name="robot_0/gripper_L" pos="-2.39858e-07 -0.0356 -0.0404996" quat="0.707105 -0.707108 0 0">
|
| 147 |
+
<inertial pos="-0.00267181 8.62109e-05 -0.0293133" quat="0.466092 0.52923 0.523105 0.478577" mass="0.177713" diaginertia="0.000131605 0.000118779 0.000104213"/>
|
| 148 |
+
<joint name="robot_0/joint6_L" pos="0 0 0" axis="0 0 1" range="-2.0944 2.0944"/>
|
| 149 |
+
<geom pos="0.502581 1.20999 0.706597" quat="0.707105 0.707108 0 0" type="mesh" rgba="0.109804 0.286275 0.0117647 1" mesh="gripper"/>
|
| 150 |
+
<body name="robot_0/tip_left_L" pos="-0.0048605 0.0226219 -0.0573" quat="9.38184e-07 0.707105 -9.38187e-07 0.707108">
|
| 151 |
+
<inertial pos="-0.0221613 0.0130864 -0.0425915" quat="0.48353 0.449517 -0.0676559 0.748034" mass="0.0514225" diaginertia="4.56066e-05 4.38105e-05 2.06481e-05"/>
|
| 152 |
+
<joint name="robot_0/joint7_L" pos="0 0 0" axis="0 0 1" type="slide" range="0 0.0475"/>
|
| 153 |
+
<geom pos="0.763897 -1.18737 0.459941" quat="0.499998 -0.5 -0.5 -0.500002" type="mesh" rgba="0.596078 0.788235 0.921569 1" mesh="tip_left"/>
|
| 154 |
+
</body>
|
| 155 |
+
<body name="robot_0/tip_right_L" pos="-0.0474844 -0.0223781 -0.0573" quat="0.707105 0 -0.707108 0">
|
| 156 |
+
<inertial pos="-0.0221613 0.0130864 -0.0425915" quat="0.48353 0.449517 -0.0676559 0.748034" mass="0.0514225" diaginertia="4.56066e-05 4.38105e-05 2.06481e-05"/>
|
| 157 |
+
<joint name="robot_0/joint8_L" pos="0 0 0" axis="0 0 1" type="slide" range="-0.0475 0"/>
|
| 158 |
+
<geom pos="0.763897 1.23237 -0.550065" quat="0.499998 0.5 0.5 -0.500002" type="mesh" rgba="0.596078 0.788235 0.921569 1" mesh="tip_right"/>
|
| 159 |
+
</body>
|
| 160 |
+
</body>
|
| 161 |
+
</body>
|
| 162 |
+
</body>
|
| 163 |
+
</body>
|
| 164 |
+
</body>
|
| 165 |
+
</body>
|
| 166 |
+
</body>
|
| 167 |
+
|
| 168 |
+
</body>
|
| 169 |
+
</worldbody>
|
| 170 |
+
|
| 171 |
+
<actuator>
|
| 172 |
+
<!-- Virtual holonomic base actuators -->
|
| 173 |
+
<position name="robot_0/base_x_act" site="robot_0/base_site" refsite="robot_0/world" gear="1 0 0 0 0 0" kp="15000" dampratio="0.5" ctrlrange="-25 25"/>
|
| 174 |
+
<position name="robot_0/base_y_act" site="robot_0/base_site" refsite="robot_0/world" gear="0 1 0 0 0 0" kp="15000" dampratio="0.5" ctrlrange="-25 25"/>
|
| 175 |
+
<position name="robot_0/base_theta_act" site="robot_0/base_site" refsite="robot_0/world" gear="0 0 0 0 0 1" kp="5000" dampratio="0.5" ctrlrange="-6.28 6.28"/>
|
| 176 |
+
|
| 177 |
+
<!-- Lift joint -->
|
| 178 |
+
<position name="robot_0/lift_joint_act" joint="robot_0/lift_joint" ctrlrange="-0.729187 0.330813" kp="1000" kv="200"/>
|
| 179 |
+
|
| 180 |
+
<!-- Right arm -->
|
| 181 |
+
<position name="robot_0/joint1_R_act" joint="robot_0/joint1_R" ctrlrange="-3.05433 2.61799" kp="4000" kv="400"/>
|
| 182 |
+
<position name="robot_0/joint2_R_act" joint="robot_0/joint2_R" ctrlrange="-3.14159 0" kp="4000" kv="400"/>
|
| 183 |
+
<position name="robot_0/joint3_R_act" joint="robot_0/joint3_R" ctrlrange="-3.14159 0" kp="4000" kv="400"/>
|
| 184 |
+
<position name="robot_0/joint4_R_act" joint="robot_0/joint4_R" ctrlrange="-1.5708 1.5708" kp="3000" kv="300"/>
|
| 185 |
+
<position name="robot_0/joint5_R_act" joint="robot_0/joint5_R" ctrlrange="-1.5708 1.5708" kp="3000" kv="300"/>
|
| 186 |
+
<position name="robot_0/joint6_R_act" joint="robot_0/joint6_R" ctrlrange="-2.0944 2.0944" kp="2000" kv="200"/>
|
| 187 |
+
<position name="robot_0/joint7_R_act" joint="robot_0/joint7_R" ctrlrange="-0.0475 0" kp="2000" kv="200"/>
|
| 188 |
+
<position name="robot_0/joint8_R_act" joint="robot_0/joint8_R" ctrlrange="-0.0475 0" kp="2000" kv="200"/>
|
| 189 |
+
|
| 190 |
+
<!-- Left arm -->
|
| 191 |
+
<position name="robot_0/joint1_L_act" joint="robot_0/joint1_L" ctrlrange="-3.05433 2.61799" kp="4000" kv="400"/>
|
| 192 |
+
<position name="robot_0/joint2_L_act" joint="robot_0/joint2_L" ctrlrange="0 3.14159" kp="4000" kv="400"/>
|
| 193 |
+
<position name="robot_0/joint3_L_act" joint="robot_0/joint3_L" ctrlrange="0 3.14159" kp="4000" kv="400"/>
|
| 194 |
+
<position name="robot_0/joint4_L_act" joint="robot_0/joint4_L" ctrlrange="-1.5708 1.5708" kp="3000" kv="300"/>
|
| 195 |
+
<position name="robot_0/joint5_L_act" joint="robot_0/joint5_L" ctrlrange="-1.5708 1.5708" kp="3000" kv="300"/>
|
| 196 |
+
<position name="robot_0/joint6_L_act" joint="robot_0/joint6_L" ctrlrange="-2.0944 2.0944" kp="2000" kv="200"/>
|
| 197 |
+
<position name="robot_0/joint7_L_act" joint="robot_0/joint7_L" ctrlrange="0 0.0475" kp="2000" kv="200"/>
|
| 198 |
+
<position name="robot_0/joint8_L_act" joint="robot_0/joint8_L" ctrlrange="-0.0475 0" kp="2000" kv="200"/>
|
| 199 |
+
</actuator>
|
| 200 |
+
</mujoco>
|
robots/linearbot/mjthor_resource_file_to_size_mb.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"linearbot_m.tar.zst": 19.581494
|
| 3 |
+
}
|
robots/linearbot/mjthor_resources_combined_meta.json.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b97309c0c419167430cb5dbc026308a33c19f816e4fb772a760e5c25a1f0bd98
|
| 3 |
+
size 268
|