robotic 0.2.9__cp38-cp38-manylinux2014_x86_64.whl → 0.2.9.dev2__cp38-cp38-manylinux2014_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of robotic might be problematic. Click here for more details.

Files changed (316) hide show
  1. robotic/__init__.py +4 -0
  2. robotic/_robotic.pyi +13 -9
  3. robotic/_robotic.so +0 -0
  4. robotic/cleanMeshes.py +59 -0
  5. robotic/include/rai/Core/array.ipp +3 -1
  6. robotic/include/rai/Core/graph.h +2 -2
  7. robotic/include/rai/Core/util.h +8 -7
  8. robotic/include/rai/Geo/geo.h +3 -2
  9. robotic/include/rai/Geo/mesh.h +1 -3
  10. robotic/include/rai/KOMO/manipTools.h +2 -2
  11. robotic/include/rai/Kin/frame.h +4 -4
  12. robotic/include/rai/Kin/kin.h +4 -3
  13. robotic/include/rai/Kin/kin_physx.h +1 -2
  14. robotic/include/rai/ry/types.h +3 -2
  15. robotic/librai.so +0 -0
  16. robotic/meshTool +0 -0
  17. robotic/mujoco-import.py +10 -0
  18. robotic/rai-robotModels/g1/g1.g +1 -1
  19. robotic/rai-robotModels/g1/g1_29dof_conv.g +77 -0
  20. robotic/rai-robotModels/g1/g1_clean.g +38 -73
  21. robotic/rai-robotModels/g1/meshes/head_link.h5 +0 -0
  22. robotic/rai-robotModels/g1/meshes/left_ankle_pitch_link.h5 +0 -0
  23. robotic/rai-robotModels/g1/meshes/left_ankle_roll_link.h5 +0 -0
  24. robotic/rai-robotModels/g1/meshes/left_elbow_link.h5 +0 -0
  25. robotic/rai-robotModels/g1/meshes/left_hip_pitch_link.h5 +0 -0
  26. robotic/rai-robotModels/g1/meshes/left_hip_roll_link.h5 +0 -0
  27. robotic/rai-robotModels/g1/meshes/left_hip_yaw_link.h5 +0 -0
  28. robotic/rai-robotModels/g1/meshes/left_knee_link.h5 +0 -0
  29. robotic/rai-robotModels/g1/meshes/left_rubber_hand.h5 +0 -0
  30. robotic/rai-robotModels/g1/meshes/left_shoulder_pitch_link.h5 +0 -0
  31. robotic/rai-robotModels/g1/meshes/left_shoulder_roll_link.h5 +0 -0
  32. robotic/rai-robotModels/g1/meshes/left_shoulder_yaw_link.h5 +0 -0
  33. robotic/rai-robotModels/g1/meshes/left_wrist_pitch_link.h5 +0 -0
  34. robotic/rai-robotModels/g1/meshes/left_wrist_roll_link.h5 +0 -0
  35. robotic/rai-robotModels/g1/meshes/left_wrist_yaw_link.h5 +0 -0
  36. robotic/rai-robotModels/g1/meshes/logo_link.h5 +0 -0
  37. robotic/rai-robotModels/g1/meshes/pelvis.h5 +0 -0
  38. robotic/rai-robotModels/g1/meshes/pelvis_contour_link.h5 +0 -0
  39. robotic/rai-robotModels/g1/meshes/right_ankle_pitch_link.h5 +0 -0
  40. robotic/rai-robotModels/g1/meshes/right_ankle_roll_link.h5 +0 -0
  41. robotic/rai-robotModels/g1/meshes/right_elbow_link.h5 +0 -0
  42. robotic/rai-robotModels/g1/meshes/right_hip_pitch_link.h5 +0 -0
  43. robotic/rai-robotModels/g1/meshes/right_hip_roll_link.h5 +0 -0
  44. robotic/rai-robotModels/g1/meshes/right_hip_yaw_link.h5 +0 -0
  45. robotic/rai-robotModels/g1/meshes/right_knee_link.h5 +0 -0
  46. robotic/rai-robotModels/g1/meshes/right_rubber_hand.h5 +0 -0
  47. robotic/rai-robotModels/g1/meshes/right_shoulder_pitch_link.h5 +0 -0
  48. robotic/rai-robotModels/g1/meshes/right_shoulder_roll_link.h5 +0 -0
  49. robotic/rai-robotModels/g1/meshes/right_shoulder_yaw_link.h5 +0 -0
  50. robotic/rai-robotModels/g1/meshes/right_wrist_pitch_link.h5 +0 -0
  51. robotic/rai-robotModels/g1/meshes/right_wrist_roll_link.h5 +0 -0
  52. robotic/rai-robotModels/g1/meshes/right_wrist_yaw_link.h5 +0 -0
  53. robotic/rai-robotModels/g1/meshes/torso_link.h5 +0 -0
  54. robotic/rai-robotModels/g1/meshes/waist_roll_link.h5 +0 -0
  55. robotic/rai-robotModels/g1/meshes/waist_support_link.h5 +0 -0
  56. robotic/rai-robotModels/g1/meshes/waist_yaw_link.h5 +0 -0
  57. robotic/rai-robotModels/panda/meshes/finger.h5 +0 -0
  58. robotic/rai-robotModels/panda/meshes/hand.h5 +0 -0
  59. robotic/rai-robotModels/panda/meshes/link0.h5 +0 -0
  60. robotic/rai-robotModels/panda/meshes/link1.h5 +0 -0
  61. robotic/rai-robotModels/panda/meshes/link2.h5 +0 -0
  62. robotic/rai-robotModels/panda/meshes/link3.h5 +0 -0
  63. robotic/rai-robotModels/panda/meshes/link4.h5 +0 -0
  64. robotic/rai-robotModels/panda/meshes/link5.h5 +0 -0
  65. robotic/rai-robotModels/panda/meshes/link6.h5 +0 -0
  66. robotic/rai-robotModels/panda/meshes/link7.h5 +0 -0
  67. robotic/rai-robotModels/panda/panda.g +1 -1
  68. robotic/rai-robotModels/panda/panda_arm_hand_conv.g +24 -0
  69. robotic/rai-robotModels/panda/panda_clean.g +21 -45
  70. robotic/rai-robotModels/panda/panda_gripper.g +3 -3
  71. robotic/rai-robotModels/pr2/meshes/base.h5 +0 -0
  72. robotic/rai-robotModels/pr2/meshes/base_color.png +0 -0
  73. robotic/rai-robotModels/pr2/meshes/caster.h5 +0 -0
  74. robotic/rai-robotModels/pr2/meshes/elbow_flex.h5 +0 -0
  75. robotic/rai-robotModels/pr2/meshes/elbow_flex_color.png +0 -0
  76. robotic/rai-robotModels/pr2/meshes/forearm.h5 +0 -0
  77. robotic/rai-robotModels/pr2/meshes/forearm_color.png +0 -0
  78. robotic/rai-robotModels/pr2/meshes/forearm_roll.h5 +0 -0
  79. robotic/rai-robotModels/pr2/meshes/gripper_palm.h5 +0 -0
  80. robotic/rai-robotModels/pr2/meshes/gripper_palm_color.png +0 -0
  81. robotic/rai-robotModels/pr2/meshes/head_pan.h5 +0 -0
  82. robotic/rai-robotModels/pr2/meshes/head_pan_color.png +0 -0
  83. robotic/rai-robotModels/pr2/meshes/head_tilt.h5 +0 -0
  84. robotic/rai-robotModels/pr2/meshes/head_tilt_color.png +0 -0
  85. robotic/rai-robotModels/pr2/meshes/l_finger.h5 +0 -0
  86. robotic/rai-robotModels/pr2/meshes/l_finger_color.png +0 -0
  87. robotic/rai-robotModels/pr2/meshes/l_finger_tip.h5 +0 -0
  88. robotic/rai-robotModels/pr2/meshes/l_finger_tip_color.png +0 -0
  89. robotic/rai-robotModels/pr2/meshes/shoulder_lift.h5 +0 -0
  90. robotic/rai-robotModels/pr2/meshes/shoulder_lift_color.png +0 -0
  91. robotic/rai-robotModels/pr2/meshes/shoulder_pan.h5 +0 -0
  92. robotic/rai-robotModels/pr2/meshes/shoulder_pan_color.png +0 -0
  93. robotic/rai-robotModels/pr2/meshes/tilting_hokuyo.h5 +0 -0
  94. robotic/rai-robotModels/pr2/meshes/tilting_hokuyo_color.png +0 -0
  95. robotic/rai-robotModels/pr2/meshes/torso_lift.h5 +0 -0
  96. robotic/rai-robotModels/pr2/meshes/torso_lift_color.png +0 -0
  97. robotic/rai-robotModels/pr2/meshes/upper_arm.h5 +0 -0
  98. robotic/rai-robotModels/pr2/meshes/upper_arm_color.png +0 -0
  99. robotic/rai-robotModels/pr2/meshes/upper_arm_roll.h5 +0 -0
  100. robotic/rai-robotModels/pr2/meshes/upper_arm_roll_color.png +0 -0
  101. robotic/rai-robotModels/pr2/meshes/wheel.h5 +0 -0
  102. robotic/rai-robotModels/pr2/meshes/wheel_color.png +0 -0
  103. robotic/rai-robotModels/pr2/meshes/wrist_color.png +0 -0
  104. robotic/rai-robotModels/pr2/meshes/wrist_flex.h5 +0 -0
  105. robotic/rai-robotModels/pr2/meshes/wrist_roll.h5 +0 -0
  106. robotic/rai-robotModels/pr2/pr2.g +1 -1
  107. robotic/rai-robotModels/pr2/pr2_clean.g +5 -1
  108. robotic/rai-robotModels/pr2/pr2_conv.g +218 -0
  109. robotic/rai-robotModels/ranger/meshes/ranger_mini3.h5 +0 -0
  110. robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel.h5 +0 -0
  111. robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel_right.h5 +0 -0
  112. robotic/rai-robotModels/ranger/ranger.g +5 -5
  113. robotic/rai-robotModels/ranger/ranger_clean.g +5 -5
  114. robotic/rai-robotModels/ranger/ranger_mini_conv.g +14 -0
  115. robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_base_link.h5 +0 -0
  116. robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_inner_finger.h5 +0 -0
  117. robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_inner_knuckle.h5 +0 -0
  118. robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_outer_finger.h5 +0 -0
  119. robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_outer_knuckle.h5 +0 -0
  120. robotic/rai-robotModels/robotiq/robotiq.g +2 -2
  121. robotic/rai-robotModels/robotiq/robotiq_arg2f_85_model_conv.g +21 -0
  122. robotic/rai-robotModels/robotiq/robotiq_clean.g +16 -16
  123. robotic/rai-robotModels/scenarios/ballFinger.g +2 -2
  124. robotic/rai-robotModels/tests/compound.g +3 -6
  125. robotic/rai-robotModels/ur10/meshes/base.h5 +0 -0
  126. robotic/rai-robotModels/ur10/meshes/forearm.h5 +0 -0
  127. robotic/rai-robotModels/ur10/meshes/shoulder.h5 +0 -0
  128. robotic/rai-robotModels/ur10/meshes/upperarm.h5 +0 -0
  129. robotic/rai-robotModels/ur10/meshes/wrist1.h5 +0 -0
  130. robotic/rai-robotModels/ur10/meshes/wrist2.h5 +0 -0
  131. robotic/rai-robotModels/ur10/meshes/wrist3.h5 +0 -0
  132. robotic/rai-robotModels/ur10/ur10.g +1 -1
  133. robotic/rai-robotModels/ur10/ur10_conv.g +17 -0
  134. robotic/ry-h5info +5 -1
  135. robotic/ry-test +1 -1
  136. robotic/ry-urdfConvert.py +73 -0
  137. robotic/src/config_mujoco.py +237 -0
  138. robotic/src/config_urdf.py +237 -0
  139. robotic/src/mesh_helper.py +395 -0
  140. robotic/src/yaml_helper.py +19 -0
  141. robotic/version.py +1 -1
  142. {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-h5info +5 -1
  143. {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-test +1 -1
  144. {robotic-0.2.9.dist-info → robotic-0.2.9.dev2.dist-info}/METADATA +1 -1
  145. robotic-0.2.9.dev2.dist-info/RECORD +369 -0
  146. {robotic-0.2.9.dist-info → robotic-0.2.9.dev2.dist-info}/WHEEL +1 -1
  147. robotic/rai-robotModels/baxter/baxter.g +0 -49
  148. robotic/rai-robotModels/baxter/baxter_clean.g +0 -116
  149. robotic/rai-robotModels/baxter/baxter_clean2.g +0 -205
  150. robotic/rai-robotModels/baxter/baxter_clean3.g +0 -223
  151. robotic/rai-robotModels/baxter/baxter_description/meshes/base/PEDESTAL.ply +0 -0
  152. robotic/rai-robotModels/baxter/baxter_description/meshes/base/pedestal_link_collision.ply +0 -0
  153. robotic/rai-robotModels/baxter/baxter_description/meshes/head/H0.ply +0 -0
  154. robotic/rai-robotModels/baxter/baxter_description/meshes/head/H1.ply +0 -0
  155. robotic/rai-robotModels/baxter/baxter_description/meshes/lower_elbow/E1.ply +0 -0
  156. robotic/rai-robotModels/baxter/baxter_description/meshes/lower_forearm/W1.ply +0 -0
  157. robotic/rai-robotModels/baxter/baxter_description/meshes/lower_shoulder/S1.ply +0 -0
  158. robotic/rai-robotModels/baxter/baxter_description/meshes/torso/base_link.ply +0 -0
  159. robotic/rai-robotModels/baxter/baxter_description/meshes/torso/base_link_collision.ply +0 -0
  160. robotic/rai-robotModels/baxter/baxter_description/meshes/upper_elbow/E0.ply +0 -0
  161. robotic/rai-robotModels/baxter/baxter_description/meshes/upper_forearm/W0.ply +0 -0
  162. robotic/rai-robotModels/baxter/baxter_description/meshes/upper_shoulder/S0.ply +0 -0
  163. robotic/rai-robotModels/baxter/baxter_description/meshes/wrist/W2.ply +0 -0
  164. robotic/rai-robotModels/baxter/baxter_new.g +0 -53
  165. robotic/rai-robotModels/baxter/rethink_ee_description/meshes/electric_gripper/electric_gripper_base.ply +0 -0
  166. robotic/rai-robotModels/baxter/rethink_ee_description/meshes/electric_gripper/fingers/extended_narrow.ply +0 -0
  167. robotic/rai-robotModels/baxter/rethink_ee_description/meshes/electric_gripper/fingers/half_round_tip.ply +0 -0
  168. robotic/rai-robotModels/baxter/rethink_ee_description/meshes/electric_gripper/fingers/paddle_tip.ply +0 -0
  169. robotic/rai-robotModels/baxter/rethink_ee_description/meshes/pneumatic_gripper/pneumatic_gripper_base.ply +0 -0
  170. robotic/rai-robotModels/baxter/rethink_ee_description/meshes/pneumatic_gripper/pneumatic_gripper_w_cup.ply +0 -0
  171. robotic/rai-robotModels/g1/meshes/head_link.ply +0 -0
  172. robotic/rai-robotModels/g1/meshes/left_ankle_pitch_link.ply +0 -0
  173. robotic/rai-robotModels/g1/meshes/left_ankle_roll_link.ply +0 -0
  174. robotic/rai-robotModels/g1/meshes/left_elbow_link.ply +0 -0
  175. robotic/rai-robotModels/g1/meshes/left_hand_index_0_link.ply +0 -0
  176. robotic/rai-robotModels/g1/meshes/left_hand_index_1_link.ply +0 -0
  177. robotic/rai-robotModels/g1/meshes/left_hand_middle_0_link.ply +0 -0
  178. robotic/rai-robotModels/g1/meshes/left_hand_middle_1_link.ply +0 -0
  179. robotic/rai-robotModels/g1/meshes/left_hand_palm_link.ply +0 -0
  180. robotic/rai-robotModels/g1/meshes/left_hand_thumb_0_link.ply +0 -0
  181. robotic/rai-robotModels/g1/meshes/left_hand_thumb_1_link.ply +0 -0
  182. robotic/rai-robotModels/g1/meshes/left_hand_thumb_2_link.ply +0 -0
  183. robotic/rai-robotModels/g1/meshes/left_hip_pitch_link.ply +0 -0
  184. robotic/rai-robotModels/g1/meshes/left_hip_roll_link.ply +0 -0
  185. robotic/rai-robotModels/g1/meshes/left_hip_yaw_link.ply +0 -0
  186. robotic/rai-robotModels/g1/meshes/left_knee_link.ply +0 -0
  187. robotic/rai-robotModels/g1/meshes/left_rubber_hand.ply +0 -0
  188. robotic/rai-robotModels/g1/meshes/left_shoulder_pitch_link.ply +0 -0
  189. robotic/rai-robotModels/g1/meshes/left_shoulder_roll_link.ply +0 -0
  190. robotic/rai-robotModels/g1/meshes/left_shoulder_yaw_link.ply +0 -0
  191. robotic/rai-robotModels/g1/meshes/left_wrist_pitch_link.ply +0 -0
  192. robotic/rai-robotModels/g1/meshes/left_wrist_roll_link.ply +0 -0
  193. robotic/rai-robotModels/g1/meshes/left_wrist_roll_rubber_hand.ply +0 -0
  194. robotic/rai-robotModels/g1/meshes/left_wrist_yaw_link.ply +0 -0
  195. robotic/rai-robotModels/g1/meshes/logo_link.ply +0 -0
  196. robotic/rai-robotModels/g1/meshes/pelvis.ply +0 -0
  197. robotic/rai-robotModels/g1/meshes/pelvis_contour_link.ply +0 -0
  198. robotic/rai-robotModels/g1/meshes/right_ankle_pitch_link.ply +0 -0
  199. robotic/rai-robotModels/g1/meshes/right_ankle_roll_link.ply +0 -0
  200. robotic/rai-robotModels/g1/meshes/right_elbow_link.ply +0 -0
  201. robotic/rai-robotModels/g1/meshes/right_hand_index_0_link.ply +0 -0
  202. robotic/rai-robotModels/g1/meshes/right_hand_index_1_link.ply +0 -0
  203. robotic/rai-robotModels/g1/meshes/right_hand_middle_0_link.ply +0 -0
  204. robotic/rai-robotModels/g1/meshes/right_hand_middle_1_link.ply +0 -0
  205. robotic/rai-robotModels/g1/meshes/right_hand_palm_link.ply +0 -0
  206. robotic/rai-robotModels/g1/meshes/right_hand_thumb_0_link.ply +0 -0
  207. robotic/rai-robotModels/g1/meshes/right_hand_thumb_1_link.ply +0 -0
  208. robotic/rai-robotModels/g1/meshes/right_hand_thumb_2_link.ply +0 -0
  209. robotic/rai-robotModels/g1/meshes/right_hip_pitch_link.ply +0 -0
  210. robotic/rai-robotModels/g1/meshes/right_hip_roll_link.ply +0 -0
  211. robotic/rai-robotModels/g1/meshes/right_hip_yaw_link.ply +0 -0
  212. robotic/rai-robotModels/g1/meshes/right_knee_link.ply +0 -0
  213. robotic/rai-robotModels/g1/meshes/right_rubber_hand.ply +0 -0
  214. robotic/rai-robotModels/g1/meshes/right_shoulder_pitch_link.ply +0 -0
  215. robotic/rai-robotModels/g1/meshes/right_shoulder_roll_link.ply +0 -0
  216. robotic/rai-robotModels/g1/meshes/right_shoulder_yaw_link.ply +0 -0
  217. robotic/rai-robotModels/g1/meshes/right_wrist_pitch_link.ply +0 -0
  218. robotic/rai-robotModels/g1/meshes/right_wrist_roll_link.ply +0 -0
  219. robotic/rai-robotModels/g1/meshes/right_wrist_roll_rubber_hand.ply +0 -0
  220. robotic/rai-robotModels/g1/meshes/right_wrist_yaw_link.ply +0 -0
  221. robotic/rai-robotModels/g1/meshes/torso_constraint_L_link.ply +0 -0
  222. robotic/rai-robotModels/g1/meshes/torso_constraint_L_rod_link.ply +0 -0
  223. robotic/rai-robotModels/g1/meshes/torso_constraint_R_link.ply +0 -0
  224. robotic/rai-robotModels/g1/meshes/torso_constraint_R_rod_link.ply +0 -0
  225. robotic/rai-robotModels/g1/meshes/torso_link.ply +0 -0
  226. robotic/rai-robotModels/g1/meshes/waist_constraint_L.ply +0 -0
  227. robotic/rai-robotModels/g1/meshes/waist_constraint_R.ply +0 -0
  228. robotic/rai-robotModels/g1/meshes/waist_roll_link.ply +0 -0
  229. robotic/rai-robotModels/g1/meshes/waist_support_link.ply +0 -0
  230. robotic/rai-robotModels/g1/meshes/waist_yaw_link.ply +0 -0
  231. robotic/rai-robotModels/panda/franka_description/meshes/collision/finger.stl +0 -0
  232. robotic/rai-robotModels/panda/franka_description/meshes/collision/hand.stl +0 -0
  233. robotic/rai-robotModels/panda/franka_description/meshes/collision/link0.stl +0 -0
  234. robotic/rai-robotModels/panda/franka_description/meshes/collision/link1.stl +0 -0
  235. robotic/rai-robotModels/panda/franka_description/meshes/collision/link2.stl +0 -0
  236. robotic/rai-robotModels/panda/franka_description/meshes/collision/link3.stl +0 -0
  237. robotic/rai-robotModels/panda/franka_description/meshes/collision/link4.stl +0 -0
  238. robotic/rai-robotModels/panda/franka_description/meshes/collision/link5.stl +0 -0
  239. robotic/rai-robotModels/panda/franka_description/meshes/collision/link6.stl +0 -0
  240. robotic/rai-robotModels/panda/franka_description/meshes/collision/link7.stl +0 -0
  241. robotic/rai-robotModels/panda/franka_description/meshes/visual/HOWTO.sh +0 -10
  242. robotic/rai-robotModels/panda/franka_description/meshes/visual/HOWTO2.sh +0 -7
  243. robotic/rai-robotModels/panda/franka_description/meshes/visual/convMeshes.mlx +0 -38
  244. robotic/rai-robotModels/panda/franka_description/meshes/visual/finger.ply +0 -0
  245. robotic/rai-robotModels/panda/franka_description/meshes/visual/hand.ply +0 -0
  246. robotic/rai-robotModels/panda/franka_description/meshes/visual/link0.ply +0 -0
  247. robotic/rai-robotModels/panda/franka_description/meshes/visual/link1.ply +0 -0
  248. robotic/rai-robotModels/panda/franka_description/meshes/visual/link2.ply +0 -0
  249. robotic/rai-robotModels/panda/franka_description/meshes/visual/link3.ply +0 -0
  250. robotic/rai-robotModels/panda/franka_description/meshes/visual/link4.ply +0 -0
  251. robotic/rai-robotModels/panda/franka_description/meshes/visual/link5.ply +0 -0
  252. robotic/rai-robotModels/panda/franka_description/meshes/visual/link6.ply +0 -0
  253. robotic/rai-robotModels/panda/franka_description/meshes/visual/link7.ply +0 -0
  254. robotic/rai-robotModels/panda/franka_description/meshes/visual/script.mlx +0 -28
  255. robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/base.ply +0 -0
  256. robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/base_L.ply +0 -0
  257. robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/caster.ply +0 -0
  258. robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/caster_L.ply +0 -0
  259. robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/pr2_wheel.ply +0 -0
  260. robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/wheel.ply +0 -0
  261. robotic/rai-robotModels/pr2/pr2_description/meshes/forearm_v0/forearm.ply +0 -0
  262. robotic/rai-robotModels/pr2/pr2_description/meshes/forearm_v0/wrist_flex.ply +0 -0
  263. robotic/rai-robotModels/pr2/pr2_description/meshes/forearm_v0/wrist_roll.ply +0 -0
  264. robotic/rai-robotModels/pr2/pr2_description/meshes/forearm_v0/wrist_roll_L.ply +0 -0
  265. robotic/rai-robotModels/pr2/pr2_description/meshes/gripper_v0/gripper_palm.ply +0 -0
  266. robotic/rai-robotModels/pr2/pr2_description/meshes/gripper_v0/l_finger.ply +0 -0
  267. robotic/rai-robotModels/pr2/pr2_description/meshes/gripper_v0/l_finger_tip.ply +0 -0
  268. robotic/rai-robotModels/pr2/pr2_description/meshes/head_v0/head_pan.ply +0 -0
  269. robotic/rai-robotModels/pr2/pr2_description/meshes/head_v0/head_pan_L.ply +0 -0
  270. robotic/rai-robotModels/pr2/pr2_description/meshes/head_v0/head_tilt.ply +0 -0
  271. robotic/rai-robotModels/pr2/pr2_description/meshes/head_v0/head_tilt_L.ply +0 -0
  272. robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/shoulder_lift.ply +0 -0
  273. robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/shoulder_pan.ply +0 -0
  274. robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/shoulder_yaw.ply +0 -0
  275. robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/upper_arm_roll.ply +0 -0
  276. robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/upper_arm_roll_L.ply +0 -0
  277. robotic/rai-robotModels/pr2/pr2_description/meshes/tilting_laser_v0/hok_tilt.ply +0 -0
  278. robotic/rai-robotModels/pr2/pr2_description/meshes/tilting_laser_v0/tilting_hokuyo.ply +0 -0
  279. robotic/rai-robotModels/pr2/pr2_description/meshes/tilting_laser_v0/tilting_hokuyo_L.ply +0 -0
  280. robotic/rai-robotModels/pr2/pr2_description/meshes/torso_v0/torso.ply +0 -0
  281. robotic/rai-robotModels/pr2/pr2_description/meshes/torso_v0/torso_lift.ply +0 -0
  282. robotic/rai-robotModels/pr2/pr2_description/meshes/torso_v0/torso_lift_L.ply +0 -0
  283. robotic/rai-robotModels/pr2/pr2_description/meshes/upper_arm_v0/elbow_flex.ply +0 -0
  284. robotic/rai-robotModels/pr2/pr2_description/meshes/upper_arm_v0/forearm_roll.ply +0 -0
  285. robotic/rai-robotModels/pr2/pr2_description/meshes/upper_arm_v0/forearm_roll_L.ply +0 -0
  286. robotic/rai-robotModels/pr2/pr2_description/meshes/upper_arm_v0/upper_arm.ply +0 -0
  287. robotic/rai-robotModels/ranger/meshes/cleanMeshes.mlx +0 -23
  288. robotic/rai-robotModels/ranger/meshes/cleanMeshes.sh +0 -8
  289. robotic/rai-robotModels/ranger/meshes/ranger_mini3.ply +0 -0
  290. robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel.ply +0 -0
  291. robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel_right.ply +0 -0
  292. robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_base_link.ply +0 -0
  293. robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_base_link_x.ply +0 -10
  294. robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_inner_finger.ply +0 -0
  295. robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_inner_knuckle.ply +0 -0
  296. robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_outer_finger.ply +0 -0
  297. robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_outer_knuckle.ply +0 -0
  298. robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_pad.ply +0 -0
  299. robotic/rai-robotModels/robotiq/meshes/visual/robotiq_gripper_coupling.ply +0 -0
  300. robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Base.ply +0 -0
  301. robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Forearm.ply +0 -0
  302. robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Shoulder.ply +0 -0
  303. robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/UpperArm.ply +0 -0
  304. robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Wrist1.ply +0 -0
  305. robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Wrist2.ply +0 -0
  306. robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Wrist3.ply +0 -0
  307. robotic-0.2.9.dist-info/RECORD +0 -420
  308. /robotic/rai-robotModels/robotiq/meshes/{visual/robotiq_ft300.ply → robotiq_ft300.ply} +0 -0
  309. {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-bot +0 -0
  310. {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-info +0 -0
  311. {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-meshTool +0 -0
  312. {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-urdf2rai +0 -0
  313. {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-urdf2yaml +0 -0
  314. {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-view +0 -0
  315. {robotic-0.2.9.dist-info → robotic-0.2.9.dev2.dist-info}/LICENSE +0 -0
  316. {robotic-0.2.9.dist-info → robotic-0.2.9.dev2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,218 @@
1
+ base_footprint: { shape: box, size: [0.01, 0.01, 0.01], mass: 1, inertia: [0.01, 0.01, 0.01] },
2
+ base_footprint_joint_origin(base_footprint): { Q: [0, 0, 0.051] },
3
+ base_footprint_joint(base_footprint_joint_origin): { joint: rigid, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/base.h5> },
4
+ base_link(base_footprint_joint): { mass: 116, inertia: [5.65223, -0.00971993, 1.29399, 5.66947, -0.00737958, 3.6832] },
5
+ base_laser_joint_origin(base_footprint_joint): { Q: [0.275, 0, 0.252] },
6
+ fl_caster_rotation_joint_origin(base_footprint_joint): { Q: [0.2246, 0.2246, 0.0282] },
7
+ fr_caster_rotation_joint_origin(base_footprint_joint): { Q: [0.2246, -0.2246, 0.0282] },
8
+ bl_caster_rotation_joint_origin(base_footprint_joint): { Q: [-0.2246, 0.2246, 0.0282] },
9
+ br_caster_rotation_joint_origin(base_footprint_joint): { Q: [-0.2246, -0.2246, 0.0282] },
10
+ torso_lift_joint_origin(base_footprint_joint): { Q: [-0.05, 0, 0.739675] },
11
+ base_laser_joint(base_laser_joint_origin): { joint: rigid, shape: box, size: [0.001, 0.001, 0.001] },
12
+ fl_caster_rotation_joint(fl_caster_rotation_joint_origin): { joint: hingeZ, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/caster.h5> },
13
+ fr_caster_rotation_joint(fr_caster_rotation_joint_origin): { joint: hingeZ, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/caster.h5> },
14
+ bl_caster_rotation_joint(bl_caster_rotation_joint_origin): { joint: hingeZ, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/caster.h5> },
15
+ br_caster_rotation_joint(br_caster_rotation_joint_origin): { joint: hingeZ, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/caster.h5> },
16
+ torso_lift_joint(torso_lift_joint_origin): { joint: transZ, limits: [0, 0.31], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/torso_lift.h5> },
17
+ base_laser_link(base_laser_joint): { mass: 0.001, inertia: [0.0001, 1e-06, 0.0001] },
18
+ fl_caster_rotation_link(fl_caster_rotation_joint): { mass: 3.47308, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
19
+ fl_caster_l_wheel_joint_origin(fl_caster_rotation_joint): { Q: [0, 0.049, 0] },
20
+ fl_caster_r_wheel_joint_origin(fl_caster_rotation_joint): { Q: [0, -0.049, 0] },
21
+ fr_caster_rotation_link(fr_caster_rotation_joint): { mass: 3.47308, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
22
+ fr_caster_l_wheel_joint_origin(fr_caster_rotation_joint): { Q: [0, 0.049, 0] },
23
+ fr_caster_r_wheel_joint_origin(fr_caster_rotation_joint): { Q: [0, -0.049, 0] },
24
+ bl_caster_rotation_link(bl_caster_rotation_joint): { mass: 3.47308, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
25
+ bl_caster_l_wheel_joint_origin(bl_caster_rotation_joint): { Q: [0, 0.049, 0] },
26
+ bl_caster_r_wheel_joint_origin(bl_caster_rotation_joint): { Q: [0, -0.049, 0] },
27
+ br_caster_rotation_link(br_caster_rotation_joint): { mass: 3.47308, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
28
+ br_caster_l_wheel_joint_origin(br_caster_rotation_joint): { Q: [0, 0.049, 0] },
29
+ br_caster_r_wheel_joint_origin(br_caster_rotation_joint): { Q: [0, -0.049, 0] },
30
+ torso_lift_link(torso_lift_joint): { mass: 36.248, inertia: [2.77165, 0.00428452, -0.160419, 2.51002, 0.0296645, 0.526432] },
31
+ imu_joint_origin(torso_lift_joint): { Q: [-0.02977, -0.1497, 0.164, -1.03412e-13, 0, 1, 0] },
32
+ head_pan_joint_origin(torso_lift_joint): { Q: [-0.01707, 0, 0.38145] },
33
+ laser_tilt_mount_joint_origin(torso_lift_joint): { Q: [0.09893, 0, 0.227] },
34
+ r_shoulder_pan_joint_origin(torso_lift_joint): { Q: [0, -0.188, 0] },
35
+ l_shoulder_pan_joint_origin(torso_lift_joint): { Q: [0, 0.188, 0] },
36
+ fl_caster_l_wheel_joint(fl_caster_l_wheel_joint_origin): { joint: hingeY, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wheel.h5> },
37
+ fl_caster_r_wheel_joint(fl_caster_r_wheel_joint_origin): { joint: hingeY, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wheel.h5> },
38
+ fr_caster_l_wheel_joint(fr_caster_l_wheel_joint_origin): { joint: hingeY, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wheel.h5> },
39
+ fr_caster_r_wheel_joint(fr_caster_r_wheel_joint_origin): { joint: hingeY, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wheel.h5> },
40
+ bl_caster_l_wheel_joint(bl_caster_l_wheel_joint_origin): { joint: hingeY, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wheel.h5> },
41
+ bl_caster_r_wheel_joint(bl_caster_r_wheel_joint_origin): { joint: hingeY, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wheel.h5> },
42
+ br_caster_l_wheel_joint(br_caster_l_wheel_joint_origin): { joint: hingeY, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wheel.h5> },
43
+ br_caster_r_wheel_joint(br_caster_r_wheel_joint_origin): { joint: hingeY, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wheel.h5> },
44
+ imu_joint(imu_joint_origin): { joint: rigid, shape: box, size: [0.001, 0.001, 0.001] },
45
+ head_pan_joint(head_pan_joint_origin): { joint: hingeZ, limits: [-3.007, 3.007], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/head_pan.h5> },
46
+ laser_tilt_mount_joint(laser_tilt_mount_joint_origin): { joint: hingeY, limits: [-0.7854, 1.48353], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/tilting_hokuyo.h5> },
47
+ r_shoulder_pan_joint(r_shoulder_pan_joint_origin): { joint: hingeZ, limits: [-2.2854, 0.714602], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/shoulder_pan.h5> },
48
+ l_shoulder_pan_joint(l_shoulder_pan_joint_origin): { joint: hingeZ, limits: [-0.714602, 2.2854], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/shoulder_pan.h5> },
49
+ fl_caster_l_wheel_link(fl_caster_l_wheel_joint): { mass: 0.44036, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
50
+ fl_caster_r_wheel_link(fl_caster_r_wheel_joint): { mass: 0.44036, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
51
+ fr_caster_l_wheel_link(fr_caster_l_wheel_joint): { mass: 0.44036, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
52
+ fr_caster_r_wheel_link(fr_caster_r_wheel_joint): { mass: 0.44036, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
53
+ bl_caster_l_wheel_link(bl_caster_l_wheel_joint): { mass: 0.44036, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
54
+ bl_caster_r_wheel_link(bl_caster_r_wheel_joint): { mass: 0.44036, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
55
+ br_caster_l_wheel_link(br_caster_l_wheel_joint): { mass: 0.44036, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
56
+ br_caster_r_wheel_link(br_caster_r_wheel_joint): { mass: 0.44036, inertia: [0.0124118, -0.000711734, 0.00050273, 0.0152182, -4.27347e-06, 0.011764] },
57
+ imu_link(imu_joint): { mass: 0.001, inertia: [0.0001, 1e-06, 0.0001] },
58
+ head_pan_link(head_pan_joint): { mass: 1.61112, inertia: [0.00482611, -0.000144684, 0.000110076, 0.00521899, -0.00031424, 0.00861878] },
59
+ head_tilt_joint_origin(head_pan_joint): { Q: [0.068, 0, 0] },
60
+ laser_tilt_mount_link(laser_tilt_mount_joint): { mass: 0.05, inertia: [0.0001, 1e-05, 0.0001] },
61
+ laser_tilt_joint_origin(laser_tilt_mount_joint): { Q: [0, 0, 0.03] },
62
+ r_shoulder_pan_link(r_shoulder_pan_joint): { mass: 25.7993, inertia: [0.866179, -0.0608651, -0.121181, 0.874217, -0.0588661, 0.273538] },
63
+ r_shoulder_lift_joint_origin(r_shoulder_pan_joint): { Q: [0.1, 0, 0] },
64
+ l_shoulder_pan_link(l_shoulder_pan_joint): { mass: 25.7993, inertia: [0.866179, -0.0608651, -0.121181, 0.874217, -0.0588661, 0.273538] },
65
+ l_shoulder_lift_joint_origin(l_shoulder_pan_joint): { Q: [0.1, 0, 0] },
66
+ head_tilt_joint(head_tilt_joint_origin): { joint: hingeY, limits: [-0.471238, 1.39626], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/head_tilt.h5> },
67
+ laser_tilt_joint(laser_tilt_joint_origin): { joint: rigid, shape: box, size: [0.001, 0.001, 0.001] },
68
+ r_shoulder_lift_joint(r_shoulder_lift_joint_origin): { joint: hingeY, limits: [-0.5236, 1.3963], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/shoulder_lift.h5> },
69
+ l_shoulder_lift_joint(l_shoulder_lift_joint_origin): { joint: hingeY, limits: [-0.5236, 1.3963], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/shoulder_lift.h5> },
70
+ head_tilt_link(head_tilt_joint): { mass: 1.74973, inertia: [0.0106023, -0.000408814, 0.00198304, 0.0118744, 0.000197909, 0.00551679] },
71
+ head_plate_frame_joint_origin(head_tilt_joint): { Q: [0.0232, 0, 0.0645] },
72
+ laser_tilt_link(laser_tilt_joint): { mass: 0.001, inertia: [0.0001, 1e-06, 0.0001] },
73
+ r_shoulder_lift_link(r_shoulder_lift_joint): { mass: 2.74988, inertia: [0.0210558, 0.00496704, -0.00194809, 0.0212722, 0.00110425, 0.0197575] },
74
+ r_upper_arm_roll_joint(r_shoulder_lift_joint): { joint: hingeX, limits: [-3.9, 0.8], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/upper_arm_roll.h5> },
75
+ l_shoulder_lift_link(l_shoulder_lift_joint): { mass: 2.74988, inertia: [0.0210558, 0.00496704, -0.00194809, 0.0212722, 0.00110425, 0.0197575] },
76
+ l_upper_arm_roll_joint(l_shoulder_lift_joint): { joint: hingeX, limits: [-0.8, 3.9], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/upper_arm_roll.h5> },
77
+ head_plate_frame_joint(head_plate_frame_joint_origin): { joint: rigid, shape: box, size: [0.01, 0.01, 0.01] },
78
+ r_upper_arm_roll_link(r_upper_arm_roll_joint): { mass: 0.1, inertia: [0.01, 0.01, 0.01] },
79
+ r_upper_arm_joint(r_upper_arm_roll_joint): { joint: rigid, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/upper_arm.h5> },
80
+ l_upper_arm_roll_link(l_upper_arm_roll_joint): { mass: 0.1, inertia: [0.01, 0.01, 0.01] },
81
+ l_upper_arm_joint(l_upper_arm_roll_joint): { joint: rigid, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/upper_arm.h5> },
82
+ head_plate_frame(head_plate_frame_joint): { mass: 0.01, inertia: [0.001, 0.001, 0.001] },
83
+ sensor_mount_frame_joint(head_plate_frame_joint): { joint: rigid, shape: box, size: [0.01, 0.01, 0.01] },
84
+ r_upper_arm_link(r_upper_arm_joint): { mass: 6.01769, inertia: [0.0153775, 0.00375711, -0.000708529, 0.0747367, -0.000179365, 0.0760876] },
85
+ r_elbow_flex_joint_origin(r_upper_arm_joint): { Q: [0.4, 0, 0] },
86
+ l_upper_arm_link(l_upper_arm_joint): { mass: 6.01769, inertia: [0.015306, -0.00339325, 0.000607655, 0.0747369, -0.000199537, 0.0760159] },
87
+ l_elbow_flex_joint_origin(l_upper_arm_joint): { Q: [0.4, 0, 0] },
88
+ sensor_mount_link(sensor_mount_frame_joint): { mass: 0.05, inertia: [0.001, 0.001, 0.01] },
89
+ high_def_frame_joint_origin(sensor_mount_frame_joint): { Q: [0, -0.109, 0.035] },
90
+ double_stereo_frame_joint_origin(sensor_mount_frame_joint): { Q: [0, 0, 0.003] },
91
+ r_elbow_flex_joint(r_elbow_flex_joint_origin): { joint: hingeY, limits: [-2.3213, 0], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/elbow_flex.h5> },
92
+ l_elbow_flex_joint(l_elbow_flex_joint_origin): { joint: hingeY, limits: [-2.3213, 0], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/elbow_flex.h5> },
93
+ high_def_frame_joint(high_def_frame_joint_origin): { joint: rigid },
94
+ double_stereo_frame_joint(double_stereo_frame_joint_origin): { joint: rigid },
95
+ r_elbow_flex_link(r_elbow_flex_joint): { mass: 1.90327, inertia: [0.00346542, 4.06683e-05, 0.000431716, 0.00441606, -3.96891e-05, 0.00359157] },
96
+ r_forearm_roll_joint(r_elbow_flex_joint): { joint: hingeX, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/forearm_roll.h5> },
97
+ l_elbow_flex_link(l_elbow_flex_joint): { mass: 1.90327, inertia: [0.00346542, 4.06683e-05, 0.000431716, 0.00441606, -3.96891e-05, 0.00359157] },
98
+ l_forearm_roll_joint(l_elbow_flex_joint): { joint: hingeX, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/forearm_roll.h5> },
99
+ high_def_frame(high_def_frame_joint): { mass: 0.01, inertia: [0.001, 0.001, 0.001] },
100
+ high_def_frame_0(high_def_frame_joint): { Q: [-0.02, 0, 0], shape: box, size: [0.04, 0.04, 0.04] },
101
+ high_def_optical_frame_joint_origin(high_def_frame_joint): { Q: [0, 0, 0, 0.5, -0.5, -0.5, -0.5] },
102
+ double_stereo_link(double_stereo_frame_joint): { mass: 0.1, inertia: [0.001, 0.001, 0.01] },
103
+ double_stereo_link_0(double_stereo_frame_joint): { Q: [-0.01, 0, 0.025], shape: box, size: [0.02, 0.12, 0.05] },
104
+ wide_stereo_frame_joint_origin(double_stereo_frame_joint): { Q: [0, 0.03, 0.0305] },
105
+ narrow_stereo_frame_joint_origin(double_stereo_frame_joint): { Q: [0, 0.06, 0.0305] },
106
+ r_forearm_roll_link(r_forearm_roll_joint): { mass: 0.1, inertia: [0.01, 0.01, 0.01] },
107
+ r_forearm_cam_frame_joint_origin(r_forearm_roll_joint): { Q: [0.135, 0, 0.044, 0.679288, 0.679288, -0.196387, -0.196387] },
108
+ r_forearm_joint(r_forearm_roll_joint): { joint: rigid, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/forearm.h5> },
109
+ l_forearm_roll_link(l_forearm_roll_joint): { mass: 0.1, inertia: [0.01, 0.01, 0.01] },
110
+ l_forearm_cam_frame_joint_origin(l_forearm_roll_joint): { Q: [0.135, 0, 0.044, 0.679288, -0.679288, -0.196387, 0.196387] },
111
+ l_forearm_joint(l_forearm_roll_joint): { joint: rigid, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/forearm.h5> },
112
+ high_def_optical_frame_joint(high_def_optical_frame_joint_origin): { joint: rigid },
113
+ wide_stereo_frame_joint(wide_stereo_frame_joint_origin): { joint: rigid, shape: box, size: [0.001, 0.001, 0.001] },
114
+ narrow_stereo_frame_joint(narrow_stereo_frame_joint_origin): { joint: rigid, shape: box, size: [0.001, 0.001, 0.001] },
115
+ r_forearm_cam_frame_joint(r_forearm_cam_frame_joint_origin): { joint: rigid, shape: box, size: [0.01, 0.01, 0.01] },
116
+ r_forearm_link(r_forearm_joint): { mass: 2.57968, inertia: [0.00364857, 5.21588e-05, 0.000715348, 0.0150774, -1.31077e-05, 0.0165931] },
117
+ r_wrist_flex_joint_origin(r_forearm_joint): { Q: [0.321, 0, 0] },
118
+ l_forearm_cam_frame_joint(l_forearm_cam_frame_joint_origin): { joint: rigid, shape: box, size: [0.01, 0.01, 0.01] },
119
+ l_forearm_link(l_forearm_joint): { mass: 2.57968, inertia: [0.00364857, 5.21588e-05, 0.000715348, 0.0150774, -1.31077e-05, 0.0165931] },
120
+ l_wrist_flex_joint_origin(l_forearm_joint): { Q: [0.321, 0, 0] },
121
+ high_def_optical_frame(high_def_optical_frame_joint): { mass: 0.01, inertia: [0.001, 0.001, 0.001] },
122
+ high_def_optical_frame_0(high_def_optical_frame_joint): { Q: [0, 0, 0, 0.707107, 0, 0, 0.707107], shape: cylinder, size: [0.05, 0.02] },
123
+ wide_stereo_link(wide_stereo_frame_joint): { mass: 0.1, inertia: [0.01, 0.01, 0.01] },
124
+ wide_stereo_optical_frame_joint_origin(wide_stereo_frame_joint): { Q: [0, 0, 0, 0.5, -0.5, -0.5, -0.5] },
125
+ wide_stereo_gazebo_l_stereo_camera_frame_joint(wide_stereo_frame_joint): { joint: rigid, shape: box, size: [0.01, 0.01, 0.01] },
126
+ narrow_stereo_link(narrow_stereo_frame_joint): { mass: 0.1, inertia: [0.01, 0.01, 0.01] },
127
+ narrow_stereo_optical_frame_joint_origin(narrow_stereo_frame_joint): { Q: [0, 0, 0, 0.5, -0.5, -0.5, -0.5] },
128
+ narrow_stereo_gazebo_l_stereo_camera_frame_joint(narrow_stereo_frame_joint): { joint: rigid, shape: box, size: [0.01, 0.01, 0.01] },
129
+ r_forearm_cam_frame(r_forearm_cam_frame_joint): { mass: 0.01, inertia: [0.001, 0.001, 0.001] },
130
+ r_forearm_cam_optical_frame_joint_origin(r_forearm_cam_frame_joint): { Q: [0, 0, 0, 0.5, -0.5, -0.5, -0.5] },
131
+ r_wrist_flex_joint(r_wrist_flex_joint_origin): { joint: hingeY, limits: [-2.094, 0], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wrist_flex.h5> },
132
+ l_forearm_cam_frame(l_forearm_cam_frame_joint): { mass: 0.01, inertia: [0.001, 0.001, 0.001] },
133
+ l_forearm_cam_optical_frame_joint_origin(l_forearm_cam_frame_joint): { Q: [0, 0, 0, 0.5, -0.5, -0.5, -0.5] },
134
+ l_wrist_flex_joint(l_wrist_flex_joint_origin): { joint: hingeY, limits: [-2.094, 0], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wrist_flex.h5> },
135
+ wide_stereo_optical_frame_joint(wide_stereo_optical_frame_joint_origin): { joint: rigid },
136
+ wide_stereo_gazebo_l_stereo_camera_frame(wide_stereo_gazebo_l_stereo_camera_frame_joint): { mass: 0.01, inertia: [0.001, 0.001, 0.001] },
137
+ wide_stereo_gazebo_l_stereo_camera_optical_frame_joint_origin(wide_stereo_gazebo_l_stereo_camera_frame_joint): { Q: [0, 0, 0, 0.5, -0.5, -0.5, -0.5] },
138
+ wide_stereo_gazebo_r_stereo_camera_frame_joint_origin(wide_stereo_gazebo_l_stereo_camera_frame_joint): { Q: [0, -0.09, 0] },
139
+ narrow_stereo_optical_frame_joint(narrow_stereo_optical_frame_joint_origin): { joint: rigid },
140
+ narrow_stereo_gazebo_l_stereo_camera_frame(narrow_stereo_gazebo_l_stereo_camera_frame_joint): { mass: 0.01, inertia: [0.001, 0.001, 0.001] },
141
+ narrow_stereo_gazebo_l_stereo_camera_optical_frame_joint_origin(narrow_stereo_gazebo_l_stereo_camera_frame_joint): { Q: [0, 0, 0, 0.5, -0.5, -0.5, -0.5] },
142
+ narrow_stereo_gazebo_r_stereo_camera_frame_joint_origin(narrow_stereo_gazebo_l_stereo_camera_frame_joint): { Q: [0, -0.09, 0] },
143
+ r_forearm_cam_optical_frame_joint(r_forearm_cam_optical_frame_joint_origin): { joint: rigid },
144
+ r_wrist_flex_link(r_wrist_flex_joint): { mass: 0.61402, inertia: [0.000651657, 2.8864e-07, 3.03477e-06, 0.000198244, -2.2645e-07, 0.000644505] },
145
+ r_wrist_roll_joint(r_wrist_flex_joint): { joint: hingeX, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wrist_roll.h5> },
146
+ l_forearm_cam_optical_frame_joint(l_forearm_cam_optical_frame_joint_origin): { joint: rigid },
147
+ l_wrist_flex_link(l_wrist_flex_joint): { mass: 0.61402, inertia: [0.000651657, 2.8864e-07, 3.03477e-06, 0.000198244, -2.2645e-07, 0.000644505] },
148
+ l_wrist_roll_joint(l_wrist_flex_joint): { joint: hingeX, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/wrist_roll.h5> },
149
+ wide_stereo_gazebo_l_stereo_camera_optical_frame_joint(wide_stereo_gazebo_l_stereo_camera_optical_frame_joint_origin): { joint: rigid },
150
+ wide_stereo_gazebo_r_stereo_camera_frame_joint(wide_stereo_gazebo_r_stereo_camera_frame_joint_origin): { joint: rigid, shape: box, size: [0.01, 0.01, 0.01] },
151
+ narrow_stereo_gazebo_l_stereo_camera_optical_frame_joint(narrow_stereo_gazebo_l_stereo_camera_optical_frame_joint_origin): { joint: rigid },
152
+ narrow_stereo_gazebo_r_stereo_camera_frame_joint(narrow_stereo_gazebo_r_stereo_camera_frame_joint_origin): { joint: rigid, shape: box, size: [0.01, 0.01, 0.01] },
153
+ r_wrist_roll_link(r_wrist_roll_joint): { mass: 0.1, inertia: [0.01, 0.01, 0.01] },
154
+ r_gripper_palm_joint(r_wrist_roll_joint): { joint: rigid, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/gripper_palm.h5> },
155
+ l_wrist_roll_link(l_wrist_roll_joint): { mass: 0.1, inertia: [0.01, 0.01, 0.01] },
156
+ l_gripper_palm_joint(l_wrist_roll_joint): { joint: rigid, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/gripper_palm.h5> },
157
+ wide_stereo_gazebo_r_stereo_camera_frame(wide_stereo_gazebo_r_stereo_camera_frame_joint): { mass: 0.01, inertia: [0.001, 0.001, 0.001] },
158
+ wide_stereo_gazebo_r_stereo_camera_optical_frame_joint_origin(wide_stereo_gazebo_r_stereo_camera_frame_joint): { Q: [0, 0, 0, 0.5, -0.5, -0.5, -0.5] },
159
+ narrow_stereo_gazebo_r_stereo_camera_frame(narrow_stereo_gazebo_r_stereo_camera_frame_joint): { mass: 0.01, inertia: [0.001, 0.001, 0.001] },
160
+ narrow_stereo_gazebo_r_stereo_camera_optical_frame_joint_origin(narrow_stereo_gazebo_r_stereo_camera_frame_joint): { Q: [0, 0, 0, 0.5, -0.5, -0.5, -0.5] },
161
+ r_gripper_palm_link(r_gripper_palm_joint): { mass: 0.58007, inertia: [0.000352239, -1.58048e-05, -9.175e-07, 0.000677413, -5.9554e-07, 0.000865633] },
162
+ r_gripper_led_joint_origin(r_gripper_palm_joint): { Q: [0.0513, 0, 0.0244] },
163
+ r_gripper_tool_joint_origin(r_gripper_palm_joint): { Q: [0.18, 0, 0] },
164
+ r_gripper_l_finger_joint_origin(r_gripper_palm_joint): { Q: [0.07691, 0.01, 0] },
165
+ r_gripper_r_finger_joint_origin(r_gripper_palm_joint): { Q: [0.07691, -0.01, 0] },
166
+ r_gripper_l_parallel_root_joint_origin(r_gripper_palm_joint): { Q: [0.05891, 0.031, 0] },
167
+ r_gripper_r_parallel_root_joint_origin(r_gripper_palm_joint): { Q: [0.05891, -0.031, 0] },
168
+ r_gripper_motor_accelerometer_joint(r_gripper_palm_joint): { joint: rigid, shape: box, size: [0.001, 0.001, 0.001] },
169
+ l_gripper_palm_link(l_gripper_palm_joint): { mass: 0.58007, inertia: [0.000352239, -1.58048e-05, -9.175e-07, 0.000677413, -5.9554e-07, 0.000865633] },
170
+ l_gripper_led_joint_origin(l_gripper_palm_joint): { Q: [0.0513, 0, 0.0244] },
171
+ l_gripper_tool_joint_origin(l_gripper_palm_joint): { Q: [0.18, 0, 0] },
172
+ l_gripper_l_finger_joint_origin(l_gripper_palm_joint): { Q: [0.07691, 0.01, 0] },
173
+ l_gripper_r_finger_joint_origin(l_gripper_palm_joint): { Q: [0.07691, -0.01, 0] },
174
+ l_gripper_l_parallel_root_joint_origin(l_gripper_palm_joint): { Q: [0.05891, 0.031, 0] },
175
+ l_gripper_r_parallel_root_joint_origin(l_gripper_palm_joint): { Q: [0.05891, -0.031, 0] },
176
+ l_gripper_motor_accelerometer_joint(l_gripper_palm_joint): { joint: rigid, shape: box, size: [0.001, 0.001, 0.001] },
177
+ wide_stereo_gazebo_r_stereo_camera_optical_frame_joint(wide_stereo_gazebo_r_stereo_camera_optical_frame_joint_origin): { joint: rigid },
178
+ narrow_stereo_gazebo_r_stereo_camera_optical_frame_joint(narrow_stereo_gazebo_r_stereo_camera_optical_frame_joint_origin): { joint: rigid },
179
+ r_gripper_led_joint(r_gripper_led_joint_origin): { joint: rigid },
180
+ r_gripper_tool_joint(r_gripper_tool_joint_origin): { joint: rigid },
181
+ r_gripper_l_finger_joint(r_gripper_l_finger_joint_origin): { joint: hingeZ, limits: [0, 0.548], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/l_finger.h5> },
182
+ r_gripper_r_finger_joint(r_gripper_r_finger_joint_origin): { joint: hingeZ, joint_scale: -1, limits: [0, 0.548], mimic: r_gripper_l_finger_joint },
183
+ r_gripper_l_parallel_root_joint(r_gripper_l_parallel_root_joint_origin): { joint: hingeZ, limits: [0, 0.548], mimic: r_gripper_l_finger_joint },
184
+ r_gripper_r_parallel_root_joint(r_gripper_r_parallel_root_joint_origin): { joint: hingeZ, joint_scale: -1, limits: [0, 0.548], mimic: r_gripper_l_finger_joint },
185
+ r_gripper_motor_accelerometer_link(r_gripper_motor_accelerometer_joint): { mass: 0.001, inertia: [0.001, 0.001, 0.001] },
186
+ l_gripper_led_joint(l_gripper_led_joint_origin): { joint: rigid },
187
+ l_gripper_tool_joint(l_gripper_tool_joint_origin): { joint: rigid },
188
+ l_gripper_l_finger_joint(l_gripper_l_finger_joint_origin): { joint: hingeZ, limits: [0, 0.548], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/l_finger.h5> },
189
+ l_gripper_r_finger_joint(l_gripper_r_finger_joint_origin): { joint: hingeZ, joint_scale: -1, limits: [0, 0.548], mimic: l_gripper_l_finger_joint },
190
+ l_gripper_l_parallel_root_joint(l_gripper_l_parallel_root_joint_origin): { joint: hingeZ, limits: [0, 0.548], mimic: l_gripper_l_finger_joint },
191
+ l_gripper_r_parallel_root_joint(l_gripper_r_parallel_root_joint_origin): { joint: hingeZ, joint_scale: -1, limits: [0, 0.548], mimic: l_gripper_l_finger_joint },
192
+ l_gripper_motor_accelerometer_link(l_gripper_motor_accelerometer_joint): { mass: 0.001, inertia: [0.001, 0.001, 0.001] },
193
+ r_gripper_l_finger_link(r_gripper_l_finger_joint): { mass: 0.17126, inertia: [7.7562e-05, 1.49095e-06, -9.83385e-06, 0.000197083, -3.06125e-06, 0.000181054] },
194
+ r_gripper_l_finger_tip_joint_origin(r_gripper_l_finger_joint): { Q: [0.09137, 0.00495, 0] },
195
+ r_gripper_r_finger_link(r_gripper_r_finger_joint): { mass: 0.17389, inertia: [7.73841e-05, -2.09309e-06, -8.36228e-06, 0.000198474, 2.4611e-06, 0.00018107] },
196
+ r_gripper_r_finger_link_0(r_gripper_r_finger_joint): { Q: [0, 0, 0, -1.03412e-13, 1, 0, 0], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/l_finger.h5> },
197
+ r_gripper_r_finger_tip_joint_origin(r_gripper_r_finger_joint): { Q: [0.09137, -0.00495, 0] },
198
+ r_gripper_l_parallel_link(r_gripper_l_parallel_root_joint): { mass: 0.17126, inertia: [7.7562e-05, 1.49095e-06, -9.83385e-06, 0.000197083, -3.06125e-06, 0.000181054] },
199
+ r_gripper_r_parallel_link(r_gripper_r_parallel_root_joint): { mass: 0.17389, inertia: [7.73841e-05, -2.09309e-06, -8.36228e-06, 0.000198474, 2.4611e-06, 0.00018107] },
200
+ l_gripper_l_finger_link(l_gripper_l_finger_joint): { mass: 0.17126, inertia: [7.7562e-05, 1.49095e-06, -9.83385e-06, 0.000197083, -3.06125e-06, 0.000181054] },
201
+ l_gripper_l_finger_tip_joint_origin(l_gripper_l_finger_joint): { Q: [0.09137, 0.00495, 0] },
202
+ l_gripper_r_finger_link(l_gripper_r_finger_joint): { mass: 0.17389, inertia: [7.73841e-05, -2.09309e-06, -8.36228e-06, 0.000198474, 2.4611e-06, 0.00018107] },
203
+ l_gripper_r_finger_link_0(l_gripper_r_finger_joint): { Q: [0, 0, 0, -1.03412e-13, 1, 0, 0], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/l_finger.h5> },
204
+ l_gripper_r_finger_tip_joint_origin(l_gripper_r_finger_joint): { Q: [0.09137, -0.00495, 0] },
205
+ l_gripper_l_parallel_link(l_gripper_l_parallel_root_joint): { mass: 0.17126, inertia: [7.7562e-05, 1.49095e-06, -9.83385e-06, 0.000197083, -3.06125e-06, 0.000181054] },
206
+ l_gripper_r_parallel_link(l_gripper_r_parallel_root_joint): { mass: 0.17389, inertia: [7.73841e-05, -2.09309e-06, -8.36228e-06, 0.000198474, 2.4611e-06, 0.00018107] },
207
+ r_gripper_l_finger_tip_joint(r_gripper_l_finger_tip_joint_origin): { joint: hingeZ, joint_scale: -1, limits: [0, 0.548], mimic: r_gripper_l_finger_joint, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/l_finger_tip.h5> },
208
+ r_gripper_r_finger_tip_joint(r_gripper_r_finger_tip_joint_origin): { joint: hingeZ, limits: [0, 0.548], mimic: r_gripper_l_finger_joint },
209
+ l_gripper_l_finger_tip_joint(l_gripper_l_finger_tip_joint_origin): { joint: hingeZ, joint_scale: -1, limits: [0, 0.548], mimic: l_gripper_l_finger_joint, shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/l_finger_tip.h5> },
210
+ l_gripper_r_finger_tip_joint(l_gripper_r_finger_tip_joint_origin): { joint: hingeZ, limits: [0, 0.548], mimic: l_gripper_l_finger_joint },
211
+ r_gripper_l_finger_tip_link(r_gripper_l_finger_tip_joint): { mass: 0.04419, inertia: [8.37047e-06, 5.83632e-06, 0, 9.87067e-06, 0, 1.54177e-05] },
212
+ r_gripper_r_finger_tip_link(r_gripper_r_finger_tip_joint): { mass: 0.04419, inertia: [8.37047e-06, -5.83632e-06, 0, 9.87067e-06, 0, 1.54177e-05] },
213
+ r_gripper_r_finger_tip_link_0(r_gripper_r_finger_tip_joint): { Q: [0, 0, 0, -1.03412e-13, 1, 0, 0], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/l_finger_tip.h5> },
214
+ r_gripper_joint(r_gripper_r_finger_tip_joint): { joint: transY, limits: [0, 0.09] },
215
+ l_gripper_l_finger_tip_link(l_gripper_l_finger_tip_joint): { mass: 0.04419, inertia: [8.37047e-06, 5.83632e-06, 0, 9.87067e-06, 0, 1.54177e-05] },
216
+ l_gripper_r_finger_tip_link(l_gripper_r_finger_tip_joint): { mass: 0.04419, inertia: [8.37047e-06, -5.83632e-06, 0, 9.87067e-06, 0, 1.54177e-05] },
217
+ l_gripper_r_finger_tip_link_0(l_gripper_r_finger_tip_joint): { Q: [0, 0, 0, -1.03412e-13, 1, 0, 0], shape: mesh, color: [1, 1, 1, 1], mesh: <meshes/l_finger_tip.h5> },
218
+ l_gripper_joint(l_gripper_r_finger_tip_joint): { joint: transY, limits: [0, 0.09] }
@@ -9,15 +9,15 @@ ranger_transY(ranger_transX) { joint: transY, limits: [-5 5], ctrl_H: 2., motorL
9
9
  ranger_rot(ranger_transY) { }
10
10
 
11
11
  Prefix: ranger_
12
- Include: <ranger_clean.g>
12
+ Include: <ranger_mini_conv.g>
13
13
  Prefix!
14
14
 
15
15
  ranger_coll(ranger_base_link) { Q:[0, 0, -.14], shape: ssBox, size: [.75, .5, .3, .05], color:[1.,1.,1.,.5], contact: 1 }
16
16
 
17
- Edit ranger_fr_Link_0: { meshscale: .025, color:[.9] }
18
- Edit ranger_fl_Link_0: { meshscale: .025, color:[.9] }
19
- Edit ranger_br_Link_0: { meshscale: .025, color:[.9] }
20
- Edit ranger_bl_Link_0: { meshscale: .025, color:[.9] }
17
+ Edit ranger_fr_Link_0: { color:[.9] }
18
+ Edit ranger_fl_Link_0: { color:[.9] }
19
+ Edit ranger_br_Link_0: { color:[.9] }
20
+ Edit ranger_bl_Link_0: { color:[.9] }
21
21
  Edit ranger_base_link_0: { color:[.9] }
22
22
 
23
23
  Edit ranger_base_link(ranger_rot): { Q:[0, 0, .315], mass: 20 }
@@ -1,5 +1,5 @@
1
1
  base_link: { mass: 0.162716, inertia: [0.0007237, -1.55745e-08, -3.42379e-12, 0.000744047, 2.24935e-07, 2.14413e-05] },
2
- base_link_0(base_link): { Q: [0, 0, 0, 0.000796327, 1, 0, 0], shape: mesh, color: [0.792157, 0.819608, 0.933333, 1], mesh: <meshes/ranger_mini3.ply>, visual: True },
2
+ base_link_0(base_link): { Q: [0, 0, 0, 1, -1, 0, 0], shape: mesh, color: [0.792157, 0.819608, 0.933333, 1], mesh: <meshes/ranger_mini3.h5>, visual: True },
3
3
  fr_joint_origin(base_link): { Q: [0.25, -0.19, -0.1] },
4
4
  fl_joint_origin(base_link): { Q: [0.25, 0.19, -0.1, -3.67321e-06, 1, 0, 0] },
5
5
  br_joint_origin(base_link): { Q: [-0.25, -0.19, -0.1] },
@@ -12,7 +12,7 @@ fr_Link(fr_joint): { mass: 2.2786, inertia: [0.0063625, -1.0581e-07, -4.0831e-07
12
12
  fl_Link(fl_joint): { mass: 2.2786, inertia: [0.0063695, -2.1067e-08, -0.00016867, 0.006363, -1.0301e-08, 0.010458] },
13
13
  br_Link(br_joint): { mass: 2.2786, inertia: [0.0063627, -2.1069e-08, -1.587e-05, 0.006363, 9.3201e-09, 0.010465] },
14
14
  bl_Link(bl_joint): { mass: 2.2786, inertia: [0.0063656, -8.1498e-08, -0.00011049, 0.006363, 6.6847e-08, 0.010462] },
15
- fr_Link_0(fr_Link): { Q: [-0.248, -0.113, 0.155, 0.000563312, 0.000562864, 0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel_right.ply>, visual: True },
16
- fl_Link_0(fl_Link): { Q: [-0.248, 0.1265, 0.191, 0.000563312, -0.000562864, -0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel.ply>, visual: True },
17
- br_Link_0(br_Link): { Q: [-0.241, -0.11, 0.155, 0.000563312, 0.000562864, 0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel_right.ply>, visual: True },
18
- bl_Link_0(bl_Link): { Q: [-0.241, 0.13, 0.2, 0.000563312, -0.000562864, -0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel.ply>, visual: True }
15
+ fr_Link_0(fr_Link): { Q: [-0.248, -0.113, 0.155, 0.000563312, 0.000562864, 0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel_right.h5>, visual: True },
16
+ fl_Link_0(fl_Link): { Q: [-0.248, 0.1265, 0.191, 0.000563312, -0.000562864, -0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel.h5>, visual: True },
17
+ br_Link_0(br_Link): { Q: [-0.241, -0.11, 0.155, 0.000563312, 0.000562864, 0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel_right.h5>, visual: True },
18
+ bl_Link_0(bl_Link): { Q: [-0.241, 0.13, 0.2, 0.000563312, -0.000562864, -0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel.h5>, visual: True }
@@ -0,0 +1,14 @@
1
+ base_link: { mass: 25.7056, com: [0.0326128, 0.0718265, -0.00166507], inertia: [0.711027, 0.000383359, 0.0416814, 1.36554, 0.00276036, 1.84066] },
2
+ base_link_0(base_link): { Q: [0, 0, 0, 0.707388, -0.706825, 0, 0], shape: mesh, color: [0.792157, 0.819608, 0.933333, 1], mesh: <meshes/ranger_mini3.h5> },
3
+ fr_joint_origin(base_link): { Q: [0.25, -0.19, -0.1] },
4
+ fl_joint_origin(base_link): { Q: [0.25, 0.19, -0.1, -3.67321e-06, 1, 0, 0] },
5
+ br_joint_origin(base_link): { Q: [-0.25, -0.19, -0.1] },
6
+ bl_joint_origin(base_link): { Q: [-0.25, 0.19, -0.1, -3.67321e-06, 1, 0, 0] },
7
+ fr_joint(fr_joint_origin): { joint: hingeZ, joint_scale: -1, mass: 1.34089, com: [-0.49413, -0.335584, 0.280301], inertia: [0.00931857, -3.63082e-06, -4.19248e-06, 0.0101184, 0.000264633, 0.00405613] },
8
+ fl_joint(fl_joint_origin): { joint: hingeZ, joint_scale: -1, mass: 1.33115, com: [-0.493868, 0.257102, 0.304992], inertia: [0.00930652, 2.87129e-06, -2.07991e-05, 0.0101544, -0.000255253, 0.0040282] },
9
+ br_joint(br_joint_origin): { joint: hingeZ, joint_scale: -1, mass: 1.34089, com: [-0.48713, -0.332584, 0.280301], inertia: [0.00931857, -3.63082e-06, -4.19248e-06, 0.0101184, 0.000264633, 0.00405613] },
10
+ bl_joint(bl_joint_origin): { joint: hingeZ, joint_scale: -1, mass: 1.33115, com: [-0.486868, 0.260602, 0.313992], inertia: [0.00930652, 2.87129e-06, -2.07991e-05, 0.0101544, -0.000255253, 0.0040282] },
11
+ fr_Link_0(fr_joint): { Q: [-0.248, -0.113, 0.155, 0.000563312, -0.000562864, 0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel_right.h5> },
12
+ fl_Link_0(fl_joint): { Q: [-0.248, 0.1265, 0.191, 0.000563312, 0.000562864, -0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel.h5> },
13
+ br_Link_0(br_joint): { Q: [-0.241, -0.11, 0.155, 0.000563312, -0.000562864, 0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel_right.h5> },
14
+ bl_Link_0(bl_joint): { Q: [-0.241, 0.13, 0.2, 0.000563312, 0.000562864, -0.706825, 0.707388], shape: mesh, color: [0.79216, 0.81961, 0.93333, 1], mesh: <meshes/ranger_mini_v3_wheel.h5> }
@@ -1,11 +1,11 @@
1
1
  robotiq_base: { X: [0, 0, 1] }
2
2
 
3
- Include: <robotiq_clean.g>
3
+ Include: <robotiq_arg2f_85_model_conv.g>
4
4
  Edit robotiq_arg2f_base_link (robotiq_base): {}
5
5
 
6
6
  # add F/T sensor
7
7
 
8
- ftsensor (robotiq_base): { Q: [0, 0, -.035], shape: mesh, color: [0.2, 0.2, 0.2], mesh: <meshes/visual/robotiq_ft300.ply> }
8
+ ftsensor (robotiq_base): { Q: [0, 0, -.035], shape: mesh, color: [0.2, 0.2, 0.2], mesh: <meshes/robotiq_ft300.ply> }
9
9
 
10
10
 
11
11
  # define a gripper, palm and fingers
@@ -0,0 +1,21 @@
1
+ robotiq_arg2f_base_link: { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/robotiq_arg2f_85_base_link.h5>, mass: 0.16309, inertia: [0.00022626, 6.22636e-10, 6.5573e-11, 0.000188087, -3.11813e-07, 0.000141097] },
2
+ finger_joint_origin(robotiq_arg2f_base_link): { Q: [0, -0.0306011, 0.054904, 6.12323e-17, 0, 0, 1] },
3
+ left_inner_knuckle_joint_origin(robotiq_arg2f_base_link): { Q: [0, -0.0127, 0.06142, 6.12323e-17, 0, 0, 1] },
4
+ right_outer_knuckle_joint_origin(robotiq_arg2f_base_link): { Q: [0, 0.0306011, 0.054904] },
5
+ right_inner_knuckle_joint_origin(robotiq_arg2f_base_link): { Q: [0, 0.0127, 0.06142] },
6
+ finger_joint(finger_joint_origin): { joint: hingeX, limits: [0, 0.8], shape: mesh, color: [0.792157, 0.819608, 0.933333, 1], mesh: <meshes/robotiq_arg2f_85_outer_knuckle.h5>, mass: 0.0141429, inertia: [3.26716e-06, -5.23289e-17, 8.54928e-17, 3.03476e-06, 1.77988e-07, 8.59178e-07] },
7
+ left_inner_knuckle_joint(left_inner_knuckle_joint_origin): { joint: hingeX, limits: [0, 0.8757], mimic: finger_joint, shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/robotiq_arg2f_85_inner_knuckle.h5>, mass: 0.0293528, inertia: [1.18448e-05, -2.51482e-13, 9.42698e-14, 1.16071e-05, -5.32477e-06, 9.92039e-06] },
8
+ right_outer_knuckle_joint(right_outer_knuckle_joint_origin): { joint: hingeX, limits: [0, 0.81], mimic: finger_joint, shape: mesh, color: [0.792157, 0.819608, 0.933333, 1], mesh: <meshes/robotiq_arg2f_85_outer_knuckle.h5>, mass: 0.0141429, inertia: [3.26716e-06, -5.23289e-17, 8.54928e-17, 3.03476e-06, 1.77988e-07, 8.59178e-07] },
9
+ right_inner_knuckle_joint(right_inner_knuckle_joint_origin): { joint: hingeX, limits: [0, 0.8757], mimic: finger_joint, shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/robotiq_arg2f_85_inner_knuckle.h5>, mass: 0.0293528, inertia: [1.18448e-05, -2.51482e-13, 9.42698e-14, 1.16071e-05, -5.32477e-06, 9.92039e-06] },
10
+ left_outer_finger_joint_origin(finger_joint): { Q: [0, 0.0315, -0.0041] },
11
+ right_outer_finger_joint_origin(right_outer_knuckle_joint): { Q: [0, 0.0315, -0.0041] },
12
+ left_outer_finger_joint(left_outer_finger_joint_origin): { joint: rigid, shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/robotiq_arg2f_85_outer_finger.h5>, mass: 0.0246725, inertia: [8.05877e-06, 5.27023e-16, -3.05353e-16, 9.48665e-06, -9.13935e-07, 2.56178e-06] },
13
+ right_outer_finger_joint(right_outer_finger_joint_origin): { joint: rigid, shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/robotiq_arg2f_85_outer_finger.h5>, mass: 0.0246725, inertia: [8.05877e-06, 5.27023e-16, -3.05353e-16, 9.48665e-06, -9.13935e-07, 2.56178e-06] },
14
+ left_inner_finger_joint_origin(left_outer_finger_joint): { Q: [0, 0.0061, 0.0471] },
15
+ right_inner_finger_joint_origin(right_outer_finger_joint): { Q: [0, 0.0061, 0.0471] },
16
+ left_inner_finger_joint(left_inner_finger_joint_origin): { joint: hingeX, limits: [0, 0.8757], mimic: finger_joint, shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/robotiq_arg2f_85_inner_finger.h5>, mass: 0.0205822, inertia: [5.68083e-06, -1.41221e-12, 4.89169e-12, 4.88007e-06, 1.15703e-06, 1.93071e-06] },
17
+ right_inner_finger_joint(right_inner_finger_joint_origin): { joint: hingeX, limits: [0, 0.8757], mimic: finger_joint, shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/robotiq_arg2f_85_inner_finger.h5>, mass: 0.0205822, inertia: [5.68083e-06, -1.41221e-12, 4.89169e-12, 4.88007e-06, 1.15703e-06, 1.93071e-06] },
18
+ left_inner_finger_pad_joint_origin(left_inner_finger_joint): { Q: [0, -0.0220203, 0.03242] },
19
+ right_inner_finger_pad_joint_origin(right_inner_finger_joint): { Q: [0, -0.0220203, 0.03242] },
20
+ left_inner_finger_pad_joint(left_inner_finger_pad_joint_origin): { joint: rigid, shape: box, size: [0.022, 0.00635, 0.0375], color: [0.9, 0.9, 0.9, 1], mass: 0.0120282, inertia: [1.73997e-05, 2.27364e-05, 6.30668e-06] },
21
+ right_inner_finger_pad_joint(right_inner_finger_pad_joint_origin): { joint: rigid, shape: box, size: [0.022, 0.00635, 0.0375], color: [0.9, 0.9, 0.9, 1], mass: 0.0120282, inertia: [1.73997e-05, 2.27364e-05, 6.30668e-06] }
@@ -1,24 +1,24 @@
1
1
  robotiq_arg2f_base_link: { mass: 0.22652, inertia: [0.00020005, -4.2442e-10, -2.9069e-10, 0.00017832, -3.4402e-08, 0.00013478] }
2
2
  robotiq_arg2f_base_link_0(robotiq_arg2f_base_link): { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/visual/robotiq_arg2f_85_base_link.ply>, meshscale: 0.001, visual: True }
3
- finger_joint_origin(robotiq_arg2f_base_link): { rel: [0, -0.0306011, 0.054904, 6.12323e-17, 0, 0, 1] }
4
- left_inner_knuckle_joint_origin(robotiq_arg2f_base_link): { rel: [0, -0.0127, 0.06142, 6.12323e-17, 0, 0, 1] }
5
- right_outer_knuckle_joint_origin(robotiq_arg2f_base_link): { rel: [0, 0.0306011, 0.054904, 1, 0, 0, 0] }
6
- right_inner_knuckle_joint_origin(robotiq_arg2f_base_link): { rel: [0, 0.0127, 0.06142, 1, 0, 0, 0] }
7
- finger_joint(finger_joint_origin): { joint: hingeX, limits: [0, 0.8, 2, -1, 1000], ctrl_limits: [2, -1, 1000] }
8
- left_inner_knuckle_joint(left_inner_knuckle_joint_origin): { joint: hingeX, limits: [0, 0.8757, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
9
- right_outer_knuckle_joint(right_outer_knuckle_joint_origin): { joint: hingeX, limits: [0, 0.81, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
10
- right_inner_knuckle_joint(right_inner_knuckle_joint_origin): { joint: hingeX, limits: [0, 0.8757, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
3
+ robotiq_arg2f_base_link>finger_joint(robotiq_arg2f_base_link): { Q: [0, -0.0306011, 0.054904, 6.12323e-17, 0, 0, 1] }
4
+ robotiq_arg2f_base_link>left_inner_knuckle_joint(robotiq_arg2f_base_link): { Q: [0, -0.0127, 0.06142, 6.12323e-17, 0, 0, 1] }
5
+ robotiq_arg2f_base_link>right_outer_knuckle_joint(robotiq_arg2f_base_link): { Q: [0, 0.0306011, 0.054904, 1, 0, 0, 0] }
6
+ robotiq_arg2f_base_link>right_inner_knuckle_joint(robotiq_arg2f_base_link): { Q: [0, 0.0127, 0.06142, 1, 0, 0, 0] }
7
+ finger_joint(robotiq_arg2f_base_link>finger_joint): { joint: hingeX, limits: [0, 0.8, 2, -1, 1000], ctrl_limits: [2, -1, 1000] }
8
+ left_inner_knuckle_joint(robotiq_arg2f_base_link>left_inner_knuckle_joint): { joint: hingeX, limits: [0, 0.8757, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
9
+ right_outer_knuckle_joint(robotiq_arg2f_base_link>right_outer_knuckle_joint): { joint: hingeX, limits: [0, 0.81, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
10
+ right_inner_knuckle_joint(robotiq_arg2f_base_link>right_inner_knuckle_joint): { joint: hingeX, limits: [0, 0.8757, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
11
11
  left_outer_knuckle_0(finger_joint): { shape: mesh, color: [0.792157, 0.819608, 0.933333, 1], mesh: <meshes/visual/robotiq_arg2f_85_outer_knuckle.ply>, meshscale: 0.001, visual: True }
12
- left_outer_finger_0(finger_joint): { rel: [0, 0.0315, -0.0041, 1, 0, 0, 0], shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/visual/robotiq_arg2f_85_outer_finger.ply>, meshscale: 0.001, visual: True }
13
- left_inner_finger_joint_origin(finger_joint): { rel: [0, 0.0376, 0.043, 1, 0, 0, 0] }
12
+ left_outer_finger_0(finger_joint): { Q: [0, 0.0315, -0.0041, 1, 0, 0, 0], shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/visual/robotiq_arg2f_85_outer_finger.ply>, meshscale: 0.001, visual: True }
13
+ left_outer_finger>left_inner_finger_joint(finger_joint): { Q: [0, 0.0376, 0.043, 1, 0, 0, 0] }
14
14
  left_inner_knuckle_0(left_inner_knuckle_joint): { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/visual/robotiq_arg2f_85_inner_knuckle.ply>, meshscale: 0.001, visual: True }
15
15
  right_outer_knuckle_0(right_outer_knuckle_joint): { shape: mesh, color: [0.792157, 0.819608, 0.933333, 1], mesh: <meshes/visual/robotiq_arg2f_85_outer_knuckle.ply>, meshscale: 0.001, visual: True }
16
- right_outer_finger_0(right_outer_knuckle_joint): { rel: [0, 0.0315, -0.0041, 1, 0, 0, 0], shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/visual/robotiq_arg2f_85_outer_finger.ply>, meshscale: 0.001, visual: True }
17
- right_inner_finger_joint_origin(right_outer_knuckle_joint): { rel: [0, 0.0376, 0.043, 1, 0, 0, 0] }
16
+ right_outer_finger_0(right_outer_knuckle_joint): { Q: [0, 0.0315, -0.0041, 1, 0, 0, 0], shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/visual/robotiq_arg2f_85_outer_finger.ply>, meshscale: 0.001, visual: True }
17
+ right_outer_finger>right_inner_finger_joint(right_outer_knuckle_joint): { Q: [0, 0.0376, 0.043, 1, 0, 0, 0] }
18
18
  right_inner_knuckle_0(right_inner_knuckle_joint): { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/visual/robotiq_arg2f_85_inner_knuckle.ply>, meshscale: 0.001, visual: True }
19
- left_inner_finger_joint(left_inner_finger_joint_origin): { joint: hingeX, limits: [0, 0.8757, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
20
- right_inner_finger_joint(right_inner_finger_joint_origin): { joint: hingeX, limits: [0, 0.8757, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
19
+ left_inner_finger_joint(left_outer_finger>left_inner_finger_joint): { joint: hingeX, limits: [0, 0.8757, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
20
+ right_inner_finger_joint(right_outer_finger>right_inner_finger_joint): { joint: hingeX, limits: [0, 0.8757, 2, -1, 1000], mimic: "finger_joint", ctrl_limits: [2, -1, 1000] }
21
21
  left_inner_finger_0(left_inner_finger_joint): { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/visual/robotiq_arg2f_85_inner_finger.ply>, meshscale: 0.001, visual: True }
22
- left_inner_finger_pad_0(left_inner_finger_joint): { rel: [0, -0.0220203, 0.03242, 1, 0, 0, 0], shape: box, size: [0.022, 0.00635, 0.0375, 0], color: [0.9, 0.9, 0.9, 1], visual: True }
22
+ left_inner_finger_pad_0(left_inner_finger_joint): { Q: [0, -0.0220203, 0.03242, 1, 0, 0, 0], shape: box, size: [0.022, 0.00635, 0.0375, 0], color: [0.9, 0.9, 0.9, 1], visual: True }
23
23
  right_inner_finger_0(right_inner_finger_joint): { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <meshes/visual/robotiq_arg2f_85_inner_finger.ply>, meshscale: 0.001, visual: True }
24
- right_inner_finger_pad_0(right_inner_finger_joint): { rel: [0, -0.0220203, 0.03242, 1, 0, 0, 0], shape: box, size: [0.022, 0.00635, 0.0375, 0], color: [0.9, 0.9, 0.9, 1], visual: True }
24
+ right_inner_finger_pad_0(right_inner_finger_joint): { Q: [0, -0.0220203, 0.03242, 1, 0, 0, 0], shape: box, size: [0.022, 0.00635, 0.0375, 0], color: [0.9, 0.9, 0.9, 1], visual: True }
@@ -1,5 +1,5 @@
1
1
  base { X:[0 0 .5], multibody, multibody_gravity: false }
2
- jointX(base){ joint:transX, mass:.01, limits: [-1.,1.], motorLambda: .01, motorMass: .01, sampleUniform: 1. }
3
- jointY(jointX){ joint:transY, mass:.01, limits: [-1.,1.], motorLambda: .01, motorMass: .01, sampleUniform: 1. }
2
+ jointX(base){ joint:transX, mass:.01, inertia:[.01,.01,.01], limits: [-1.,1.], motorLambda: .01, motorMass: .01, sampleUniform: 1. }
3
+ jointY(jointX){ joint:transY, mass:.01, inertia:[.01,.01,.01], limits: [-1.,1.], motorLambda: .01, motorMass: .01, sampleUniform: 1. }
4
4
  jointZ(jointY){ joint:transZ, limits: [-1.,1.], motorLambda: .01, motorMass: .01, sampleUniform: 1. }
5
5
  finger(jointZ){ shape:sphere, size:[.02], color:[.5 1 1], contact:1, mass: .1 }
@@ -1,11 +1,8 @@
1
1
 
2
- world: {}
3
-
4
2
  table: { X: [0, 0, .1], shape: ssBox, size: [2, 2, .1, .02], color: [.3, .3, .3] }
5
3
 
6
4
  obj: { X: [0, 0, 2], shape: marker, size: [.3] }
7
-
8
- part1 (obj): { Q: "t(0 -.5 0) d(90 0 1 0)", shape: capsule, size: [.5, .05], color: [.9, .9, .9], mass: 1 }
9
- part2 (obj): { Q: "t(0 .5 0)", shape: capsule, size: [1., .05], color: [.9, .9, .9] }
10
- part3 (obj): { Q: "t(0 .25 0) d(90 1 0 0)", shape: capsule, size: [1.5, .05], color: [.9, .9, .9] }
5
+ part1 (obj): { Q: "t(0 -.5 0) d(90 0 1 0)", shape: sphere, size: [.15], color: [.9, .9, .9], mass: 1 }
6
+ part2 (obj): { Q: "t(0 .5 0)", shape: capsule, size: [1., .05], color: [.9, .9, .9], mass: 1 }
7
+ part3 (obj): { Q: "t(0 .25 0) d(90 1 0 0)", shape: capsule, size: [1.5, .05], color: [.9, .9, .9], mass: 1 }
11
8
  part4 (obj): { Q: "t(.3 1. 0) d(90 1 0 0)", shape: ssBox, size: [.5, .5, .5, .05], color: [.9, .9, .9], mass: 1 }
@@ -1,5 +1,5 @@
1
1
  Prefix: "ur_"
2
- Include: <ur10_clean.g>
2
+ Include: <ur10_conv.g>
3
3
  Prefix: false
4
4
 
5
5
  Edit ur_world_joint_origin: { rel: [0, 0, 0] }
@@ -0,0 +1,17 @@
1
+ world: { },
2
+ world_joint_origin(world): { Q: [0, 0, 1] },
3
+ world_joint(world_joint_origin): { joint: rigid, shape: mesh, color: [0.371451, 0.371451, 0.371451, 1], mesh: <meshes/base.h5>, mass: 0.328598, inertia: [0.000876246, -3.50721e-07, -2.99737e-08, 0.000730367, 2.05527e-06, 0.00143972] },
4
+ shoulder_pan_joint_origin(world_joint): { Q: [0, 0, 0.1273] },
5
+ shoulder_pan_joint(shoulder_pan_joint_origin): { joint: hingeZ, limits: [-6.28319, 6.28319], shape: mesh, mesh: <meshes/shoulder.h5>, mass: 0.909582, inertia: [0.00565017, -6.93355e-06, -8.74462e-06, 0.00537262, -4.97716e-05, 0.00439801] },
6
+ shoulder_lift_joint_origin(shoulder_pan_joint): { Q: [0, 0.220941, 0, 0.707107, 0, 0.707107, 0] },
7
+ shoulder_lift_joint(shoulder_lift_joint_origin): { joint: hingeY, limits: [-6.28319, 6.28319], shape: mesh, mesh: <meshes/upperarm.h5>, mass: 2.43496, inertia: [0.159184, 1.47112e-05, -8.39265e-05, 0.157564, 0.000647215, 0.0100854] },
8
+ elbow_joint_origin(shoulder_lift_joint): { Q: [0, -0.1719, 0.612] },
9
+ elbow_joint(elbow_joint_origin): { joint: hingeY, limits: [-6.28319, 6.28319], shape: mesh, mesh: <meshes/forearm.h5>, mass: 1.75122, inertia: [0.0968559, -9.76006e-06, 1.57892e-05, 0.0958587, 0.000947383, 0.00463623] },
10
+ wrist_1_joint_origin(elbow_joint): { Q: [0, 0, 0.5723, 0.707107, 0, 0.707107, 0] },
11
+ wrist_1_joint(wrist_1_joint_origin): { joint: hingeY, limits: [-6.28319, 6.28319], shape: mesh, mesh: <meshes/wrist1.h5>, mass: 0.361159, inertia: [0.000895857, 1.09527e-06, 9.37493e-07, 0.000848918, -1.01451e-05, 0.000646337] },
12
+ wrist_2_joint_origin(wrist_1_joint): { Q: [0, 0.1149, 0] },
13
+ wrist_2_joint(wrist_2_joint_origin): { joint: hingeZ, limits: [-6.28319, 6.28319], shape: mesh, mesh: <meshes/wrist2.h5>, mass: 0.361992, inertia: [0.000898399, -5.86223e-07, -1.0802e-06, 0.000648368, -1.06317e-05, 0.000850769] },
14
+ wrist_3_joint_origin(wrist_2_joint): { Q: [0, 0, 0.1157] },
15
+ wrist_3_joint(wrist_3_joint_origin): { joint: hingeY, limits: [-6.28319, 6.28319], shape: mesh, color: [0.464314, 0.464314, 0.464314, 1], mesh: <meshes/wrist3.h5>, mass: 0.108345, inertia: [8.36376e-05, 4.10321e-09, 1.31385e-08, 0.000134503, -9.21218e-09, 8.00354e-05] },
16
+ ee_fixed_joint_origin(wrist_3_joint): { Q: [0, 0.0922, 0, 0.707107, 0, 0, 0.707107] },
17
+ ee_fixed_joint(ee_fixed_joint_origin): { joint: rigid }
robotic/ry-h5info CHANGED
@@ -10,7 +10,11 @@ parser.add_argument('FILE', type=str,
10
10
 
11
11
  def print_attrs(name, obj):
12
12
  if isinstance(obj, h5py.Dataset):
13
- print(' ', name, obj.name, obj.shape, obj.dtype)
13
+ print(' ', name, obj.name, obj.shape, obj.dtype, f'{obj.size*obj.dtype.itemsize/1024:.2f}kB')
14
+ if obj.dtype=='int8':
15
+ print(''.join([chr(x) for x in obj[()]]))
16
+ elif obj.size<20:
17
+ print(obj[()])
14
18
  else:
15
19
  print('---', name)
16
20
 
robotic/ry-test CHANGED
@@ -16,7 +16,7 @@ q0 = C.getJointState()
16
16
  qT = q0
17
17
  qT[0] += 1.
18
18
 
19
- sim = ry.Simulation(C, ry.SimulationEngine.physx, verbose=1) #try verbose=2
19
+ sim = ry.Simulation(C, ry.SimulationEngine.physx, verbose=2) #try verbose=3 or 1
20
20
 
21
21
  [X, q, V, qDot] = sim.getState()
22
22
 
@@ -0,0 +1,73 @@
1
+ #!/usr/bin/env python3
2
+
3
+ # from config_mujoco import *
4
+ # from config_urdf import *
5
+ # from mesh_helper import *
6
+ from robotic.src.yaml_helper import *
7
+ import robotic as ry
8
+ import argparse
9
+ import glob
10
+ import os
11
+
12
+ parser = argparse.ArgumentParser(
13
+ description='Utility to clean meshes in meshes/')
14
+
15
+ parser.add_argument('file', type=str, help='urdf file', nargs='?', default='none')
16
+
17
+ parser.add_argument('-view', help='view mesh', action="store_true", default=True)
18
+ parser.add_argument('-flipDaeYZ', help='view mesh', action="store_true", default=False)
19
+ parser.add_argument('-recomputeInertias', help='view mesh', action="store_true")
20
+ parser.add_argument('-processMeshes', help='view mesh', action="store_true", default=True)
21
+ parser.add_argument('-meshlab', help='apply meshlab filters', action="store_true", default=False)
22
+
23
+ def main():
24
+ args = parser.parse_args()
25
+
26
+ if args.file=='none':
27
+ # args.file = '/home/mtoussai/git/rai-robotModels/pr2/pr2.urdf'
28
+ args.file = '/home/mtoussai/git/rai-robotModels/panda/panda_arm_hand.urdf'
29
+ # args.file = '/home/mtoussai/git/rai-robotModels/g1/g1_description/g1_29dof.urdf'
30
+ # args.file = '/home/mtoussai/git/rai-robotModels/ranger/ranger_mini.urdf'
31
+
32
+ print('=== URDF CONVERT ===', args.file)
33
+
34
+ path, file = os.path.split(args.file)
35
+ filebase, _ = os.path.splitext(file)
36
+
37
+ if args.flipDaeYZ:
38
+ ry.params_add({'assimp/daeFlipYZ': False})
39
+
40
+ C = ry.URDFLoader(args.file, visualsOnly=True, meshPathRemove='package://').C
41
+
42
+ C.processStructure(False, True, False, False)
43
+ C.processInertias(args.recomputeInertias)
44
+ C.processStructure(False, True, False, False)
45
+
46
+ os.system('rm -Rf meshes/')
47
+ C.writeMeshes('meshes/', copyTextures=True)
48
+
49
+ print('#frames: ', C.getFrameDimension())
50
+ with open(f'{filebase}_conv.g', 'w') as fil:
51
+ #yaml.dump(C.asDict(), file, default_flow_style=False)
52
+ fil.write(C.write())
53
+
54
+ yaml_write_dict(C.asDict(), f'{filebase}_conv.yml')
55
+
56
+ C.view(True)
57
+ # C.animate()
58
+
59
+ if args.processMeshes:
60
+ for file in sorted(glob.glob('meshes/*.h5')):
61
+
62
+ M = ry.MeshHelper(file)
63
+ if M.mesh is None:
64
+ continue
65
+
66
+ M.repair(mergeTolerance=1e-4)
67
+ print(' watertight:', M.mesh.is_watertight)
68
+ print(' oriented:', M.mesh.is_winding_consistent)
69
+ M.report()
70
+ M.export_h5()
71
+
72
+ if __name__ == "__main__":
73
+ main()