robotic 0.2.9__cp312-cp312-manylinux2014_x86_64.whl → 0.2.9.dev2__cp312-cp312-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.
- robotic/__init__.py +4 -0
- robotic/_robotic.pyi +13 -9
- robotic/_robotic.so +0 -0
- robotic/cleanMeshes.py +59 -0
- robotic/include/rai/Core/array.ipp +3 -1
- robotic/include/rai/Core/graph.h +2 -2
- robotic/include/rai/Core/util.h +8 -7
- robotic/include/rai/Geo/geo.h +3 -2
- robotic/include/rai/Geo/mesh.h +1 -3
- robotic/include/rai/KOMO/manipTools.h +2 -2
- robotic/include/rai/Kin/frame.h +4 -4
- robotic/include/rai/Kin/kin.h +4 -3
- robotic/include/rai/Kin/kin_physx.h +1 -2
- robotic/include/rai/ry/types.h +3 -2
- robotic/librai.so +0 -0
- robotic/meshTool +0 -0
- robotic/mujoco-import.py +10 -0
- robotic/rai-robotModels/g1/g1.g +1 -1
- robotic/rai-robotModels/g1/g1_29dof_conv.g +77 -0
- robotic/rai-robotModels/g1/g1_clean.g +38 -73
- robotic/rai-robotModels/g1/meshes/head_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_ankle_pitch_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_ankle_roll_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_elbow_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_hip_pitch_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_hip_roll_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_hip_yaw_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_knee_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_rubber_hand.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_shoulder_pitch_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_shoulder_roll_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_shoulder_yaw_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_wrist_pitch_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_wrist_roll_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/left_wrist_yaw_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/logo_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/pelvis.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/pelvis_contour_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_ankle_pitch_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_ankle_roll_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_elbow_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_hip_pitch_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_hip_roll_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_hip_yaw_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_knee_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_rubber_hand.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_shoulder_pitch_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_shoulder_roll_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_shoulder_yaw_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_wrist_pitch_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_wrist_roll_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/right_wrist_yaw_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/torso_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/waist_roll_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/waist_support_link.h5 +0 -0
- robotic/rai-robotModels/g1/meshes/waist_yaw_link.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/finger.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/hand.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/link0.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/link1.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/link2.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/link3.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/link4.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/link5.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/link6.h5 +0 -0
- robotic/rai-robotModels/panda/meshes/link7.h5 +0 -0
- robotic/rai-robotModels/panda/panda.g +1 -1
- robotic/rai-robotModels/panda/panda_arm_hand_conv.g +24 -0
- robotic/rai-robotModels/panda/panda_clean.g +21 -45
- robotic/rai-robotModels/panda/panda_gripper.g +3 -3
- robotic/rai-robotModels/pr2/meshes/base.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/base_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/caster.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/elbow_flex.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/elbow_flex_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/forearm.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/forearm_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/forearm_roll.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/gripper_palm.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/gripper_palm_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/head_pan.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/head_pan_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/head_tilt.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/head_tilt_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/l_finger.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/l_finger_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/l_finger_tip.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/l_finger_tip_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/shoulder_lift.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/shoulder_lift_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/shoulder_pan.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/shoulder_pan_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/tilting_hokuyo.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/tilting_hokuyo_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/torso_lift.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/torso_lift_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/upper_arm.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/upper_arm_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/upper_arm_roll.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/upper_arm_roll_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/wheel.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/wheel_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/wrist_color.png +0 -0
- robotic/rai-robotModels/pr2/meshes/wrist_flex.h5 +0 -0
- robotic/rai-robotModels/pr2/meshes/wrist_roll.h5 +0 -0
- robotic/rai-robotModels/pr2/pr2.g +1 -1
- robotic/rai-robotModels/pr2/pr2_clean.g +5 -1
- robotic/rai-robotModels/pr2/pr2_conv.g +218 -0
- robotic/rai-robotModels/ranger/meshes/ranger_mini3.h5 +0 -0
- robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel.h5 +0 -0
- robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel_right.h5 +0 -0
- robotic/rai-robotModels/ranger/ranger.g +5 -5
- robotic/rai-robotModels/ranger/ranger_clean.g +5 -5
- robotic/rai-robotModels/ranger/ranger_mini_conv.g +14 -0
- robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_base_link.h5 +0 -0
- robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_inner_finger.h5 +0 -0
- robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_inner_knuckle.h5 +0 -0
- robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_outer_finger.h5 +0 -0
- robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_outer_knuckle.h5 +0 -0
- robotic/rai-robotModels/robotiq/robotiq.g +2 -2
- robotic/rai-robotModels/robotiq/robotiq_arg2f_85_model_conv.g +21 -0
- robotic/rai-robotModels/robotiq/robotiq_clean.g +16 -16
- robotic/rai-robotModels/scenarios/ballFinger.g +2 -2
- robotic/rai-robotModels/tests/compound.g +3 -6
- robotic/rai-robotModels/ur10/meshes/base.h5 +0 -0
- robotic/rai-robotModels/ur10/meshes/forearm.h5 +0 -0
- robotic/rai-robotModels/ur10/meshes/shoulder.h5 +0 -0
- robotic/rai-robotModels/ur10/meshes/upperarm.h5 +0 -0
- robotic/rai-robotModels/ur10/meshes/wrist1.h5 +0 -0
- robotic/rai-robotModels/ur10/meshes/wrist2.h5 +0 -0
- robotic/rai-robotModels/ur10/meshes/wrist3.h5 +0 -0
- robotic/rai-robotModels/ur10/ur10.g +1 -1
- robotic/rai-robotModels/ur10/ur10_conv.g +17 -0
- robotic/ry-h5info +5 -1
- robotic/ry-test +1 -1
- robotic/ry-urdfConvert.py +73 -0
- robotic/src/config_mujoco.py +237 -0
- robotic/src/config_urdf.py +237 -0
- robotic/src/mesh_helper.py +395 -0
- robotic/src/yaml_helper.py +19 -0
- robotic/version.py +1 -1
- {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-h5info +5 -1
- {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-test +1 -1
- {robotic-0.2.9.dist-info → robotic-0.2.9.dev2.dist-info}/METADATA +3 -2
- robotic-0.2.9.dev2.dist-info/RECORD +369 -0
- {robotic-0.2.9.dist-info → robotic-0.2.9.dev2.dist-info}/WHEEL +1 -1
- robotic/rai-robotModels/baxter/baxter.g +0 -49
- robotic/rai-robotModels/baxter/baxter_clean.g +0 -116
- robotic/rai-robotModels/baxter/baxter_clean2.g +0 -205
- robotic/rai-robotModels/baxter/baxter_clean3.g +0 -223
- robotic/rai-robotModels/baxter/baxter_description/meshes/base/PEDESTAL.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/base/pedestal_link_collision.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/head/H0.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/head/H1.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/lower_elbow/E1.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/lower_forearm/W1.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/lower_shoulder/S1.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/torso/base_link.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/torso/base_link_collision.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/upper_elbow/E0.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/upper_forearm/W0.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/upper_shoulder/S0.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_description/meshes/wrist/W2.ply +0 -0
- robotic/rai-robotModels/baxter/baxter_new.g +0 -53
- robotic/rai-robotModels/baxter/rethink_ee_description/meshes/electric_gripper/electric_gripper_base.ply +0 -0
- robotic/rai-robotModels/baxter/rethink_ee_description/meshes/electric_gripper/fingers/extended_narrow.ply +0 -0
- robotic/rai-robotModels/baxter/rethink_ee_description/meshes/electric_gripper/fingers/half_round_tip.ply +0 -0
- robotic/rai-robotModels/baxter/rethink_ee_description/meshes/electric_gripper/fingers/paddle_tip.ply +0 -0
- robotic/rai-robotModels/baxter/rethink_ee_description/meshes/pneumatic_gripper/pneumatic_gripper_base.ply +0 -0
- robotic/rai-robotModels/baxter/rethink_ee_description/meshes/pneumatic_gripper/pneumatic_gripper_w_cup.ply +0 -0
- robotic/rai-robotModels/g1/meshes/head_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_ankle_pitch_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_ankle_roll_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_elbow_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hand_index_0_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hand_index_1_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hand_middle_0_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hand_middle_1_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hand_palm_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hand_thumb_0_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hand_thumb_1_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hand_thumb_2_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hip_pitch_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hip_roll_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_hip_yaw_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_knee_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_rubber_hand.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_shoulder_pitch_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_shoulder_roll_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_shoulder_yaw_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_wrist_pitch_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_wrist_roll_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_wrist_roll_rubber_hand.ply +0 -0
- robotic/rai-robotModels/g1/meshes/left_wrist_yaw_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/logo_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/pelvis.ply +0 -0
- robotic/rai-robotModels/g1/meshes/pelvis_contour_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_ankle_pitch_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_ankle_roll_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_elbow_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hand_index_0_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hand_index_1_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hand_middle_0_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hand_middle_1_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hand_palm_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hand_thumb_0_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hand_thumb_1_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hand_thumb_2_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hip_pitch_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hip_roll_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_hip_yaw_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_knee_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_rubber_hand.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_shoulder_pitch_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_shoulder_roll_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_shoulder_yaw_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_wrist_pitch_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_wrist_roll_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_wrist_roll_rubber_hand.ply +0 -0
- robotic/rai-robotModels/g1/meshes/right_wrist_yaw_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/torso_constraint_L_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/torso_constraint_L_rod_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/torso_constraint_R_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/torso_constraint_R_rod_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/torso_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/waist_constraint_L.ply +0 -0
- robotic/rai-robotModels/g1/meshes/waist_constraint_R.ply +0 -0
- robotic/rai-robotModels/g1/meshes/waist_roll_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/waist_support_link.ply +0 -0
- robotic/rai-robotModels/g1/meshes/waist_yaw_link.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/finger.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/hand.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/link0.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/link1.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/link2.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/link3.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/link4.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/link5.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/link6.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/collision/link7.stl +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/HOWTO.sh +0 -10
- robotic/rai-robotModels/panda/franka_description/meshes/visual/HOWTO2.sh +0 -7
- robotic/rai-robotModels/panda/franka_description/meshes/visual/convMeshes.mlx +0 -38
- robotic/rai-robotModels/panda/franka_description/meshes/visual/finger.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/hand.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/link0.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/link1.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/link2.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/link3.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/link4.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/link5.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/link6.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/link7.ply +0 -0
- robotic/rai-robotModels/panda/franka_description/meshes/visual/script.mlx +0 -28
- robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/base.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/base_L.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/caster.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/caster_L.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/pr2_wheel.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/base_v0/wheel.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/forearm_v0/forearm.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/forearm_v0/wrist_flex.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/forearm_v0/wrist_roll.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/forearm_v0/wrist_roll_L.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/gripper_v0/gripper_palm.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/gripper_v0/l_finger.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/gripper_v0/l_finger_tip.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/head_v0/head_pan.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/head_v0/head_pan_L.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/head_v0/head_tilt.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/head_v0/head_tilt_L.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/shoulder_lift.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/shoulder_pan.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/shoulder_yaw.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/upper_arm_roll.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/shoulder_v0/upper_arm_roll_L.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/tilting_laser_v0/hok_tilt.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/tilting_laser_v0/tilting_hokuyo.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/tilting_laser_v0/tilting_hokuyo_L.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/torso_v0/torso.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/torso_v0/torso_lift.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/torso_v0/torso_lift_L.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/upper_arm_v0/elbow_flex.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/upper_arm_v0/forearm_roll.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/upper_arm_v0/forearm_roll_L.ply +0 -0
- robotic/rai-robotModels/pr2/pr2_description/meshes/upper_arm_v0/upper_arm.ply +0 -0
- robotic/rai-robotModels/ranger/meshes/cleanMeshes.mlx +0 -23
- robotic/rai-robotModels/ranger/meshes/cleanMeshes.sh +0 -8
- robotic/rai-robotModels/ranger/meshes/ranger_mini3.ply +0 -0
- robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel.ply +0 -0
- robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel_right.ply +0 -0
- robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_base_link.ply +0 -0
- robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_base_link_x.ply +0 -10
- robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_inner_finger.ply +0 -0
- robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_inner_knuckle.ply +0 -0
- robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_outer_finger.ply +0 -0
- robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_outer_knuckle.ply +0 -0
- robotic/rai-robotModels/robotiq/meshes/visual/robotiq_arg2f_85_pad.ply +0 -0
- robotic/rai-robotModels/robotiq/meshes/visual/robotiq_gripper_coupling.ply +0 -0
- robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Base.ply +0 -0
- robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Forearm.ply +0 -0
- robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Shoulder.ply +0 -0
- robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/UpperArm.ply +0 -0
- robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Wrist1.ply +0 -0
- robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Wrist2.ply +0 -0
- robotic/rai-robotModels/ur10/ur_description/meshes/ur10/visual/Wrist3.ply +0 -0
- robotic-0.2.9.dist-info/RECORD +0 -420
- /robotic/rai-robotModels/robotiq/meshes/{visual/robotiq_ft300.ply → robotiq_ft300.ply} +0 -0
- {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-bot +0 -0
- {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-info +0 -0
- {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-meshTool +0 -0
- {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-urdf2rai +0 -0
- {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-urdf2yaml +0 -0
- {robotic-0.2.9.data → robotic-0.2.9.dev2.data}/scripts/ry-view +0 -0
- {robotic-0.2.9.dist-info → robotic-0.2.9.dev2.dist-info/licenses}/LICENSE +0 -0
- {robotic-0.2.9.dist-info → robotic-0.2.9.dev2.dist-info}/top_level.txt +0 -0
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
base: { }
|
|
2
|
-
collision_head_1_origin(base): { rel: [0.11, 0, 0.75, 1, 0, 0, 0] }
|
|
3
|
-
collision_head_2_origin(base): { rel: [0.11, 0, 0.75, 1, 0, 0, 0] }
|
|
4
|
-
torso_t0(base): { joint: rigid, limits: [-3.01, 3.01], ctrl_limits: [10000, -1, 50000] }
|
|
5
|
-
collision_head_1(collision_head_1_origin): { joint: rigid }
|
|
6
|
-
collision_head_2(collision_head_2_origin): { joint: rigid }
|
|
7
|
-
torso(torso_t0): { mass: 35.3365, inertia: [1.84916, -0.000354, -0.154188, 1.66267, 0.003292, 0.802239] }
|
|
8
|
-
collision_head_link_1(collision_head_1): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
9
|
-
collision_head_link_2(collision_head_2): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
10
|
-
torso_0(torso): { shape: mesh, color: [0.2, 0.2, 0.2, 1], mesh: <baxter_description/meshes/torso/base_link.ply>, visual: True }
|
|
11
|
-
left_torso_itb_fixed_origin(torso): { rel: [-0.08897, 0.15593, 0.389125, 3.2758e-05, -3.2758e-05, 0.707107, 0.707107] }
|
|
12
|
-
right_torso_itb_fixed_origin(torso): { rel: [-0.08897, -0.15593, 0.389125, 0.707107, 0.707107, 0, 0] }
|
|
13
|
-
head_pan_origin(torso): { rel: [0.06, 0, 0.686, 1, 0, 0, 0] }
|
|
14
|
-
sonar_s0_origin(torso): { rel: [0.0947, 0, 0.817, 1, 0, 0, 0] }
|
|
15
|
-
right_torso_arm_mount_origin(torso): { rel: [0.024645, -0.219645, 0.118588, 0.923879, 0, 0, -0.382684] }
|
|
16
|
-
left_torso_arm_mount_origin(torso): { rel: [0.024645, 0.219645, 0.118588, 0.923879, 0, 0, 0.382684] }
|
|
17
|
-
pedestal_fixed_origin(torso): { }
|
|
18
|
-
collision_head_link_1_0(collision_head_link_1): { shape: sphere, size: [0, 0, 0, 0.001], color: [0.8, 0.3, 0.3, 0.3], visual: True }
|
|
19
|
-
collision_head_link_2_0(collision_head_link_2): { shape: sphere, size: [0, 0, 0, 0.001], color: [0.8, 0.3, 0.3, 0.3], visual: True }
|
|
20
|
-
left_torso_itb_fixed(left_torso_itb_fixed_origin): { joint: rigid }
|
|
21
|
-
right_torso_itb_fixed(right_torso_itb_fixed_origin): { joint: rigid }
|
|
22
|
-
head_pan(head_pan_origin): { joint: hingeZ, limits: [-1.3963, 1.3963, 10000, -1, 50000], ctrl_limits: [10000, -1, 50000] }
|
|
23
|
-
sonar_s0(sonar_s0_origin): { joint: rigid }
|
|
24
|
-
right_torso_arm_mount(right_torso_arm_mount_origin): { joint: rigid }
|
|
25
|
-
left_torso_arm_mount(left_torso_arm_mount_origin): { joint: rigid }
|
|
26
|
-
pedestal_fixed(pedestal_fixed_origin): { joint: rigid }
|
|
27
|
-
left_torso_itb(left_torso_itb_fixed): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
28
|
-
right_torso_itb(right_torso_itb_fixed): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
29
|
-
head(head_pan): { mass: 0.547767, inertia: [0.004641, 0.000159, 0.000242, 0.003295, -0.001324, 0.003415] }
|
|
30
|
-
sonar_ring(sonar_s0): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
31
|
-
right_arm_mount(right_torso_arm_mount): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
32
|
-
left_arm_mount(left_torso_arm_mount): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
33
|
-
pedestal(pedestal_fixed): { mass: 60.864, inertia: [5.06359, 0.00103417, 0.801996, 6.08689, 0.00105311, 4.96192] }
|
|
34
|
-
head_0(head): { rel: [0, 0, 0.00953, 1, 0, 0, 0], shape: mesh, color: [0.2, 0.2, 0.2, 1], mesh: <baxter_description/meshes/head/H0.ply>, visual: True }
|
|
35
|
-
dummy(head): { joint: rigid }
|
|
36
|
-
head_nod_origin(head): { rel: [0.1227, 0, 0, 0.453099, 0.542864, 0.542864, 0.453099] }
|
|
37
|
-
head_camera_origin(head): { rel: [0.12839, 0, 0.06368, 0.453099, 0.542864, 0.542864, 0.453099] }
|
|
38
|
-
sonar_ring_0(sonar_ring): { rel: [-0.0347, 0, 0.00953, 1, 0, 0, 0], shape: cylinder, size: [0, 0, 0.01, 0.085], color: [0.2, 0.2, 0.2, 1], visual: True }
|
|
39
|
-
right_s0_origin(right_arm_mount): { rel: [0.055695, 0, 0.011038, 1, 0, 0, 0] }
|
|
40
|
-
left_s0_origin(left_arm_mount): { rel: [0.055695, 0, 0.011038, 1, 0, 0, 0] }
|
|
41
|
-
pedestal_0(pedestal): { shape: mesh, color: [0.2, 0.2, 0.2, 1], mesh: <baxter_description/meshes/base/PEDESTAL.ply>, visual: True }
|
|
42
|
-
dummyhead1(dummy): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
43
|
-
head_nod(head_nod_origin): { joint: rigid }
|
|
44
|
-
head_camera(head_camera_origin): { joint: rigid }
|
|
45
|
-
right_s0(right_s0_origin): { joint: hingeZ, limits: [-1.70168, 1.70168, 1.5, -1, 50], ctrl_limits: [1.5, -1, 50] }
|
|
46
|
-
left_s0(left_s0_origin): { joint: hingeZ, limits: [-1.70168, 1.70168, 1.5, -1, 50], ctrl_limits: [1.5, -1, 50] }
|
|
47
|
-
screen(head_nod): { mass: 0.440171, inertia: [0.004006, 0.00023, 2e-06, 0.0028, 2.9e-05, 0.001509] }
|
|
48
|
-
head_camera_47(head_camera): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
49
|
-
right_upper_shoulder(right_s0): { mass: 5.70044, inertia: [0.047091, 0.000127876, 0.0061487, 0.0376698, 0.000780869, 0.0359599] }
|
|
50
|
-
left_upper_shoulder(left_s0): { mass: 5.70044, inertia: [0.047091, 0.000127876, 0.0061487, 0.0376698, 0.000780869, 0.0359599] }
|
|
51
|
-
screen_0(screen): { rel: [0, -0.00953, -0.0347, 0.707107, 0, -0.707107, 0], shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/head/H1.ply>, visual: True }
|
|
52
|
-
display_joint_origin(screen): { rel: [0, -0.016, 0, 1, 0, 0, 0] }
|
|
53
|
-
right_upper_shoulder_0(right_upper_shoulder): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/upper_shoulder/S0.ply>, visual: True }
|
|
54
|
-
right_s1_origin(right_upper_shoulder): { rel: [0.069, 0, 0.27035, 0.707107, -0.707107, 0, 0] }
|
|
55
|
-
left_upper_shoulder_0(left_upper_shoulder): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/upper_shoulder/S0.ply>, visual: True }
|
|
56
|
-
left_s1_origin(left_upper_shoulder): { rel: [0.069, 0, 0.27035, 0.707107, -0.707107, 0, 0] }
|
|
57
|
-
display_joint(display_joint_origin): { joint: rigid }
|
|
58
|
-
right_s1(right_s1_origin): { joint: hingeZ, limits: [-2.147, 1.047, 1.5, -1, 50], ctrl_limits: [1.5, -1, 50] }
|
|
59
|
-
left_s1(left_s1_origin): { joint: hingeZ, limits: [-2.147, 1.047, 1.5, -1, 50], ctrl_limits: [1.5, -1, 50] }
|
|
60
|
-
display(display_joint): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
61
|
-
right_lower_shoulder(right_s1): { mass: 3.22698, inertia: [0.0117521, -0.000300964, 0.00207676, 0.027886, -0.00018822, 0.0207875] }
|
|
62
|
-
left_lower_shoulder(left_s1): { mass: 3.22698, inertia: [0.0117521, -0.000300964, 0.00207676, 0.027886, -0.00018822, 0.0207875] }
|
|
63
|
-
display_0(display): { rel: [0, 0, 0, 0.991445, 0.130526, 0, 0], shape: box, size: [0.218, 0.16, 0.001, 0], color: [0, 0, 0, 1], visual: True }
|
|
64
|
-
right_lower_shoulder_0(right_lower_shoulder): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/lower_shoulder/S1.ply>, visual: True }
|
|
65
|
-
right_e0_origin(right_lower_shoulder): { rel: [0.102, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
66
|
-
right_e0_fixed_origin(right_lower_shoulder): { rel: [0.107, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
67
|
-
left_lower_shoulder_0(left_lower_shoulder): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/lower_shoulder/S1.ply>, visual: True }
|
|
68
|
-
left_e0_origin(left_lower_shoulder): { rel: [0.102, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
69
|
-
left_e0_fixed_origin(left_lower_shoulder): { rel: [0.107, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
70
|
-
right_e0(right_e0_origin): { joint: hingeZ, limits: [-3.05418, 3.05418, 1.5, -1, 50], ctrl_limits: [1.5, -1, 50] }
|
|
71
|
-
right_e0_fixed(right_e0_fixed_origin): { joint: rigid }
|
|
72
|
-
left_e0(left_e0_origin): { joint: hingeZ, limits: [-3.05418, 3.05418, 1.5, -1, 50], ctrl_limits: [1.5, -1, 50] }
|
|
73
|
-
left_e0_fixed(left_e0_fixed_origin): { joint: rigid }
|
|
74
|
-
right_upper_elbow(right_e0): { mass: 4.31272, inertia: [0.0266173, 0.000292706, 0.0039219, 0.0284436, 0.00108389, 0.0124801] }
|
|
75
|
-
right_upper_elbow_visual(right_e0_fixed): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
76
|
-
left_upper_elbow(left_e0): { mass: 4.31272, inertia: [0.0266173, 0.000292706, 0.0039219, 0.0284436, 0.00108389, 0.0124801] }
|
|
77
|
-
left_upper_elbow_visual(left_e0_fixed): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
78
|
-
right_upper_elbow_0(right_upper_elbow): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/upper_elbow/E0.ply>, visual: True }
|
|
79
|
-
right_e1_origin(right_upper_elbow): { rel: [0.069, 0, 0.26242, 0.5, -0.5, -0.5, -0.5] }
|
|
80
|
-
left_upper_elbow_0(left_upper_elbow): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/upper_elbow/E0.ply>, visual: True }
|
|
81
|
-
left_e1_origin(left_upper_elbow): { rel: [0.069, 0, 0.26242, 0.5, -0.5, -0.5, -0.5] }
|
|
82
|
-
right_e1(right_e1_origin): { joint: hingeZ, limits: [-0.05, 2.618, 1.5, -1, 50], ctrl_limits: [1.5, -1, 50] }
|
|
83
|
-
left_e1(left_e1_origin): { joint: hingeZ, limits: [-0.05, 2.618, 1.5, -1, 50], ctrl_limits: [1.5, -1, 50] }
|
|
84
|
-
right_lower_elbow(right_e1): { mass: 2.07206, inertia: [0.00711583, 0.000360362, 0.00074595, 0.0131823, -0.000196634, 0.00926852] }
|
|
85
|
-
left_lower_elbow(left_e1): { mass: 2.07206, inertia: [0.00711583, 0.000360362, 0.00074595, 0.0131823, -0.000196634, 0.00926852] }
|
|
86
|
-
right_lower_elbow_0(right_lower_elbow): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/lower_elbow/E1.ply>, visual: True }
|
|
87
|
-
right_w0_origin(right_lower_elbow): { rel: [0.10359, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
88
|
-
right_w0_fixed_origin(right_lower_elbow): { rel: [0.088, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
89
|
-
left_lower_elbow_0(left_lower_elbow): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/lower_elbow/E1.ply>, visual: True }
|
|
90
|
-
left_w0_origin(left_lower_elbow): { rel: [0.10359, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
91
|
-
left_w0_fixed_origin(left_lower_elbow): { rel: [0.088, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
92
|
-
right_w0(right_w0_origin): { joint: hingeZ, limits: [-3.059, 3.059, 4, -1, 15], ctrl_limits: [4, -1, 15] }
|
|
93
|
-
right_w0_fixed(right_w0_fixed_origin): { joint: rigid }
|
|
94
|
-
left_w0(left_w0_origin): { joint: hingeZ, limits: [-3.059, 3.059, 4, -1, 15], ctrl_limits: [4, -1, 15] }
|
|
95
|
-
left_w0_fixed(left_w0_fixed_origin): { joint: rigid }
|
|
96
|
-
right_upper_forearm(right_w0): { mass: 2.24665, inertia: [0.0166774, 0.000184037, 0.000186576, 0.0167546, -0.000647324, 0.00374631] }
|
|
97
|
-
right_upper_forearm_visual(right_w0_fixed): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
98
|
-
left_upper_forearm(left_w0): { mass: 2.24665, inertia: [0.0166774, 0.000184037, 0.000186576, 0.0167546, -0.000647324, 0.00374631] }
|
|
99
|
-
left_upper_forearm_visual(left_w0_fixed): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
100
|
-
right_upper_forearm_0(right_upper_forearm): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/upper_forearm/W0.ply>, visual: True }
|
|
101
|
-
right_w0_to_itb_fixed_origin(right_upper_forearm): { rel: [-0.0565, 0, 0.12, 0.5, -0.5, -0.5, 0.5] }
|
|
102
|
-
right_w1_origin(right_upper_forearm): { rel: [0.01, 0, 0.2707, 0.5, -0.5, -0.5, -0.5] }
|
|
103
|
-
left_upper_forearm_0(left_upper_forearm): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/upper_forearm/W0.ply>, visual: True }
|
|
104
|
-
left_w0_to_itb_fixed_origin(left_upper_forearm): { rel: [-0.0565, 0, 0.12, 0.5, -0.5, -0.5, 0.5] }
|
|
105
|
-
left_w1_origin(left_upper_forearm): { rel: [0.01, 0, 0.2707, 0.5, -0.5, -0.5, -0.5] }
|
|
106
|
-
right_w0_to_itb_fixed(right_w0_to_itb_fixed_origin): { joint: rigid }
|
|
107
|
-
right_w1(right_w1_origin): { joint: hingeZ, limits: [-1.5708, 2.094, 4, -1, 15], ctrl_limits: [4, -1, 15] }
|
|
108
|
-
left_w0_to_itb_fixed(left_w0_to_itb_fixed_origin): { joint: rigid }
|
|
109
|
-
left_w1(left_w1_origin): { joint: hingeZ, limits: [-1.5708, 2.094, 4, -1, 15], ctrl_limits: [4, -1, 15] }
|
|
110
|
-
right_arm_itb(right_w0_to_itb_fixed): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
111
|
-
right_lower_forearm(right_w1): { mass: 1.60979, inertia: [0.00387607, -0.000443848, -0.00021115, 0.00700538, 0.000153481, 0.00552755] }
|
|
112
|
-
left_arm_itb(left_w0_to_itb_fixed): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
113
|
-
left_lower_forearm(left_w1): { mass: 1.60979, inertia: [0.00387607, -0.000443848, -0.00021115, 0.00700538, 0.000153481, 0.00552755] }
|
|
114
|
-
right_lower_forearm_0(right_lower_forearm): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/lower_forearm/W1.ply>, visual: True }
|
|
115
|
-
right_w2_origin(right_lower_forearm): { rel: [0.115975, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
116
|
-
left_lower_forearm_0(left_lower_forearm): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <baxter_description/meshes/lower_forearm/W1.ply>, visual: True }
|
|
117
|
-
left_w2_origin(left_lower_forearm): { rel: [0.115975, 0, 0, 0.5, 0.5, 0.5, 0.5] }
|
|
118
|
-
right_w2(right_w2_origin): { joint: hingeZ, limits: [-3.059, 3.059, 4, -1, 15], ctrl_limits: [4, -1, 15] }
|
|
119
|
-
left_w2(left_w2_origin): { joint: hingeZ, limits: [-3.059, 3.059, 4, -1, 15], ctrl_limits: [4, -1, 15] }
|
|
120
|
-
right_wrist(right_w2): { mass: 0.35093, inertia: [0.000252892, 5.75311e-06, -1.59345e-06, 0.00026886, -5.19818e-06, 0.000307412] }
|
|
121
|
-
left_wrist(left_w2): { mass: 0.35093, inertia: [0.000252892, 5.75311e-06, -1.59345e-06, 0.00026886, -5.19818e-06, 0.000307412] }
|
|
122
|
-
right_wrist_0(right_wrist): { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <baxter_description/meshes/wrist/W2.ply>, visual: True }
|
|
123
|
-
right_hand_origin(right_wrist): { rel: [0, 0, 0.11355, 1, 0, 0, 0] }
|
|
124
|
-
left_wrist_0(left_wrist): { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <baxter_description/meshes/wrist/W2.ply>, visual: True }
|
|
125
|
-
left_hand_origin(left_wrist): { rel: [0, 0, 0.11355, 1, 0, 0, 0] }
|
|
126
|
-
right_hand(right_hand_origin): { joint: rigid }
|
|
127
|
-
left_hand(left_hand_origin): { joint: rigid }
|
|
128
|
-
right_hand_127(right_hand): { mass: 0.19125, inertia: [0.00017588, 1.47073e-06, 2.43633e-05, 0.000211664, 1.72689e-06, 0.000237454] }
|
|
129
|
-
left_hand_128(left_hand): { mass: 0.19125, inertia: [0.00017588, 1.47073e-06, 2.43633e-05, 0.000211664, 1.72689e-06, 0.000237454] }
|
|
130
|
-
right_hand_camera_origin(right_hand_127): { rel: [0.03825, 0.012, 0.015355, 0.707107, 0, 0, -0.707107] }
|
|
131
|
-
right_hand_camera_axis_origin(right_hand_127): { rel: [0.03825, 0.012, 0.015355, 1, 0, 0, 0] }
|
|
132
|
-
right_hand_range_origin(right_hand_127): { rel: [0.032, -0.020245, 0.0288, 0.5, -0.5, -0.5, -0.5] }
|
|
133
|
-
right_hand_accelerometer_origin(right_hand_127): { rel: [0.00198, 0.000133, -0.0146, 1, 0, 0, 0] }
|
|
134
|
-
right_gripper_base_origin(right_hand_127): { rel: [0, 0, 0.025, 1, 0, 0, 0] }
|
|
135
|
-
left_hand_camera_origin(left_hand_128): { rel: [0.03825, 0.012, 0.015355, 0.707107, 0, 0, -0.707107] }
|
|
136
|
-
left_hand_camera_axis_origin(left_hand_128): { rel: [0.03825, 0.012, 0.015355, 1, 0, 0, 0] }
|
|
137
|
-
left_hand_range_origin(left_hand_128): { rel: [0.032, -0.020245, 0.0288, 0.5, -0.5, -0.5, -0.5] }
|
|
138
|
-
left_hand_accelerometer_origin(left_hand_128): { rel: [0.00198, 0.000133, -0.0146, 1, 0, 0, 0] }
|
|
139
|
-
left_gripper_base_origin(left_hand_128): { rel: [0, 0, 0.025, 1, 0, 0, 0] }
|
|
140
|
-
right_hand_camera(right_hand_camera_origin): { joint: rigid }
|
|
141
|
-
right_hand_camera_axis(right_hand_camera_axis_origin): { joint: rigid }
|
|
142
|
-
right_hand_range(right_hand_range_origin): { joint: rigid }
|
|
143
|
-
right_hand_accelerometer(right_hand_accelerometer_origin): { joint: rigid }
|
|
144
|
-
right_gripper_base(right_gripper_base_origin): { joint: rigid }
|
|
145
|
-
left_hand_camera(left_hand_camera_origin): { joint: rigid }
|
|
146
|
-
left_hand_camera_axis(left_hand_camera_axis_origin): { joint: rigid }
|
|
147
|
-
left_hand_range(left_hand_range_origin): { joint: rigid }
|
|
148
|
-
left_hand_accelerometer(left_hand_accelerometer_origin): { joint: rigid }
|
|
149
|
-
left_gripper_base(left_gripper_base_origin): { joint: rigid }
|
|
150
|
-
right_hand_camera_149(right_hand_camera): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
151
|
-
right_hand_camera_axis_150(right_hand_camera_axis): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
152
|
-
right_hand_range_151(right_hand_range): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
153
|
-
right_hand_accelerometer_152(right_hand_accelerometer): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
154
|
-
right_gripper_base_153(right_gripper_base): { mass: 0.3, inertia: [2e-08, 3e-08, 2e-08] }
|
|
155
|
-
left_hand_camera_154(left_hand_camera): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
156
|
-
left_hand_camera_axis_155(left_hand_camera_axis): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
157
|
-
left_hand_range_156(left_hand_range): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
158
|
-
left_hand_accelerometer_157(left_hand_accelerometer): { mass: 0.0001, inertia: [1e-08, 1e-08, 1e-08] }
|
|
159
|
-
left_gripper_base_158(left_gripper_base): { mass: 0.3, inertia: [2e-08, 3e-08, 2e-08] }
|
|
160
|
-
right_hand_camera_0(right_hand_camera_149): { shape: cylinder, size: [0, 0, 0.01, 0.02], color: [0, 0, 1, 0.8], visual: True }
|
|
161
|
-
right_hand_range_0(right_hand_range_151): { shape: box, size: [0.005, 0.02, 0.005, 0], color: [0, 0, 1, 0.8], visual: True }
|
|
162
|
-
right_hand_accelerometer_0(right_hand_accelerometer_152): { shape: box, size: [0.01, 0.01, 0.01, 0], color: [0, 0, 0, 1], visual: True }
|
|
163
|
-
right_gripper_base_0(right_gripper_base_153): { rel: [0, 0, 0, -7.3123e-14, 7.3123e-14, 0.707107, 0.707107], shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/electric_gripper_base.ply>, visual: True }
|
|
164
|
-
right_endpoint_origin(right_gripper_base_153): { rel: [0, 0, 0.1327, 1, 0, 0, 0] }
|
|
165
|
-
r_gripper_l_finger_joint_origin(right_gripper_base_153): { rel: [0, -0.0015, 0.02, 1, 0, 0, 0] }
|
|
166
|
-
r_gripper_r_finger_joint_origin(right_gripper_base_153): { rel: [0, 0.0015, 0.02, 1, 0, 0, 0] }
|
|
167
|
-
left_hand_camera_0(left_hand_camera_154): { shape: cylinder, size: [0, 0, 0.01, 0.02], color: [0, 0, 1, 0.8], visual: True }
|
|
168
|
-
left_hand_range_0(left_hand_range_156): { shape: box, size: [0.005, 0.02, 0.005, 0], color: [0, 0, 1, 0.8], visual: True }
|
|
169
|
-
left_hand_accelerometer_0(left_hand_accelerometer_157): { shape: box, size: [0.01, 0.01, 0.01, 0], color: [0, 0, 0, 1], visual: True }
|
|
170
|
-
left_gripper_base_0(left_gripper_base_158): { rel: [0, 0, 0, -7.3123e-14, 7.3123e-14, 0.707107, 0.707107], shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/electric_gripper_base.ply>, visual: True }
|
|
171
|
-
left_endpoint_origin(left_gripper_base_158): { rel: [0, 0, 0.1327, 1, 0, 0, 0] }
|
|
172
|
-
l_gripper_l_finger_joint_origin(left_gripper_base_158): { rel: [0, -0.0015, 0.02, 1, 0, 0, 0] }
|
|
173
|
-
l_gripper_r_finger_joint_origin(left_gripper_base_158): { rel: [0, 0.0015, 0.02, 1, 0, 0, 0] }
|
|
174
|
-
right_endpoint(right_endpoint_origin): { joint: rigid }
|
|
175
|
-
r_gripper_l_finger_joint(r_gripper_l_finger_joint_origin): { joint: transY, limits: [0, 0.020833, 5, -1, 20], ctrl_limits: [5, -1, 20] }
|
|
176
|
-
r_gripper_r_finger_joint(r_gripper_r_finger_joint_origin): { joint: transY, limits: [-0.020833, 0, 5, -1, 20], mimic: "r_gripper_l_finger_joint", ctrl_limits: [5, -1, 20] }
|
|
177
|
-
left_endpoint(left_endpoint_origin): { joint: rigid }
|
|
178
|
-
l_gripper_l_finger_joint(l_gripper_l_finger_joint_origin): { joint: transY, limits: [0, 0.020833, 5, -1, 20], ctrl_limits: [5, -1, 20] }
|
|
179
|
-
l_gripper_r_finger_joint(l_gripper_r_finger_joint_origin): { joint: transY, limits: [-0.020833, 0, 5, -1, 20], mimic: "l_gripper_l_finger_joint", ctrl_limits: [5, -1, 20] }
|
|
180
|
-
right_gripper(right_endpoint): { mass: 0.0001, inertia: [0, 0, 0] }
|
|
181
|
-
r_gripper_l_finger(r_gripper_l_finger_joint): { mass: 0.02, inertia: [0.01, 0.01, 0.01] }
|
|
182
|
-
r_gripper_r_finger(r_gripper_r_finger_joint): { mass: 0.02, inertia: [0.01, 0.01, 0.01] }
|
|
183
|
-
left_gripper(left_endpoint): { mass: 0.0001, inertia: [0, 0, 0] }
|
|
184
|
-
l_gripper_l_finger(l_gripper_l_finger_joint): { mass: 0.02, inertia: [0.01, 0.01, 0.01] }
|
|
185
|
-
l_gripper_r_finger(l_gripper_r_finger_joint): { mass: 0.02, inertia: [0.01, 0.01, 0.01] }
|
|
186
|
-
r_gripper_l_finger_0(r_gripper_l_finger): { rel: [0, 0, 0, -1.03412e-13, 0, 0, -1], shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/fingers/extended_narrow.ply>, visual: True }
|
|
187
|
-
r_gripper_l_finger_tip_joint_origin(r_gripper_l_finger): { rel: [0, 0.01725, 0.1127, 1, 0, 0, 0] }
|
|
188
|
-
r_gripper_r_finger_0(r_gripper_r_finger): { shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/fingers/extended_narrow.ply>, visual: True }
|
|
189
|
-
r_gripper_r_finger_tip_joint_origin(r_gripper_r_finger): { rel: [0, -0.01725, 0.1127, 1, 0, 0, 0] }
|
|
190
|
-
l_gripper_l_finger_0(l_gripper_l_finger): { rel: [0, 0, 0, -1.03412e-13, 0, 0, -1], shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/fingers/extended_narrow.ply>, visual: True }
|
|
191
|
-
l_gripper_l_finger_tip_joint_origin(l_gripper_l_finger): { rel: [0, 0.01725, 0.1127, 1, 0, 0, 0] }
|
|
192
|
-
l_gripper_r_finger_0(l_gripper_r_finger): { shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/fingers/extended_narrow.ply>, visual: True }
|
|
193
|
-
l_gripper_r_finger_tip_joint_origin(l_gripper_r_finger): { rel: [0, -0.01725, 0.1127, 1, 0, 0, 0] }
|
|
194
|
-
r_gripper_l_finger_tip_joint(r_gripper_l_finger_tip_joint_origin): { joint: rigid }
|
|
195
|
-
r_gripper_r_finger_tip_joint(r_gripper_r_finger_tip_joint_origin): { joint: rigid }
|
|
196
|
-
l_gripper_l_finger_tip_joint(l_gripper_l_finger_tip_joint_origin): { joint: rigid }
|
|
197
|
-
l_gripper_r_finger_tip_joint(l_gripper_r_finger_tip_joint_origin): { joint: rigid }
|
|
198
|
-
r_gripper_l_finger_tip(r_gripper_l_finger_tip_joint): { mass: 0.01, inertia: [0.01, 0.01, 0.01] }
|
|
199
|
-
r_gripper_r_finger_tip(r_gripper_r_finger_tip_joint): { mass: 0.01, inertia: [0.01, 0.01, 0.01] }
|
|
200
|
-
l_gripper_l_finger_tip(l_gripper_l_finger_tip_joint): { mass: 0.01, inertia: [0.01, 0.01, 0.01] }
|
|
201
|
-
l_gripper_r_finger_tip(l_gripper_r_finger_tip_joint): { mass: 0.01, inertia: [0.01, 0.01, 0.01] }
|
|
202
|
-
r_gripper_l_finger_tip_0(r_gripper_l_finger_tip): { rel: [0, 0, 0, -1.03412e-13, 0, 0, 1], shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/fingers/half_round_tip.ply>, visual: True }
|
|
203
|
-
r_gripper_r_finger_tip_0(r_gripper_r_finger_tip): { shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/fingers/half_round_tip.ply>, visual: True }
|
|
204
|
-
l_gripper_l_finger_tip_0(l_gripper_l_finger_tip): { rel: [0, 0, 0, -1.03412e-13, 0, 0, 1], shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/fingers/paddle_tip.ply>, visual: True }
|
|
205
|
-
l_gripper_r_finger_tip_0(l_gripper_r_finger_tip): { shape: mesh, color: [0.8, 0.8, 0.8], mesh: <rethink_ee_description/meshes/electric_gripper/fingers/paddle_tip.ply>, visual: True }
|
|
@@ -1,223 +0,0 @@
|
|
|
1
|
-
base: { }
|
|
2
|
-
base>collision_head_1 (base): { Q: [0.11, 0, 0.75, 1, 0, 0, 0] }
|
|
3
|
-
base>collision_head_2 (base): { Q: [0.11, 0, 0.75, 1, 0, 0, 0] }
|
|
4
|
-
torso_t0 (base): { joint: rigid, ctrl_H: 1, limits: [-3.01, 3.01], ctrl_limits: [10000, 50000, 1] }
|
|
5
|
-
collision_head_1 (base>collision_head_1): { joint: rigid, ctrl_H: 1 }
|
|
6
|
-
collision_head_2 (base>collision_head_2): { joint: rigid, ctrl_H: 1 }
|
|
7
|
-
torso (torso_t0): { mass: 35.3365, inertiaTensor: [1.84916, -0.000354, -0.154188, 1.66267, 0.003292, 0.802239] }
|
|
8
|
-
torso_1 (torso_t0): { shape: mesh, color: [0.2, 0.2, 0.2, 1], mesh: <torso/base_link.ply>, colorName: darkgray, visual: True }
|
|
9
|
-
torso_0 (torso_t0): { shape: mesh, color: [0.8, 0.2, 0.2, 0.5], mesh: <torso/base_link_collision.ply>, contact: -2 }
|
|
10
|
-
torso>left_torso_itb_fixed (torso_t0): { Q: "-0.08897 0.15593 0.389125 3.2758e-05 -3.2758e-05 0.707107 0.707107" }
|
|
11
|
-
torso>right_torso_itb_fixed (torso_t0): { Q: [-0.08897, -0.15593, 0.389125, 0.707107, 0.707107, 0, 0] }
|
|
12
|
-
torso>head_pan (torso_t0): { Q: [0.06, 0, 0.686, 0.707107, 0, -0.707107, 0] }
|
|
13
|
-
torso>sonar_s0 (torso_t0): { Q: [0.0947, 0, 0.817, 0.707107, 0, -0.707107, 0] }
|
|
14
|
-
torso>right_torso_arm_mount (torso_t0): { Q: [0.024645, -0.219645, 0.118588, 0.923879, 0, 0, -0.382684] }
|
|
15
|
-
torso>left_torso_arm_mount (torso_t0): { Q: [0.024645, 0.219645, 0.118588, 0.923879, 0, 0, 0.382684] }
|
|
16
|
-
collision_head_link_1 (collision_head_1): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
17
|
-
collision_head_link_1_1 (collision_head_1): { shape: sphere, size: [0, 0, 0, 0.001], color: [0.8, 0.3, 0.3, 0.3], colorName: red, visual: True }
|
|
18
|
-
collision_head_link_1_0 (collision_head_1): { shape: sphere, size: [0, 0, 0, 0.22], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0.07, -0.04, 0, 1, 0, 0, 0] }
|
|
19
|
-
collision_head_link_2 (collision_head_2): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
20
|
-
collision_head_link_2_1 (collision_head_2): { shape: sphere, size: [0, 0, 0, 0.001], color: [0.8, 0.3, 0.3, 0.3], colorName: red, visual: True }
|
|
21
|
-
collision_head_link_2_0 (collision_head_2): { shape: sphere, size: [0, 0, 0, 0.22], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0.07, 0.04, 0, 1, 0, 0, 0] }
|
|
22
|
-
pedestal_fixed (torso): { joint: rigid, ctrl_H: 1 }
|
|
23
|
-
left_torso_itb_fixed (torso>left_torso_itb_fixed): { joint: rigid, ctrl_H: 1 }
|
|
24
|
-
right_torso_itb_fixed (torso>right_torso_itb_fixed): { joint: rigid, ctrl_H: 1 }
|
|
25
|
-
head_pan (torso>head_pan): { joint: hingeX, ctrl_H: 1, limits: [-1.3963, 1.3963, 10000, 50000, 1], ctrl_limits: [10000, 50000, 1] }
|
|
26
|
-
sonar_s0 (torso>sonar_s0): { joint: rigid, ctrl_H: 1 }
|
|
27
|
-
right_torso_arm_mount (torso>right_torso_arm_mount): { joint: rigid, ctrl_H: 1 }
|
|
28
|
-
left_torso_arm_mount (torso>left_torso_arm_mount): { joint: rigid, ctrl_H: 1 }
|
|
29
|
-
pedestal (pedestal_fixed): { mass: 60.864, inertiaTensor: [5.06359, 0.00103417, 0.801996, 6.08689, 0.00105311, 4.96192] }
|
|
30
|
-
pedestal_1 (pedestal_fixed): { shape: mesh, color: [0.2, 0.2, 0.2, 1], mesh: <base/PEDESTAL.ply>, colorName: darkgray, visual: True }
|
|
31
|
-
pedestal_0 (pedestal_fixed): { shape: mesh, color: [0.8, 0.2, 0.2, 0.5], mesh: <base/pedestal_link_collision.ply>, contact: -2 }
|
|
32
|
-
left_torso_itb (left_torso_itb_fixed): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
33
|
-
right_torso_itb (right_torso_itb_fixed): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
34
|
-
head (head_pan): { mass: 0.547767, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.004641, 0.000159, 0.000242, 0.003295, -0.001324, 0.003415] }
|
|
35
|
-
head_1 (head_pan): { shape: mesh, color: [0.2, 0.2, 0.2, 1], mesh: <head/H0.ply>, Q: "0.00953 0 2.11609e-18 -0.707107 0 -0.707107 0", colorName: darkgray, visual: True }
|
|
36
|
-
head_0 (head_pan): { shape: sphere, size: [0, 0, 0, 0.001], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
37
|
-
head>head_nod (head_pan): { Q: "2.72449e-17 -0 -0.1227 0.063474 -0.704252 -0.704252 0.063474" }
|
|
38
|
-
head>head_camera (head_pan): { Q: [0.06368, 0, -0.12839, 0.063474, -0.704252, -0.704252, 0.063474] }
|
|
39
|
-
sonar_ring (sonar_s0): { mass: 0.0001, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
40
|
-
sonar_ring_1 (sonar_s0): { shape: cylinder, size: [0, 0, 0.01, 0.085], color: [0.2, 0.2, 0.2, 1], Q: [0.00953, 0, 0.0347, -0.707107, 0, -0.707107, 0], colorName: darkgray, visual: True }
|
|
41
|
-
sonar_ring_0 (sonar_s0): { shape: sphere, size: [0, 0, 0, 0.001], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
42
|
-
right_arm_mount (right_torso_arm_mount): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
43
|
-
right_arm_mount>right_s0 (right_torso_arm_mount): { Q: [0.055695, 0, 0.011038, 0.707107, 0, -0.707107, 0] }
|
|
44
|
-
left_arm_mount (left_torso_arm_mount): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
45
|
-
left_arm_mount>left_s0 (left_torso_arm_mount): { Q: [0.055695, 0, 0.011038, 0.707107, 0, -0.707107, 0] }
|
|
46
|
-
dummy (head): { joint: rigid, ctrl_H: 1 }
|
|
47
|
-
head_nod (head>head_nod): { joint: rigid, ctrl_H: 1 }
|
|
48
|
-
head_camera (head>head_camera): { joint: rigid, ctrl_H: 1 }
|
|
49
|
-
right_s0 (right_arm_mount>right_s0): { joint: hingeX, ctrl_H: 1, limits: [-1.70168, 1.70168, 1.5, 50, 1], ctrl_limits: [1.5, 50, 1] }
|
|
50
|
-
left_s0 (left_arm_mount>left_s0): { joint: hingeX, ctrl_H: 1, limits: [-1.70168, 1.70168, 1.5, 50, 1], ctrl_limits: [1.5, 50, 1] }
|
|
51
|
-
dummyhead1 (dummy): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
52
|
-
screen (head_nod): { mass: 0.440171, inertiaTensor: [0.004006, 0.00023, 2e-06, 0.0028, 2.9e-05, 0.001509] }
|
|
53
|
-
screen_1 (head_nod): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <head/H1.ply>, Q: [0, -0.00953, -0.0347, 1, 0, 0, 0], colorName: darkred, visual: True }
|
|
54
|
-
screen_0 (head_nod): { shape: sphere, size: [0, 0, 0, 0.001], color: [0.8, 0.2, 0.2, 0.5], contact: -2 }
|
|
55
|
-
screen>display_joint (head_nod): { Q: [0, -0.016, 0, 1, 0, 0, 0] }
|
|
56
|
-
head_camera (head_camera): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
57
|
-
right_upper_shoulder (right_s0): { mass: 5.70044, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.047091, 0.000127876, 0.0061487, 0.0376698, 0.000780869, 0.0359599] }
|
|
58
|
-
right_upper_shoulder_1 (right_s0): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <upper_shoulder/S0.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
59
|
-
right_upper_shoulder_0 (right_s0): { shape: cylinder, size: [0, 0, 0.2722, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "0.1361 0 3.02203e-17 -0.707107 0 -0.707107 0" }
|
|
60
|
-
right_upper_shoulder>right_s1 (right_s0): { Q: "0.27035 0 -0.069 -0.707107 1.11022e-16 -5.55112e-17 -0.707107" }
|
|
61
|
-
left_upper_shoulder (left_s0): { mass: 5.70044, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.047091, 0.000127876, 0.0061487, 0.0376698, 0.000780869, 0.0359599] }
|
|
62
|
-
left_upper_shoulder_1 (left_s0): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <upper_shoulder/S0.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
63
|
-
left_upper_shoulder_0 (left_s0): { shape: cylinder, size: [0, 0, 0.2722, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "0.1361 0 3.02203e-17 -0.707107 0 -0.707107 0" }
|
|
64
|
-
left_upper_shoulder>left_s1 (left_s0): { Q: "0.27035 0 -0.069 -0.707107 1.11022e-16 -5.55112e-17 -0.707107" }
|
|
65
|
-
display_joint (screen>display_joint): { joint: rigid, ctrl_H: 1 }
|
|
66
|
-
right_s1 (right_upper_shoulder>right_s1): { joint: hingeX, ctrl_H: 1, limits: [-2.147, 1.047, 1.5, 50, 1], ctrl_limits: [1.5, 50, 1] }
|
|
67
|
-
left_s1 (left_upper_shoulder>left_s1): { joint: hingeX, ctrl_H: 1, limits: [-2.147, 1.047, 1.5, 50, 1], ctrl_limits: [1.5, 50, 1] }
|
|
68
|
-
display (display_joint): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
69
|
-
display_1 (display_joint): { shape: box, size: [0.218, 0.16, 0.001, 0], color: [0, 0, 0, 1], colorName: black, visual: True }
|
|
70
|
-
right_lower_shoulder (right_s1): { mass: 3.22698, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.0117521, -0.000300964, 0.00207676, 0.027886, -0.00018822, 0.0207875] }
|
|
71
|
-
right_lower_shoulder_1 (right_s1): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <lower_shoulder/S1.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
72
|
-
right_lower_shoulder_0 (right_s1): { shape: cylinder, size: [0, 0, 0.12, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
73
|
-
right_lower_shoulder>right_e0 (right_s1): { Q: "2.26485e-17 -0 -0.102 -0.5 -0.5 -0.5 0.5" }
|
|
74
|
-
right_lower_shoulder>right_e0_fixed (right_s1): { Q: "2.37588e-17 -0 -0.107 -0.5 -0.5 -0.5 0.5" }
|
|
75
|
-
left_lower_shoulder (left_s1): { mass: 3.22698, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.0117521, -0.000300964, 0.00207676, 0.027886, -0.00018822, 0.0207875] }
|
|
76
|
-
left_lower_shoulder_1 (left_s1): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <lower_shoulder/S1.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
77
|
-
left_lower_shoulder_0 (left_s1): { shape: cylinder, size: [0, 0, 0.12, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
78
|
-
left_lower_shoulder>left_e0 (left_s1): { Q: "2.26485e-17 -0 -0.102 -0.5 -0.5 -0.5 0.5" }
|
|
79
|
-
left_lower_shoulder>left_e0_fixed (left_s1): { Q: "2.37588e-17 -0 -0.107 -0.5 -0.5 -0.5 0.5" }
|
|
80
|
-
right_e0 (right_lower_shoulder>right_e0): { joint: hingeX, ctrl_H: 1, limits: [-3.05418, 3.05418, 1.5, 50, 1], ctrl_limits: [1.5, 50, 1] }
|
|
81
|
-
right_e0_fixed (right_lower_shoulder>right_e0_fixed): { joint: rigid, ctrl_H: 1 }
|
|
82
|
-
left_e0 (left_lower_shoulder>left_e0): { joint: hingeX, ctrl_H: 1, limits: [-3.05418, 3.05418, 1.5, 50, 1], ctrl_limits: [1.5, 50, 1] }
|
|
83
|
-
left_e0_fixed (left_lower_shoulder>left_e0_fixed): { joint: rigid, ctrl_H: 1 }
|
|
84
|
-
right_upper_elbow (right_e0): { mass: 4.31272, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.0266173, 0.000292706, 0.0039219, 0.0284436, 0.00108389, 0.0124801] }
|
|
85
|
-
right_upper_elbow_1 (right_e0): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <upper_elbow/E0.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
86
|
-
right_upper_elbow_0 (right_e0): { shape: cylinder, size: [0, 0, 0.107, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "-0.0535 -0 -1.18794e-17 -0.707107 0 -0.707107 0" }
|
|
87
|
-
right_upper_elbow>right_e1 (right_e0): { Q: [0.26242, 0, -0.069, -0.5, 0.5, 0.5, -0.5] }
|
|
88
|
-
right_upper_elbow_visual (right_e0_fixed): { mass: 0.0001, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
89
|
-
right_upper_elbow_visual_0 (right_e0_fixed): { shape: cylinder, size: [0, 0, 0.273, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "0.1365 0 3.03091e-17 -0.707107 0 -0.707107 0" }
|
|
90
|
-
left_upper_elbow (left_e0): { mass: 4.31272, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.0266173, 0.000292706, 0.0039219, 0.0284436, 0.00108389, 0.0124801] }
|
|
91
|
-
left_upper_elbow_1 (left_e0): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <upper_elbow/E0.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
92
|
-
left_upper_elbow_0 (left_e0): { shape: cylinder, size: [0, 0, 0.107, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "-0.0535 -0 -1.18794e-17 -0.707107 0 -0.707107 0" }
|
|
93
|
-
left_upper_elbow>left_e1 (left_e0): { Q: [0.26242, 0, -0.069, -0.5, 0.5, 0.5, -0.5] }
|
|
94
|
-
left_upper_elbow_visual (left_e0_fixed): { mass: 0.0001, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
95
|
-
left_upper_elbow_visual_0 (left_e0_fixed): { shape: cylinder, size: [0, 0, 0.273, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "0.1365 0 3.03091e-17 -0.707107 0 -0.707107 0" }
|
|
96
|
-
right_e1 (right_upper_elbow>right_e1): { joint: hingeX, ctrl_H: 1, limits: [-0.05, 2.618, 1.5, 50, 1], ctrl_limits: [1.5, 50, 1] }
|
|
97
|
-
left_e1 (left_upper_elbow>left_e1): { joint: hingeX, ctrl_H: 1, limits: [-0.05, 2.618, 1.5, 50, 1], ctrl_limits: [1.5, 50, 1] }
|
|
98
|
-
right_lower_elbow (right_e1): { mass: 2.07206, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.00711583, 0.000360362, 0.00074595, 0.0131823, -0.000196634, 0.00926852] }
|
|
99
|
-
right_lower_elbow_1 (right_e1): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <lower_elbow/E1.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
100
|
-
right_lower_elbow_0 (right_e1): { shape: cylinder, size: [0, 0, 0.1, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
101
|
-
right_lower_elbow>right_w0 (right_e1): { Q: "2.30016e-17 -0 -0.10359 -0.5 -0.5 -0.5 0.5" }
|
|
102
|
-
right_lower_elbow>right_w0_fixed (right_e1): { Q: "1.95399e-17 -0 -0.088 -0.5 -0.5 -0.5 0.5" }
|
|
103
|
-
left_lower_elbow (left_e1): { mass: 2.07206, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.00711583, 0.000360362, 0.00074595, 0.0131823, -0.000196634, 0.00926852] }
|
|
104
|
-
left_lower_elbow_1 (left_e1): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <lower_elbow/E1.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
105
|
-
left_lower_elbow_0 (left_e1): { shape: cylinder, size: [0, 0, 0.1, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
106
|
-
left_lower_elbow>left_w0 (left_e1): { Q: "2.30016e-17 -0 -0.10359 -0.5 -0.5 -0.5 0.5" }
|
|
107
|
-
left_lower_elbow>left_w0_fixed (left_e1): { Q: "1.95399e-17 -0 -0.088 -0.5 -0.5 -0.5 0.5" }
|
|
108
|
-
right_w0 (right_lower_elbow>right_w0): { joint: hingeX, ctrl_H: 1, limits: [-3.059, 3.059, 4, 15, 1], ctrl_limits: [4, 15, 1] }
|
|
109
|
-
right_w0_fixed (right_lower_elbow>right_w0_fixed): { joint: rigid, ctrl_H: 1 }
|
|
110
|
-
left_w0 (left_lower_elbow>left_w0): { joint: hingeX, ctrl_H: 1, limits: [-3.059, 3.059, 4, 15, 1], ctrl_limits: [4, 15, 1] }
|
|
111
|
-
left_w0_fixed (left_lower_elbow>left_w0_fixed): { joint: rigid, ctrl_H: 1 }
|
|
112
|
-
right_upper_forearm (right_w0): { mass: 2.24665, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.0166774, 0.000184037, 0.000186576, 0.0167546, -0.000647324, 0.00374631] }
|
|
113
|
-
right_upper_forearm_1 (right_w0): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <upper_forearm/W0.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
114
|
-
right_upper_forearm_0 (right_w0): { shape: cylinder, size: [0, 0, 0.088, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "-0.044 -0 -9.76996e-18 -0.707107 0 -0.707107 0" }
|
|
115
|
-
right_upper_forearm>right_w0_to_itb_fixed (right_w0): { Q: [0.12, 0, 0.0565, -0.5, -0.5, 0.5, -0.5] }
|
|
116
|
-
right_upper_forearm>right_w1 (right_w0): { Q: [0.2707, 0, -0.01, -0.5, 0.5, 0.5, -0.5] }
|
|
117
|
-
right_upper_forearm_visual (right_w0_fixed): { mass: 0.0001, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
118
|
-
right_upper_forearm_visual_0 (right_w0_fixed): { shape: cylinder, size: [0, 0, 0.272, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "0.136 0 3.01981e-17 -0.707107 0 -0.707107 0" }
|
|
119
|
-
left_upper_forearm (left_w0): { mass: 2.24665, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.0166774, 0.000184037, 0.000186576, 0.0167546, -0.000647324, 0.00374631] }
|
|
120
|
-
left_upper_forearm_1 (left_w0): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <upper_forearm/W0.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
121
|
-
left_upper_forearm_0 (left_w0): { shape: cylinder, size: [0, 0, 0.088, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "-0.044 -0 -9.76996e-18 -0.707107 0 -0.707107 0" }
|
|
122
|
-
left_upper_forearm>left_w0_to_itb_fixed (left_w0): { Q: [0.12, 0, 0.0565, -0.5, -0.5, 0.5, -0.5] }
|
|
123
|
-
left_upper_forearm>left_w1 (left_w0): { Q: [0.2707, 0, -0.01, -0.5, 0.5, 0.5, -0.5] }
|
|
124
|
-
left_upper_forearm_visual (left_w0_fixed): { mass: 0.0001, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
125
|
-
left_upper_forearm_visual_0 (left_w0_fixed): { shape: cylinder, size: [0, 0, 0.272, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "0.136 0 3.01981e-17 -0.707107 0 -0.707107 0" }
|
|
126
|
-
right_w0_to_itb_fixed (right_upper_forearm>right_w0_to_itb_fixed): { joint: rigid, ctrl_H: 1 }
|
|
127
|
-
right_w1 (right_upper_forearm>right_w1): { joint: hingeX, ctrl_H: 1, limits: [-1.5708, 2.094, 4, 15, 1], ctrl_limits: [4, 15, 1] }
|
|
128
|
-
left_w0_to_itb_fixed (left_upper_forearm>left_w0_to_itb_fixed): { joint: rigid, ctrl_H: 1 }
|
|
129
|
-
left_w1 (left_upper_forearm>left_w1): { joint: hingeX, ctrl_H: 1, limits: [-1.5708, 2.094, 4, 15, 1], ctrl_limits: [4, 15, 1] }
|
|
130
|
-
right_arm_itb (right_w0_to_itb_fixed): { mass: 0.0001, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
131
|
-
right_lower_forearm (right_w1): { mass: 1.60979, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.00387607, -0.000443848, -0.00021115, 0.00700538, 0.000153481, 0.00552755] }
|
|
132
|
-
right_lower_forearm_1 (right_w1): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <lower_forearm/W1.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
133
|
-
right_lower_forearm_0 (right_w1): { shape: cylinder, size: [0, 0, 0.1, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
134
|
-
right_lower_forearm>right_w2 (right_w1): { Q: "2.57516e-17 -0 -0.115975 -0.5 -0.5 -0.5 0.5" }
|
|
135
|
-
left_arm_itb (left_w0_to_itb_fixed): { mass: 0.0001, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
136
|
-
left_lower_forearm (left_w1): { mass: 1.60979, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.00387607, -0.000443848, -0.00021115, 0.00700538, 0.000153481, 0.00552755] }
|
|
137
|
-
left_lower_forearm_1 (left_w1): { shape: mesh, color: [0.5, 0.1, 0.1, 1], mesh: <lower_forearm/W1.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: darkred, visual: True }
|
|
138
|
-
left_lower_forearm_0 (left_w1): { shape: cylinder, size: [0, 0, 0.1, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
139
|
-
left_lower_forearm>left_w2 (left_w1): { Q: "2.57516e-17 -0 -0.115975 -0.5 -0.5 -0.5 0.5" }
|
|
140
|
-
right_w2 (right_lower_forearm>right_w2): { joint: hingeX, ctrl_H: 1, limits: [-3.059, 3.059, 4, 15, 1], ctrl_limits: [4, 15, 1] }
|
|
141
|
-
left_w2 (left_lower_forearm>left_w2): { joint: hingeX, ctrl_H: 1, limits: [-3.059, 3.059, 4, 15, 1], ctrl_limits: [4, 15, 1] }
|
|
142
|
-
right_wrist (right_w2): { mass: 0.35093, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.000252892, 5.75311e-06, -1.59345e-06, 0.00026886, -5.19818e-06, 0.000307412] }
|
|
143
|
-
right_wrist_1 (right_w2): { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <wrist/W2.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: lightgrey, visual: True }
|
|
144
|
-
right_wrist_0 (right_w2): { shape: cylinder, size: [0, 0, 0.165, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
145
|
-
right_wrist>right_hand (right_w2): { Q: "0.11355 0 2.52132e-17 -1 0 0 0" }
|
|
146
|
-
left_wrist (left_w2): { mass: 0.35093, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.000252892, 5.75311e-06, -1.59345e-06, 0.00026886, -5.19818e-06, 0.000307412] }
|
|
147
|
-
left_wrist_1 (left_w2): { shape: mesh, color: [0.1, 0.1, 0.1, 1], mesh: <wrist/W2.ply>, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], colorName: lightgrey, visual: True }
|
|
148
|
-
left_wrist_0 (left_w2): { shape: cylinder, size: [0, 0, 0.165, 0.06], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0] }
|
|
149
|
-
left_wrist>left_hand (left_w2): { Q: "0.11355 0 2.52132e-17 -1 0 0 0" }
|
|
150
|
-
right_hand (right_wrist>right_hand): { joint: rigid, ctrl_H: 1 }
|
|
151
|
-
left_hand (left_wrist>left_hand): { joint: rigid, ctrl_H: 1 }
|
|
152
|
-
right_hand (right_hand): { mass: 0.19125, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.00017588, 1.47073e-06, 2.43633e-05, 0.000211664, 1.72689e-06, 0.000237454] }
|
|
153
|
-
right_hand_0 (right_hand): { shape: cylinder, size: [0, 0, 0.0464, 0.04], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "-0.0232 -0 -5.15143e-18 -0.707107 0 -0.707107 0" }
|
|
154
|
-
right_hand>right_hand_camera (right_hand): { Q: [0.015355, 0.012, -0.03825, -0.5, 0.5, -0.5, 0.5] }
|
|
155
|
-
right_hand>right_hand_camera_axis (right_hand): { Q: [0.015355, 0.012, -0.03825, -0.707107, 0, -0.707107, 0] }
|
|
156
|
-
right_hand>right_hand_range (right_hand): { Q: "0.0288 -0.020245 -0.032 -0.707107 0.707107 -1.73112e-12 1.73128e-12" }
|
|
157
|
-
right_hand>right_hand_accelerometer (right_hand): { Q: [-0.0146, 0.000133, -0.00198, -0.707107, 0, -0.707107, 0] }
|
|
158
|
-
right_hand>right_gripper_base (right_hand): { Q: "0.025 0 5.55112e-18 -0.707107 0 -0.707107 0" }
|
|
159
|
-
left_hand (left_hand): { mass: 0.19125, Q: [-0, -0, -0, -0.707107, 0, -0.707107, 0], inertiaTensor: [0.00017588, 1.47073e-06, 2.43633e-05, 0.000211664, 1.72689e-06, 0.000237454] }
|
|
160
|
-
left_hand_0 (left_hand): { shape: cylinder, size: [0, 0, 0.0464, 0.04], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "-0.0232 -0 -5.15143e-18 -0.707107 0 -0.707107 0" }
|
|
161
|
-
left_hand>left_hand_camera (left_hand): { Q: [0.015355, 0.012, -0.03825, -0.5, 0.5, -0.5, 0.5] }
|
|
162
|
-
left_hand>left_hand_camera_axis (left_hand): { Q: [0.015355, 0.012, -0.03825, -0.707107, 0, -0.707107, 0] }
|
|
163
|
-
left_hand>left_hand_range (left_hand): { Q: "0.0288 -0.020245 -0.032 -0.707107 0.707107 -1.73112e-12 1.73128e-12" }
|
|
164
|
-
left_hand>left_hand_accelerometer (left_hand): { Q: [-0.0146, 0.000133, -0.00198, -0.707107, 0, -0.707107, 0] }
|
|
165
|
-
right_hand_camera (right_hand>right_hand_camera): { joint: rigid, ctrl_H: 1 }
|
|
166
|
-
right_hand_camera_axis (right_hand>right_hand_camera_axis): { joint: rigid, ctrl_H: 1 }
|
|
167
|
-
right_hand_range (right_hand>right_hand_range): { joint: rigid, ctrl_H: 1 }
|
|
168
|
-
right_hand_accelerometer (right_hand>right_hand_accelerometer): { joint: rigid, ctrl_H: 1 }
|
|
169
|
-
right_gripper_base (right_hand>right_gripper_base): { joint: rigid, ctrl_H: 1 }
|
|
170
|
-
left_gripper_base (left_hand): { joint: rigid, ctrl_H: 1 }
|
|
171
|
-
left_hand_camera (left_hand>left_hand_camera): { joint: rigid, ctrl_H: 1 }
|
|
172
|
-
left_hand_camera_axis (left_hand>left_hand_camera_axis): { joint: rigid, ctrl_H: 1 }
|
|
173
|
-
left_hand_range (left_hand>left_hand_range): { joint: rigid, ctrl_H: 1 }
|
|
174
|
-
left_hand_accelerometer (left_hand>left_hand_accelerometer): { joint: rigid, ctrl_H: 1 }
|
|
175
|
-
right_hand_camera (right_hand_camera): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
176
|
-
right_hand_camera_1 (right_hand_camera): { shape: cylinder, size: [0, 0, 0.01, 0.02], color: [0, 0, 1, 0.8], colorName: blue, visual: True }
|
|
177
|
-
right_hand_camera_axis (right_hand_camera_axis): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
178
|
-
right_hand_range (right_hand_range): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
179
|
-
right_hand_range_1 (right_hand_range): { shape: box, size: [0.005, 0.02, 0.005, 0], color: [0, 0, 1, 0.8], colorName: blue, visual: True }
|
|
180
|
-
right_hand_accelerometer (right_hand_accelerometer): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
181
|
-
right_hand_accelerometer_1 (right_hand_accelerometer): { shape: box, size: [0.01, 0.01, 0.01, 0], color: [0, 0, 0, 1], colorName: black, visual: True }
|
|
182
|
-
right_gripper_base (right_gripper_base): { mass: 0.3, inertiaTensor: [2e-08, 0, 0, 3e-08, 0, 2e-08] }
|
|
183
|
-
right_gripper_base_1 (right_gripper_base): { shape: mesh, mesh: <electric_gripper/electric_gripper_base.ply>, visual: True }
|
|
184
|
-
right_gripper_base_0 (right_gripper_base): { shape: cylinder, size: [0, 0, 0.1, 0.029], color: [0.8, 0.2, 0.2, 0.5], contact: -2, colorName: darkred }
|
|
185
|
-
right_gripper_base>right_endpoint (right_gripper_base): { Q: [0, 0, 0.1327, 1, 0, 0, 0] }
|
|
186
|
-
right_gripper_base>r_gripper_l_finger_joint (right_gripper_base): { Q: [0, -0.0015, 0.02, 0.707107, 0, 0, 0.707107] }
|
|
187
|
-
right_gripper_base>r_gripper_r_finger_joint (right_gripper_base): { Q: [0, 0.0015, 0.02, 0.707107, 0, 0, 0.707107] }
|
|
188
|
-
left_gripper_base (left_gripper_base): { mass: 0.3, inertiaTensor: [2e-08, 0, 0, 3e-08, 0, 2e-08] }
|
|
189
|
-
left_gripper_base_1 (left_gripper_base): { shape: mesh, mesh: <pneumatic_gripper/pneumatic_gripper_w_cup.ply>, visual: True }
|
|
190
|
-
left_gripper_base_0 (left_gripper_base): { shape: cylinder, size: [0, 0, 0.08, 0.02], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [0, 0, 0.04, 1, 0, 0, 0], colorName: darkred }
|
|
191
|
-
left_gripper_base>left_endpoint (left_gripper_base): { Q: [0, 0, 0.08, 1, 0, 0, 0] }
|
|
192
|
-
left_hand_camera (left_hand_camera): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
193
|
-
left_hand_camera_1 (left_hand_camera): { shape: cylinder, size: [0, 0, 0.01, 0.02], color: [0, 0, 1, 0.8], colorName: blue, visual: True }
|
|
194
|
-
left_hand_camera_axis (left_hand_camera_axis): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
195
|
-
left_hand_range (left_hand_range): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
196
|
-
left_hand_range_1 (left_hand_range): { shape: box, size: [0.005, 0.02, 0.005, 0], color: [0, 0, 1, 0.8], colorName: blue, visual: True }
|
|
197
|
-
left_hand_accelerometer (left_hand_accelerometer): { mass: 0.0001, inertiaTensor: [1e-08, 0, 0, 1e-08, 0, 1e-08] }
|
|
198
|
-
left_hand_accelerometer_1 (left_hand_accelerometer): { shape: box, size: [0.01, 0.01, 0.01, 0], color: [0, 0, 0, 1], colorName: black, visual: True }
|
|
199
|
-
right_endpoint (right_gripper_base>right_endpoint): { joint: rigid, ctrl_H: 1 }
|
|
200
|
-
r_gripper_l_finger_joint (right_gripper_base>r_gripper_l_finger_joint): { joint: transX, ctrl_H: 1, limits: [0, 0.020833, 5, 20, 1], ctrl_limits: [5, 20, 1] }
|
|
201
|
-
r_gripper_r_finger_joint (right_gripper_base>r_gripper_r_finger_joint): { joint: transX, ctrl_H: 1, limits: [-0.020833, 0, 5, 20, 1], mimic:(r_gripper_l_finger_joint), ctrl_limits: [5, 20, 1] }
|
|
202
|
-
left_endpoint (left_gripper_base>left_endpoint): { joint: rigid, ctrl_H: 1 }
|
|
203
|
-
right_gripper (right_endpoint): { mass: 0.0001, inertiaTensor: [0, 0, 0, 0, 0, 0] }
|
|
204
|
-
r_gripper_l_finger (r_gripper_l_finger_joint): { mass: 0.02, Q: [-0, -0, -0, -0.707107, 0, 0, 0.707107], inertiaTensor: [0.01, 0, 0, 0.01, 0, 0.01] }
|
|
205
|
-
r_gripper_l_finger_1 (r_gripper_l_finger_joint): { shape: mesh, mesh: <electric_gripper/fingers/extended_narrow.ply>, Q: [-0, -0, -0, -0.707107, 0, 0, 0.707107], visual: True }
|
|
206
|
-
r_gripper_l_finger_0 (r_gripper_l_finger_joint): { shape: box, size: [0.01, 0.0135, 0.1127, 0], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "0.01725 3.83027e-18 0.0615 -0.707107 0 0 0.707107" }
|
|
207
|
-
r_gripper_l_finger_0 (r_gripper_l_finger_joint): { shape: box, size: [0.01, 0.05, 0.017, 0], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [-0.003, 0.005, 0.0083, -0.707107, 0, 0, 0.707107] }
|
|
208
|
-
r_gripper_l_finger>r_gripper_l_finger_tip_joint (r_gripper_l_finger_joint): { Q: "0.01725 3.83027e-18 0.1127 -0.707107 0 0 0.707107" }
|
|
209
|
-
r_gripper_r_finger (r_gripper_r_finger_joint): { mass: 0.02, Q: [-0, -0, -0, -0.707107, 0, 0, 0.707107], inertiaTensor: [0.01, 0, 0, 0.01, 0, 0.01] }
|
|
210
|
-
r_gripper_r_finger_1 (r_gripper_r_finger_joint): { shape: mesh, mesh: <electric_gripper/fingers/extended_narrow.ply>, Q: [-0, -0, -0, -0.707107, 0, 0, 0.707107], visual: True }
|
|
211
|
-
r_gripper_r_finger_0 (r_gripper_r_finger_joint): { shape: box, size: [0.01, 0.0135, 0.1127, 0], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: "-0.01725 -3.83027e-18 0.0615 -0.707107 0 0 0.707107" }
|
|
212
|
-
r_gripper_r_finger_0 (r_gripper_r_finger_joint): { shape: box, size: [0.01, 0.05, 0.017, 0], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [0.003, -0.005, 0.0083, -0.707107, 0, 0, 0.707107] }
|
|
213
|
-
r_gripper_r_finger>r_gripper_r_finger_tip_joint (r_gripper_r_finger_joint): { Q: "-0.01725 -3.83027e-18 0.1127 -0.707107 0 0 0.707107" }
|
|
214
|
-
left_gripper (left_endpoint): { mass: 0.0001, inertiaTensor: [0, 0, 0, 0, 0, 0] }
|
|
215
|
-
r_gripper_l_finger_tip_joint (r_gripper_l_finger>r_gripper_l_finger_tip_joint): { joint: rigid, ctrl_H: 1 }
|
|
216
|
-
r_gripper_r_finger_tip_joint (r_gripper_r_finger>r_gripper_r_finger_tip_joint): { joint: rigid, ctrl_H: 1 }
|
|
217
|
-
r_gripper_l_finger_tip (r_gripper_l_finger_tip_joint): { mass: 0.01, inertiaTensor: [0.01, 0, 0, 0.01, 0, 0.01] }
|
|
218
|
-
r_gripper_l_finger_tip_1 (r_gripper_l_finger_tip_joint): { shape: mesh, mesh: <electric_gripper/fingers/half_round_tip.ply>, visual: True }
|
|
219
|
-
r_gripper_l_finger_tip_0 (r_gripper_l_finger_tip_joint): { shape: cylinder, size: [0, 0, 0.037, 0.008], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [0, -0.0045, -0.015, 1, 0, 0, 0] }
|
|
220
|
-
r_gripper_r_finger_tip (r_gripper_r_finger_tip_joint): { mass: 0.01, inertiaTensor: [0.01, 0, 0, 0.01, 0, 0.01] }
|
|
221
|
-
r_gripper_r_finger_tip_1 (r_gripper_r_finger_tip_joint): { shape: mesh, mesh: <electric_gripper/fingers/half_round_tip.ply>, visual: True }
|
|
222
|
-
r_gripper_r_finger_tip_0 (r_gripper_r_finger_tip_joint): { shape: cylinder, size: [0, 0, 0.037, 0.008], color: [0.8, 0.2, 0.2, 0.5], contact: -2, Q: [0, 0.0045, -0.015, 1, 0, 0, 0] }
|
|
223
|
-
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
Include: <baxter_clean3.g>
|
|
2
|
-
|
|
3
|
-
Delete collision_head_link_1:
|
|
4
|
-
Delete collision_head_link_1_1:
|
|
5
|
-
Delete collision_head_link_1_0:
|
|
6
|
-
Delete collision_head_link_2:
|
|
7
|
-
Delete collision_head_link_2_1:
|
|
8
|
-
Delete collision_head_link_2_0:
|
|
9
|
-
Delete torso_0:
|
|
10
|
-
Delete pedestal_0:
|
|
11
|
-
Delete head_0:
|
|
12
|
-
Delete sonar_ring_0:
|
|
13
|
-
Delete screen_0:
|
|
14
|
-
Delete display_1:
|
|
15
|
-
|
|
16
|
-
Edit screen_1: { Q: "t(0 -0.00953 -0.0347) d(-90 0 1 0)" }
|
|
17
|
-
|
|
18
|
-
Edit left_gripper_base_1: { Q: "d(-90 0 1 0) d(180 0 0 1)" }
|
|
19
|
-
Delete left_gripper_base_0:
|
|
20
|
-
|
|
21
|
-
Edit right_gripper_base_1: { Q: "d(90 1 0 0)" }
|
|
22
|
-
Delete right_gripper_base_0:
|
|
23
|
-
|
|
24
|
-
## zero position
|
|
25
|
-
|
|
26
|
-
Edit right_s0: { q: -0.37, robot }
|
|
27
|
-
Edit left_s0: { q: 0.37, robot }
|
|
28
|
-
Edit right_s1: { q: -0.66, robot }
|
|
29
|
-
Edit left_s1: { q: -0.66, robot }
|
|
30
|
-
Edit right_e0: { q: 1.30, robot }
|
|
31
|
-
Edit left_e0: { q: -1.30, robot }
|
|
32
|
-
Edit right_e1: { q: 1.74, robot }
|
|
33
|
-
Edit left_e1: { q: 1.74, robot }
|
|
34
|
-
Edit right_w0: { q: -0.27, robot }
|
|
35
|
-
Edit left_w0: { q: 0.27, robot }
|
|
36
|
-
Edit right_w1: { q: 1.02, robot }
|
|
37
|
-
Edit left_w1: { q: 1.02, robot }
|
|
38
|
-
Edit right_w2: { q: 0.5, robot }
|
|
39
|
-
Edit left_w2: { q: -0.5, robot }
|
|
40
|
-
|
|
41
|
-
Edit joint: { ctrl_H: 1. }
|
|
42
|
-
|
|
43
|
-
## extra shapes to mimick pr2
|
|
44
|
-
|
|
45
|
-
base_footprint: { mass: 100 }
|
|
46
|
-
base_footprint_1(base_footprint): { shape: marker, size: [.1, 0, 0, 0] } #marker
|
|
47
|
-
(base_footprint base): { joint: rigid, pre: "t(0 0 1) d(90 0 0 1)" }
|
|
48
|
-
|
|
49
|
-
frame baxterR (right_wrist): { shape: marker, Q: "T t(0 0 .26) d(180 0 1 0) d(-90 0 0 1)", size: [.05], color: [1, 1, 0] }
|
|
50
|
-
frame baxterL (left_wrist): { shape: marker, Q: "T t(0 0 .19) d(180 0 1 0) d(-90 0 0 1)", size: [.05], color: [1, 1, 0] }
|
|
51
|
-
|
|
52
|
-
## extra fake joint for the pneumatic ee
|
|
53
|
-
frame l_gripper_l_finger_joint(left_gripper_base): { shape: marker, Q: "T t(.1 0 0) ", size: [.05], color: [1, 1, 0], joint: transX }
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
robotic/rai-robotModels/baxter/rethink_ee_description/meshes/electric_gripper/fingers/paddle_tip.ply
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|