robotic 0.2.9.dev1__cp39-cp39-manylinux2014_x86_64.whl → 0.3.0__cp39-cp39-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 -13
- robotic/_robotic.so +0 -0
- robotic/include/rai/Algo/rungeKutta.h +1 -1
- robotic/include/rai/Control/TimingMPC.h +2 -2
- robotic/include/rai/Core/array.h +64 -40
- robotic/include/rai/Core/array.ipp +247 -81
- robotic/include/rai/Core/arrayDouble.h +10 -13
- robotic/include/rai/Core/graph.h +22 -2
- robotic/include/rai/Core/h5.h +3 -1
- robotic/include/rai/Core/util.h +8 -7
- robotic/include/rai/Geo/fclInterface.h +3 -1
- robotic/include/rai/Geo/geo.h +6 -2
- robotic/include/rai/Geo/mesh.h +11 -5
- robotic/include/rai/Geo/pairCollision.h +4 -4
- robotic/include/rai/Gui/RenderData.h +4 -3
- robotic/include/rai/Gui/opengl.h +1 -1
- robotic/include/rai/KOMO/komo.h +1 -0
- robotic/include/rai/KOMO/manipTools.h +2 -2
- robotic/include/rai/Kin/F_forces.h +1 -1
- robotic/include/rai/Kin/dof_forceExchange.h +4 -4
- robotic/include/rai/Kin/frame.h +6 -5
- robotic/include/rai/Kin/kin.h +26 -17
- robotic/include/rai/Kin/kin_physx.h +2 -2
- robotic/include/rai/Logic/folWorld.h +1 -1
- robotic/include/rai/Optim/testProblems_Opt.h +2 -2
- robotic/include/rai/Optim/utils.h +2 -2
- robotic/include/rai/PathAlgos/ConfigurationProblem.h +3 -2
- robotic/include/rai/PathAlgos/RRT_PathFinder.h +1 -1
- 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 +11 -2
- 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/objects/shelf.g +1 -1
- 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_arm_hand_conv.yml +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 +7 -7
- robotic/rai-robotModels/pr2/pr2_clean.g +119 -115
- robotic/rai-robotModels/pr2/pr2_conv.g +218 -0
- robotic/rai-robotModels/pr2/pr2_modifications.g +2 -2
- 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 +8 -8
- 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_clean.g +16 -16
- robotic/rai-robotModels/scenarios/ballFinger.g +2 -2
- robotic/rai-robotModels/scenarios/panda_fixRobotiq.g +3 -3
- robotic/rai-robotModels/tests/arm.g +11 -11
- 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 +2 -2
- robotic/rai-robotModels/ur10/ur10_clean.g +8 -8
- robotic/rai-robotModels/ur10/ur10_conv.g +17 -0
- robotic/ry-h5info +2 -2
- robotic/ry-urdfConvert.py +74 -0
- robotic/src/cleanMeshes.py +59 -0
- robotic/src/config_urdf.py +237 -0
- robotic/src/mesh_helper.py +395 -0
- robotic/{rai-robotModels/ranger/meshes/cleanMeshes.mlx → src/meshlabFilters.mlx} +0 -3
- robotic/src/mujoco_io.py +242 -0
- robotic/src/yaml_helper.py +19 -0
- robotic/test.py +15 -0
- robotic/version.py +1 -1
- {robotic-0.2.9.dev1.data → robotic-0.3.0.data}/scripts/ry-h5info +2 -2
- robotic-0.3.0.data/scripts/ry-urdfConvert.py +74 -0
- {robotic-0.2.9.dev1.dist-info → robotic-0.3.0.dist-info}/METADATA +3 -7
- robotic-0.3.0.dist-info/RECORD +367 -0
- {robotic-0.2.9.dev1.dist-info → robotic-0.3.0.dist-info}/WHEEL +1 -1
- robotic/import.py +0 -0
- 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.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/ry-urdf2rai +0 -222
- robotic/ry-urdf2yaml +0 -250
- robotic-0.2.9.dev1.data/scripts/ry-urdf2rai +0 -222
- robotic-0.2.9.dev1.data/scripts/ry-urdf2yaml +0 -250
- robotic-0.2.9.dev1.dist-info/RECORD +0 -421
- /robotic/rai-robotModels/robotiq/meshes/{visual/robotiq_ft300.ply → robotiq_ft300.ply} +0 -0
- {robotic-0.2.9.dev1.data → robotic-0.3.0.data}/scripts/ry-bot +0 -0
- {robotic-0.2.9.dev1.data → robotic-0.3.0.data}/scripts/ry-info +0 -0
- {robotic-0.2.9.dev1.data → robotic-0.3.0.data}/scripts/ry-meshTool +0 -0
- {robotic-0.2.9.dev1.data → robotic-0.3.0.data}/scripts/ry-test +0 -0
- {robotic-0.2.9.dev1.data → robotic-0.3.0.data}/scripts/ry-view +0 -0
- {robotic-0.2.9.dev1.dist-info → robotic-0.3.0.dist-info}/licenses/LICENSE +0 -0
- {robotic-0.2.9.dev1.dist-info → robotic-0.3.0.dist-info}/top_level.txt +0 -0
|
@@ -12,9 +12,9 @@ def print_attrs(name, obj):
|
|
|
12
12
|
if isinstance(obj, h5py.Dataset):
|
|
13
13
|
print(' ', name, obj.name, obj.shape, obj.dtype, f'{obj.size*obj.dtype.itemsize/1024:.2f}kB')
|
|
14
14
|
if obj.dtype=='int8':
|
|
15
|
-
print(''.join([chr(x) for x in obj[()]]))
|
|
15
|
+
print(' ', ''.join([chr(x) for x in obj[()]]))
|
|
16
16
|
elif obj.size<20:
|
|
17
|
-
print(obj[()])
|
|
17
|
+
print(' ', obj[()])
|
|
18
18
|
else:
|
|
19
19
|
print('---', name)
|
|
20
20
|
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
#!python
|
|
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('-pruneRigidJoints', help='view mesh', action="store_true")
|
|
20
|
+
parser.add_argument('-recomputeInertias', help='view mesh', action="store_true")
|
|
21
|
+
parser.add_argument('-processMeshes', help='view mesh', action="store_true", default=True)
|
|
22
|
+
parser.add_argument('-meshlab', help='apply meshlab filters', action="store_true", default=False)
|
|
23
|
+
|
|
24
|
+
def main():
|
|
25
|
+
args = parser.parse_args()
|
|
26
|
+
|
|
27
|
+
if args.file=='none':
|
|
28
|
+
# args.file = '/home/mtoussai/git/rai-robotModels/pr2/pr2.urdf'
|
|
29
|
+
args.file = '/home/mtoussai/git/rai-robotModels/panda/panda_arm_hand.urdf'
|
|
30
|
+
# args.file = '/home/mtoussai/git/rai-robotModels/g1/g1_description/g1_29dof.urdf'
|
|
31
|
+
# args.file = '/home/mtoussai/git/rai-robotModels/ranger/ranger_mini.urdf'
|
|
32
|
+
|
|
33
|
+
print('=== URDF CONVERT ===', args.file)
|
|
34
|
+
|
|
35
|
+
path, file = os.path.split(args.file)
|
|
36
|
+
filebase, _ = os.path.splitext(file)
|
|
37
|
+
|
|
38
|
+
if args.flipDaeYZ:
|
|
39
|
+
ry.params_add({'assimp/daeFlipYZ': False})
|
|
40
|
+
|
|
41
|
+
C = ry.URDFLoader(args.file, visualsOnly=True, meshPathRemove='package://').C
|
|
42
|
+
|
|
43
|
+
C.processStructure(args.pruneRigidJoints, True, False, False)
|
|
44
|
+
C.processInertias(args.recomputeInertias)
|
|
45
|
+
C.processStructure(args.pruneRigidJoints, True, False, False)
|
|
46
|
+
|
|
47
|
+
os.system('rm -Rf meshes/')
|
|
48
|
+
C.writeMeshes('meshes/', copyTextures=True)
|
|
49
|
+
|
|
50
|
+
print('#frames: ', C.getFrameDimension())
|
|
51
|
+
with open(f'{filebase}_conv.g', 'w') as fil:
|
|
52
|
+
#yaml.dump(C.asDict(), file, default_flow_style=False)
|
|
53
|
+
fil.write(C.write())
|
|
54
|
+
|
|
55
|
+
yaml_write_dict(C.asDict(), f'{filebase}_conv.yml')
|
|
56
|
+
|
|
57
|
+
C.view(True)
|
|
58
|
+
# C.animate()
|
|
59
|
+
|
|
60
|
+
if args.processMeshes:
|
|
61
|
+
for file in sorted(glob.glob('meshes/*.h5')):
|
|
62
|
+
|
|
63
|
+
M = ry.MeshHelper(file)
|
|
64
|
+
if M.mesh is None:
|
|
65
|
+
continue
|
|
66
|
+
|
|
67
|
+
M.repair(mergeTolerance=1e-4)
|
|
68
|
+
print(' watertight:', M.mesh.is_watertight)
|
|
69
|
+
print(' oriented:', M.mesh.is_winding_consistent)
|
|
70
|
+
M.report()
|
|
71
|
+
M.export_h5()
|
|
72
|
+
|
|
73
|
+
if __name__ == "__main__":
|
|
74
|
+
main()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robotic
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Robotic Control Interface & Manipulation Planning Library
|
|
5
5
|
Home-page: https://github.com/MarcToussaint/robotic/
|
|
6
6
|
Author: Marc Toussaint
|
|
@@ -46,19 +46,15 @@ Lab](https://argmin.lis.tu-berlin.de/)) operate our robots.
|
|
|
46
46
|
* Tests:
|
|
47
47
|
|
|
48
48
|
ry-info
|
|
49
|
-
|
|
50
49
|
ry-test
|
|
51
50
|
|
|
52
|
-
python3 -c 'import robotic as ry; ry.test.RndScene()'
|
|
53
|
-
|
|
54
|
-
ry-view `python3 -m site --user-site`/robotic/rai-robotModels/scenarios/pandaSingle.g
|
|
55
|
-
|
|
56
51
|
* Run all tutorial notebooks as a test and showcase (takes long):
|
|
57
52
|
|
|
58
53
|
pip install jupyter nbconvert matplotlib ipympl
|
|
59
54
|
git clone https://github.com/MarcToussaint/rai-tutorials.git
|
|
60
55
|
cd rai-tutorials
|
|
61
56
|
make run -j1
|
|
57
|
+
make run_demos -j1
|
|
62
58
|
|
|
63
59
|
* Tested in latest ubuntu docker (using a venv):
|
|
64
60
|
|
|
@@ -74,7 +70,7 @@ Lab](https://argmin.lis.tu-berlin.de/)) operate our robots.
|
|
|
74
70
|
|
|
75
71
|
## Installation from source with real Franka & realsense support
|
|
76
72
|
|
|
77
|
-
This assumes a standard Ubuntu
|
|
73
|
+
This assumes a standard Ubuntu 24.04 (or 22.04, 20.04) machine.
|
|
78
74
|
|
|
79
75
|
* Install Ubuntu and python packages:
|
|
80
76
|
|
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
robotic/DataGen.pyi,sha256=Psut6_CMYC1lkRWIfpem1vjiHeDA1bDRYh5WmALUuDw,3239
|
|
2
|
+
robotic/__init__.py,sha256=ohFobv0RbIeS22ItTjsBuEh2SCmcXAGuUwu5A2j-foA,418
|
|
3
|
+
robotic/_robotic.pyi,sha256=oJJcEuvL8aQGFTbdqmVdLNYTNIqz_KaxK8QYBVKBkrA,74164
|
|
4
|
+
robotic/_robotic.so,sha256=GKmQvZCjsbdZGliyJ55xePhGPkT4dNvP9Qw5qDDH3kw,1218376
|
|
5
|
+
robotic/librai.so,sha256=ZQ9kyklmvF399Nc97EguActdDxj3REaOcs-AwVxXxBQ,38705536
|
|
6
|
+
robotic/manipulation.py,sha256=EhM_Zuv3vl8H4SBNqqYMD3NT9AzFUpOhr4PIzM4U7tM,22374
|
|
7
|
+
robotic/meshTool,sha256=AWNp8WLaNlttZMHFyrBxy7eKkeTXUzxQP_38mjNyBcQ,52176
|
|
8
|
+
robotic/mujoco-import.py,sha256=6zZTUvl6GuxSQrTnMW2y4Iy8iL7RuRbfZET-KiqO1Fg,363
|
|
9
|
+
robotic/nlp.py,sha256=n9_hOj3i707DdL_r49Yd2eWyjsSOahW8DmJrEhQlNFw,3200
|
|
10
|
+
robotic/render.py,sha256=OE1dvyWHD7Oyzk4wlhXZ7m3v3xxa3zAL5_LCV1RgJXk,4662
|
|
11
|
+
robotic/ry-bot,sha256=nd2yWqaDsFbwAmr7ySdOjq06ek0E1FMHTxPRO-7e2Q8,2294
|
|
12
|
+
robotic/ry-h5info,sha256=BRBpQSkzO13rcEJx4hJ8vNm_HXPHlSL_lmx9qDn-9LA,824
|
|
13
|
+
robotic/ry-info,sha256=GRj4oMCgTCGRF2wxtYxiFvETROB92rwwtUFb6S_Eo7g,439
|
|
14
|
+
robotic/ry-meshTool,sha256=h4f4wFPNaey3ziz870SrEvy6SsQSL-ZnR_cH3UuAZxE,101
|
|
15
|
+
robotic/ry-test,sha256=yikBKckTos-lPTcazB5zCssW0H9qIj1-QPlRL39gQgs,981
|
|
16
|
+
robotic/ry-urdfConvert.py,sha256=8Efnq3PU202rrZrVEZiGwzFOJdvrLjTJ2q-gnY6-tiU,2556
|
|
17
|
+
robotic/ry-view,sha256=T1Omn1QS7cNAtjQhBjMJTNz7aW5FgoOf9vBIfW0mFME,613
|
|
18
|
+
robotic/test.py,sha256=8hiDRB2kB37hE5cZ7h26AJDnSGYb1y8DwOrcEGD_5Hc,620
|
|
19
|
+
robotic/test.pyi,sha256=vVxwRSerjUG4bpB7pIhof7ZatrBqwg3Bj5voywa-YTI,917
|
|
20
|
+
robotic/version.py,sha256=3wVEs2QD_7OcTlD97cZdCeizd2hUbJJ0GeIO8wQIjrk,22
|
|
21
|
+
robotic/include/rai/Algo/MLcourse.h,sha256=TGkAJWC5ollGfPw0-gcYL0TZeDJiHtWFzkHSMK8_lqU,1828
|
|
22
|
+
robotic/include/rai/Algo/RidgeRegression.h,sha256=VXiv6-xr3j--CN7DJTzUg9Xb49zV9FZ9dwzxP1CmcPM,3730
|
|
23
|
+
robotic/include/rai/Algo/SplineCtrlFeed.h,sha256=9ZtYLHXx9sExj0lZV6F5ZWaCtkm0R4hMiYb-KJjktnc,3339
|
|
24
|
+
robotic/include/rai/Algo/ann.h,sha256=XCQSzJIg_cPzZBKgIJMuHvBLc3ayD1FzSFqh2s_1TnM,1294
|
|
25
|
+
robotic/include/rai/Algo/dataNeighbored.h,sha256=NfwS4xJElLxX8t5cYY3xiTLXgJyMsHoaD-J0kT2GXqE,1208
|
|
26
|
+
robotic/include/rai/Algo/eigenValues.h,sha256=U76I5DT_WO_o7k-W3qYt2exc0WCpw4yYjR8WCqxGBv4,942
|
|
27
|
+
robotic/include/rai/Algo/gaussianProcess.h,sha256=_U9nv_mOn72_7j6_YlhRC64wFolFgmuUoD1blnKngzs,10504
|
|
28
|
+
robotic/include/rai/Algo/gpOp.h,sha256=LRUaezbPfZefJoS0xDfnwjnnIRtZ9JPTMDq1b7SvEdU,4221
|
|
29
|
+
robotic/include/rai/Algo/hungarian.h,sha256=RcO0vEzy638pOCqKNv_xWJvOvB1XSAYYjj3CsNbZy_0,796
|
|
30
|
+
robotic/include/rai/Algo/kalman.h,sha256=c3i6ebYHZtyT5ReTmpJVx8aJ26JWLymqK_QRDY4-7GU,744
|
|
31
|
+
robotic/include/rai/Algo/minimalSpanningTree.h,sha256=56zTSWdMi4TMjtQDVv7tHo4ahivfidTXWN4zp9NX-Jw,512
|
|
32
|
+
robotic/include/rai/Algo/priorityQueue.h,sha256=nF-5_eSbGjXMmY2K3SpD-Hxwb3bhFA1ilr6IBsFq87Q,1938
|
|
33
|
+
robotic/include/rai/Algo/rungeKutta.h,sha256=Kbqeu-MauQDQnmKXSRk3VnOLUY_ngKzy-rqSskBqR9k,1761
|
|
34
|
+
robotic/include/rai/Algo/spline.h,sha256=sc36vGI2Ypm1bAo1bgu1mB8D2I4pHlmvHKonmrQi4v4,4358
|
|
35
|
+
robotic/include/rai/Control/CtrlMsgs.h,sha256=61lxkvpcVB2ZAL7qmB35CJ1KkhZUB27lUJ4ZMiFH0Co,2406
|
|
36
|
+
robotic/include/rai/Control/CtrlObjective.h,sha256=fC-6cS0X0RR_7ooFm1xnAXlN2mgyF26qKfTjomUK45U,2591
|
|
37
|
+
robotic/include/rai/Control/CtrlSet.h,sha256=o7u8N9ZSoMbiDR3TGKDjfIarIP1JAw0SHMFL18t1fv0,1404
|
|
38
|
+
robotic/include/rai/Control/CtrlSolver.h,sha256=79BZgnFMvPwM1cAWoyIcRCGYLLF21ky_LLBass3wnUQ,1095
|
|
39
|
+
robotic/include/rai/Control/CtrlSolvers.h,sha256=gxr_aTn-dyV1J6HxDSX8SVrqIPm14oxOkXx5-OGfamo,3094
|
|
40
|
+
robotic/include/rai/Control/CtrlTargets.h,sha256=FRjAi9KwDL2-5ziKYP5g_-uR234SdPw70TNZbYn3QVg,5475
|
|
41
|
+
robotic/include/rai/Control/RTControllerSimulation.h,sha256=iDpVRfivTlGS7DVWxVrS-xzCdVWrag1pUHsczZEb0po,1254
|
|
42
|
+
robotic/include/rai/Control/SecMPC.h,sha256=VpQBxibL9jI6bG31sm4U95vfJlYJDJxIqBDahppixN8,1916
|
|
43
|
+
robotic/include/rai/Control/ShortPathMPC.h,sha256=bZQ9I7fklqPOk-PwCTvi3xgnLVdVBoJ2j5i1iWwNxfE,938
|
|
44
|
+
robotic/include/rai/Control/TimingMPC.h,sha256=smnQ72mSk2_FQ_k-rEwGIMdjA50Wa_1FCttyk8Oo7pw,1706
|
|
45
|
+
robotic/include/rai/Control/WaypointMPC.h,sha256=Pa36-K1yMxszD9EFuLfLayaOe9pTK8cm1qAALLifdeM,811
|
|
46
|
+
robotic/include/rai/Control/control.h,sha256=_dJefR6WzvdQMaJIYIBuYP8NwoKgNeG4owhQWPxWXzo,765
|
|
47
|
+
robotic/include/rai/Control/ctrlMsg.h,sha256=uGuwAaKM1UsQW3hTNv4AihW99MJMuow4cxa9-AU9AmA,1121
|
|
48
|
+
robotic/include/rai/Control/timingOpt.h,sha256=Ne_IH8QuFCID0Sy88LS5i3qkp1nL1FbIgREqSjRctz0,2045
|
|
49
|
+
robotic/include/rai/Core/array.h,sha256=YcI48DcBMUYgdlXP4V1dV6juBUe1iCtbKoxWjp4nCxI,26125
|
|
50
|
+
robotic/include/rai/Core/array.ipp,sha256=DNmfosznj0jF-5lXTb8NUejfrVfs_Fw3O0IvvnDfF7M,63560
|
|
51
|
+
robotic/include/rai/Core/arrayDouble.h,sha256=9pr_9g50dFluF2dLgc29bl9o6ri9C84p69fNW2PYqXg,28724
|
|
52
|
+
robotic/include/rai/Core/defines.h,sha256=hBTgf5EiJ50rQYW1saGw8Ox87aKVFOYVKnFw0jojVW0,6894
|
|
53
|
+
robotic/include/rai/Core/graph.h,sha256=qIpLS_-ey89--kwJ1NbpQEJONTpWMV2FV90a_AgQRVw,20996
|
|
54
|
+
robotic/include/rai/Core/h5.h,sha256=cfs8cew5QYpOxbWFZHV9TXVh5_dEJdFF1-aGZVR54EY,1162
|
|
55
|
+
robotic/include/rai/Core/thread.h,sha256=wjwvXACwI8B6rhZSf2UDruWUb8kT9Xjm-VE-OnUQpwk,18248
|
|
56
|
+
robotic/include/rai/Core/util.h,sha256=qcP8KmyVZ1Ht8pmqfAme_SRjQX5mDpuV4iKl56zyG2o,19453
|
|
57
|
+
robotic/include/rai/Core/util.ipp,sha256=soCVdpzWTpLL9i6rilFPNGozHZP40yhkmuXul7gHC7o,2157
|
|
58
|
+
robotic/include/rai/Core/lapack/blaswrap.h,sha256=jl8W6GwBGMiU-ND9ILeKqWlIvryw7AsIydPUCQGT_ew,3750
|
|
59
|
+
robotic/include/rai/Core/lapack/cblas.h,sha256=4bSmMzZ4idIPlmcwjw5HuwY1cs5RU73ZwmfydSpaBdk,32367
|
|
60
|
+
robotic/include/rai/Core/lapack/clapack.h,sha256=8rLteHzzGpKhJZXv4Eom9mk8lzbwRwjJuIqJuR1eePc,343373
|
|
61
|
+
robotic/include/rai/Core/lapack/lapacke.h,sha256=cpP6MEjkLGyhS8mV6ysRlTVeUam6f8zBgFUJB1phuwM,1045408
|
|
62
|
+
robotic/include/rai/DataGen/rndStableConfigs.h,sha256=bIz2RovkruMjYaaDwJIkyevsF6oV16y7dhyKm6sp_6s,391
|
|
63
|
+
robotic/include/rai/DataGen/shapenetGrasps.h,sha256=QWv85YMGtW_X9ldKu4eZuoRNdQeIYtVTx1XIsk3Pbvg,1589
|
|
64
|
+
robotic/include/rai/Geo/assimpInterface.h,sha256=2Jg7v2GZ83nz4kkgPLzbSWTIBmL9nZg-LhMlWcjiF_o,1055
|
|
65
|
+
robotic/include/rai/Geo/depth2PointCloud.h,sha256=0mXJnTk0sMB--KDE9CO_2gKgGw4gHXUe7xg6DcROhvk,1168
|
|
66
|
+
robotic/include/rai/Geo/fclInterface.h,sha256=d89JFW3WKI64gOdQSGs6uFdE7NcMavNg89BMHhzMDac,984
|
|
67
|
+
robotic/include/rai/Geo/geo.h,sha256=9_hpJsINF7Fpc6hb41LPsz9A_tCp48QgfB1HqAAeklU,14858
|
|
68
|
+
robotic/include/rai/Geo/mesh.h,sha256=9tXbU-uuuBv56JUEHjZrGs_WZRCOC4HA2yd4Ex_P12g,6904
|
|
69
|
+
robotic/include/rai/Geo/pairCollision.h,sha256=DOrRoKrYFHM_--h1Ubcgc7tc3xt6KyxA0ezLRCn5IaM,4256
|
|
70
|
+
robotic/include/rai/Geo/qhull.h,sha256=dRAAHIdvujPPW1fXW4hXMjgixpBDajDg-y_OX1JMi_0,1890
|
|
71
|
+
robotic/include/rai/Geo/signedDistanceFunctions.h,sha256=hrC838CsYWQ6TXm536iNRwB8W5-62LNb-JPqPoDAFPE,4831
|
|
72
|
+
robotic/include/rai/Geo/stbImage.h,sha256=R5MRPs3KLL-GOipzAN_jdV-pdlBCTkUFaA5LnYEIElw,100
|
|
73
|
+
robotic/include/rai/Geo/stb_image.h,sha256=WnfQN6Iosji-LSuiVLoekjaY6NVnuy7XJnlkRTVR3KA,251786
|
|
74
|
+
robotic/include/rai/Geo/testProblems_Geo.h,sha256=PAO_y2X6KFjbfpCBoy59GkVq_A82ovg-stLO3EJ7iuE,927
|
|
75
|
+
robotic/include/rai/Geo/GJK/gjk.h,sha256=L4vvyYX7RYQLt8003G3ReMRhFu8MWsJZckeI-d7hzLc,15006
|
|
76
|
+
robotic/include/rai/Geo/Lewiner/LookUpTable.h,sha256=0MRA9ioCeKoMhXYqtxaOPHTMwR_GkmyDFx2mgpSvs9s,158933
|
|
77
|
+
robotic/include/rai/Geo/Lewiner/MarchingCubes.h,sha256=xKff8BtMBeRHK26CSxl0Gn8aRVAYXEdD7nTpjL3DRYc,13528
|
|
78
|
+
robotic/include/rai/Geo/ccd_rai/alloc.h,sha256=hBuAht1y7f0JXuYGi-1od8NYDn8nVMkK1hJwqMmEy6E,1349
|
|
79
|
+
robotic/include/rai/Geo/ccd_rai/ccd.h,sha256=vd69dAd8mUpcI1FXekAfLzVtSXCRIdIqj-80KiAoRpk,5817
|
|
80
|
+
robotic/include/rai/Geo/ccd_rai/compiler.h,sha256=vh55iyaefQ6ttft5J3gwrMDyhuVhDjGv9CrtGfNw3hY,1942
|
|
81
|
+
robotic/include/rai/Geo/ccd_rai/config.h,sha256=AOH9sG_D6XiuL5V4E61LJqVZBmkd_WPCQsUhLDzNyJ8,101
|
|
82
|
+
robotic/include/rai/Geo/ccd_rai/dbg.h,sha256=8HRj5eTAl9n2QTqgTv5q07-aJI9QDQ1pKC6OUM_t4YQ,1713
|
|
83
|
+
robotic/include/rai/Geo/ccd_rai/list.h,sha256=UQCJ3Qynhch1WYlzVaxDJwFTbwFCEl8bJJ0v4upnKXw,3741
|
|
84
|
+
robotic/include/rai/Geo/ccd_rai/polytope.h,sha256=wsFlQct6zya7JKbl2nCV2dwJKnMvEiOr1YUxQM7pYMc,8462
|
|
85
|
+
robotic/include/rai/Geo/ccd_rai/quat.h,sha256=TNrYpdD7tvCgrj7BVSE5B5cdx5ZIqO-53_9vjob18Is,5609
|
|
86
|
+
robotic/include/rai/Geo/ccd_rai/simplex.h,sha256=6zjXCyaO2NH387PQnquaHCPAZfd-XN93PQ-qPfqCq9U,2745
|
|
87
|
+
robotic/include/rai/Geo/ccd_rai/support.h,sha256=B9KBuOctG7Hx-e1TXpnkU667WVH7SP4Q4RMATno5vMI,1422
|
|
88
|
+
robotic/include/rai/Geo/ccd_rai/vec3.h,sha256=ARkNnQz8yWf_Cs3vgt22zclN1cLeGmwWPTVHVpvmfEA,8115
|
|
89
|
+
robotic/include/rai/Geo/ply/ply.h,sha256=_oAXgQ5CyHvUMtPDBxYtOBbnKDVoZf5PKMswisqvOeI,9384
|
|
90
|
+
robotic/include/rai/Geo/vhacd/VHACD.h,sha256=QT_cT6PPzec_mxKODsS9cJGr6nBt6S8cUJF7dCeBQCc,258343
|
|
91
|
+
robotic/include/rai/Gui/RenderData.h,sha256=SQEJbq1lTdCBsbMx8Yo6Dk_EPpQ2pNxM5l9D9xVU-qk,4986
|
|
92
|
+
robotic/include/rai/Gui/color.h,sha256=4ElBkpWgwBuqQEFD4Mdhv_afZE4ul6NkptwFQ2oDS5o,2596
|
|
93
|
+
robotic/include/rai/Gui/opengl.h,sha256=d0Ww1xnRb0JMxzGNzVwQT0F2MDQuD5VJCWOvDXYudm8,9024
|
|
94
|
+
robotic/include/rai/Gui/plot.h,sha256=xhTBY84UN4KpgZsX7SJQGqVKd1jU7jojGVKFv02v0xU,2341
|
|
95
|
+
robotic/include/rai/KOMO/PathSmoother.h,sha256=y-t3yVEZvxfQIs8_EA-WI7FJ_RzfbG8TEfdiNAruuUI,813
|
|
96
|
+
robotic/include/rai/KOMO/komo.h,sha256=9p3lX7X1mr-EYclUzCWQDMagI_ac-Silo0LtTuOXoJY,13389
|
|
97
|
+
robotic/include/rai/KOMO/komo_NLP.h,sha256=kSzUMDmw4yzAXtpNB2v38dpw2tBS8n8R_op_T3yS3DQ,3681
|
|
98
|
+
robotic/include/rai/KOMO/manipTools.h,sha256=WMdCxQB2rTcb3kzbiW9CHDpmGJZcKRqAnT861_iTsH4,4233
|
|
99
|
+
robotic/include/rai/KOMO/objective.h,sha256=Cl4-KjheRMNWoh_xFas5tLWMKSMlJf-HLDihfqvfcSw,2704
|
|
100
|
+
robotic/include/rai/KOMO/pathTools.h,sha256=w0Wq6BGLBxG1LAZQBDmmPWTXzwxW3RHj2EX1cm92WeE,3288
|
|
101
|
+
robotic/include/rai/KOMO/skeleton.h,sha256=NPaMfUMC_sUd3AjlLHTFpxWH4QtnKP_zzvHb2YvEigI,4437
|
|
102
|
+
robotic/include/rai/KOMO/skeletonSymbol.h,sha256=mrPqRn_1i4PuqbkQBhKEYc5WPEGqPjBN6TvwZxZ5e7A,1261
|
|
103
|
+
robotic/include/rai/KOMO/splined.h,sha256=G_fu9gXCboJLkwhwu77F6F3Ei6deqzbvkgP8r9kiNL8,903
|
|
104
|
+
robotic/include/rai/KOMO/switch.h,sha256=teNNnHFe4h9W5rLlL3TFBsq97ni-RUEhcxw4uVPYR1g,1850
|
|
105
|
+
robotic/include/rai/KOMO/testProblems_KOMO.h,sha256=zpujbYe9Q97Mx_m91LQcPhEW8YVSitzYO_7I8l7M3WI,2882
|
|
106
|
+
robotic/include/rai/Kin/F_LeapCost.h,sha256=wNAUNgAJjLirMurF67BlFLHtjyuXy1EPr--9XLBe6Wk,556
|
|
107
|
+
robotic/include/rai/Kin/F_collisions.h,sha256=Atq9LPVOkEuMF-kSHk78cGjaJYwDIbvrTxHmLBJw3yk,2092
|
|
108
|
+
robotic/include/rai/Kin/F_forces.h,sha256=tHyBQcKhi4ZdsHoBU5bu7kLWVm611SfEYG_o-vMSDN0,6694
|
|
109
|
+
robotic/include/rai/Kin/F_geometrics.h,sha256=2yPFycgcmZjXLezxoRL_aaetrZusDgtGyx7GQbfbRrI,2146
|
|
110
|
+
robotic/include/rai/Kin/F_operators.h,sha256=Nxdk1dPSoN7lW0A5Ns-BSJ_YXFft4iZi9RDOmVn3BJ0,1608
|
|
111
|
+
robotic/include/rai/Kin/F_pose.h,sha256=QlZnpS4ZTNFBZlH-lpe6sTt2gdbxbjsZTHPqk0T_4AI,5252
|
|
112
|
+
robotic/include/rai/Kin/F_qFeatures.h,sha256=x4cfFGaVBQSmj9ZetcC25qiGxnvfNMPsWh9zbPa5owE,2212
|
|
113
|
+
robotic/include/rai/Kin/cameraview.h,sha256=byzJyTxP4Irh0A6gi8ZNndvJ0UFDD8leLfbW9B7laJI,2478
|
|
114
|
+
robotic/include/rai/Kin/dof_direction.h,sha256=9tio7VXxXAv-ZAxA6QskjD5rMH2LHU4hIGAG6TC0RaY,831
|
|
115
|
+
robotic/include/rai/Kin/dof_forceExchange.h,sha256=TM-DHiGxaw9g3O5IcN7M7VDWF_8LKKtie3qvPn8Y1dA,1931
|
|
116
|
+
robotic/include/rai/Kin/dof_particles.h,sha256=PboLndC5a5extUKAfUPAIsJEGTTs6_ACDgnLrei2s8g,790
|
|
117
|
+
robotic/include/rai/Kin/dof_path.h,sha256=XRPj3bH90JUIdkTS4jxwbAb5n9yAsRoemWUWUV1xDtQ,792
|
|
118
|
+
robotic/include/rai/Kin/feature.h,sha256=xicsrElMcYnYXdIXdO5LBLmXxvCGVUVgZJY2NIarO5I,3935
|
|
119
|
+
robotic/include/rai/Kin/featureSymbols.h,sha256=JVXbXoW43PlEGOgwHPpULlbXUQzkl79F1EFnfl-0wyk,1984
|
|
120
|
+
robotic/include/rai/Kin/frame.h,sha256=p7uRLEqhrxwKkCOEykOX8GYgl4lQqjG3hheKEAAi4XI,14585
|
|
121
|
+
robotic/include/rai/Kin/kin.h,sha256=g-b4adXdOVmQcQ4gwQCWz1n-llhUCUVvm2JLBNa0DwA,16235
|
|
122
|
+
robotic/include/rai/Kin/kin_bullet.h,sha256=y8aApXpXY4bD5QN_WmDAU2vNEvvbdo1Rd4zY7qo-FKE,1970
|
|
123
|
+
robotic/include/rai/Kin/kin_feather.h,sha256=o-hOJA8UcmIBKx_qPzoG9R7fxzz-4zhBNMBmBTK21oA,1627
|
|
124
|
+
robotic/include/rai/Kin/kin_ode.h,sha256=zwB8Le1WMGRkQBc9bssndJICkjO1lZ_y1aZKCwP4c1Y,3686
|
|
125
|
+
robotic/include/rai/Kin/kin_physx.h,sha256=QfYi_-dIvVm7dFgG2SA3csHeb0peRMEhrf-I6pFOMPQ,1832
|
|
126
|
+
robotic/include/rai/Kin/proxy.h,sha256=jfFQrvokqvt8bGYEzGQoD2ZpnuWuLzCeOjFfUvdxcx0,1473
|
|
127
|
+
robotic/include/rai/Kin/simulation.h,sha256=rM08Epf72aiI26z2MPE0sZ6CrnNzolzdzZKhKxw5Zn8,5238
|
|
128
|
+
robotic/include/rai/Kin/viewer.h,sha256=GzObhDzEnIBYH0Yu_wCX8Cm2GAN5wuk-El09b2Vy_8w,2031
|
|
129
|
+
robotic/include/rai/LGP/LGP_SkeletonTool.h,sha256=T4lXAUxY2QFo_ETZEm7RqRzfmU6NAHdVcow8qj_8-9Y,3240
|
|
130
|
+
robotic/include/rai/LGP/LGP_Tool.h,sha256=vcQ3ixwJ4wepPDX8ZGkDBKGIpchJQWMOoMu82_cS_8I,4230
|
|
131
|
+
robotic/include/rai/LGP/LGP_computers.h,sha256=paoCbDZnIo7OUeHKo5qkzTkKy1RIzDZocg4p6SXoObk,6480
|
|
132
|
+
robotic/include/rai/LGP/LGP_node.h,sha256=gMNQLfkbdMR1C-sNufI3K23Qt_Su3tqfIWz46Ta0JNo,4100
|
|
133
|
+
robotic/include/rai/LGP/LGP_tree.h,sha256=J6W4Qypr70g0EZg30tTZBuca_6_O0sDQAGGv6Ow8oaE,4001
|
|
134
|
+
robotic/include/rai/LGP/Motif.h,sha256=-1cYCDDxJK3at3LKT2R-qRoum7o7CnziBg30yijt4Ls,592
|
|
135
|
+
robotic/include/rai/LGP/initFol.h,sha256=m67VqzKUQzMN0kBFL0lWACu0ls7eYj8ExyXVFjuLtDA,507
|
|
136
|
+
robotic/include/rai/Logic/fol.h,sha256=ubWsZacmrRPGeDPKQVGKDoGC_4GxYGdVLJ0K3a3eZu0,3598
|
|
137
|
+
robotic/include/rai/Logic/folWorld.h,sha256=XpqTWOIvZbKlS_vsJkXOexrhjfy3_iywebFezJamhHA,6072
|
|
138
|
+
robotic/include/rai/Logic/treeSearchDomain.h,sha256=sO5Y6o9wRTQxfST9YyJw3P0KcqGX7ISqbIN-uGQ5abU,3882
|
|
139
|
+
robotic/include/rai/Optim/BayesOpt.h,sha256=GqOqGk5Y0USf513duMPtt--TBYGqujdsvY2qi17jVxI,1241
|
|
140
|
+
robotic/include/rai/Optim/GlobalIterativeNewton.h,sha256=WRaTFUrx0A1FO7d7shgZbJVaC5AWKZT5PTD8LnuPXiE,801
|
|
141
|
+
robotic/include/rai/Optim/NLP.h,sha256=rWs2HDuaIQnrz2DZeiCuLjYrENb5mfdUiCcht6dQaus,8195
|
|
142
|
+
robotic/include/rai/Optim/NLP_Factory.h,sha256=xDn73B-u6fFvtu-udkXgyTiFyjTzfJNHwUm6z88FiOo,1979
|
|
143
|
+
robotic/include/rai/Optim/NLP_GraphSolver.h,sha256=Wwq4YiU_35Wa0qERa9Pibo4EqzxzJcIYDTSh5Gol9so,1167
|
|
144
|
+
robotic/include/rai/Optim/NLP_Sampler.h,sha256=JaOEc8YJwatW5toOviTFXlOoF3Dg8ZWPM9zejyW9ND8,4643
|
|
145
|
+
robotic/include/rai/Optim/NLP_Solver.h,sha256=Y07FfnrTjkVldXFU5HJ0SB0pOlGGivQ9k_4vpEM3YoA,2482
|
|
146
|
+
robotic/include/rai/Optim/SlackGaussNewton.h,sha256=b5w2ti8AqqothZtCFevUNSs1Y5dz4LOLBJXZQvoKNmU,1338
|
|
147
|
+
robotic/include/rai/Optim/constrained.h,sha256=k5RGe4TurTN4Af_I_jqhYhHpCM4mjvwrhwQK2yfO9ZE,1477
|
|
148
|
+
robotic/include/rai/Optim/gradient.h,sha256=dtpGXdKffzufV3qxOmsp6u9u73pjRUXF0RoD3VbhtyI,1837
|
|
149
|
+
robotic/include/rai/Optim/lagrangian.h,sha256=cs0mq6KBTzmMhcEoecsQ1YiGmttWGe-THlx209s8hsI,2408
|
|
150
|
+
robotic/include/rai/Optim/newton.h,sha256=3CLZn80ZOUQfdN3R3qkDVuOke9Tp5fDeRm9p932c2Xk,1150
|
|
151
|
+
robotic/include/rai/Optim/opt-ceres.h,sha256=bB-k-tlIDAh6g0_6Tue8Lc_Tnxol76kIssS_5GQeMVI,960
|
|
152
|
+
robotic/include/rai/Optim/opt-ipopt.h,sha256=1v147tZVY3MuNMRLaFFWxKC7fyNP5-59WJzKoVv8BsY,516
|
|
153
|
+
robotic/include/rai/Optim/opt-nlopt.h,sha256=R0ma9SjxcVU9nI7H39QOWUIPy95H4AiQwLRHz3DRe7k,970
|
|
154
|
+
robotic/include/rai/Optim/options.h,sha256=JSqHw6agqLkvfvw6kd54KHQ6Hz7xZyHeRkWAumYUag0,1876
|
|
155
|
+
robotic/include/rai/Optim/primalDual.h,sha256=xHXhAPbZWPVj17ZGpDr4OrLJLYj_G1Wr_k4TCPFBiHc,1272
|
|
156
|
+
robotic/include/rai/Optim/testProblems_Opt.h,sha256=rYPVdz7y1pkmzJH6aIw3pQ6JqN2_HhJ50CAAdsL2r9A,6531
|
|
157
|
+
robotic/include/rai/Optim/utils.h,sha256=VMTSVUcg3UWN8RhBYSSyqoBCa_AcUrZ_7zvcz3XWEC0,3517
|
|
158
|
+
robotic/include/rai/PathAlgos/ConfigurationProblem.h,sha256=6Mr3MjD3T3lG3OCCDLKrPRA6WddIFpbRRl_O1gVFP5U,1329
|
|
159
|
+
robotic/include/rai/PathAlgos/PathResult.h,sha256=xxZiD8ClGKO719mQR50BsIzOlHeoH0UH4QNzWifoz6c,1070
|
|
160
|
+
robotic/include/rai/PathAlgos/RRT_PathFinder.h,sha256=44ahBizEoW1HgXh5LPgIL9poCIgaaTiTUeHsfV8Q5kI,3282
|
|
161
|
+
robotic/include/rai/Perception/audio.h,sha256=HQPC8bmOv4Mdfl8f71eUmKFlRE0_N_spY3bg6YJzduo,1105
|
|
162
|
+
robotic/include/rai/Perception/avutil.h,sha256=RlxtNGw8mvKYrWI7Sy8neILBDb1SF2wuf4hFKjPx-4w,802
|
|
163
|
+
robotic/include/rai/Perception/colorseg.h,sha256=1zax9KZGSJcTZ7MTnLZBSbHlZsJqQ1NkvU6cStzQ4vc,2314
|
|
164
|
+
robotic/include/rai/Perception/dataStructures.h,sha256=izZAv8p60cd5seTAqXtSgXP9OaBo-S2I_6hYsULmUSI,1406
|
|
165
|
+
robotic/include/rai/Perception/depth_packing.h,sha256=b90PhWxWSwkOpHb7kgCJvErAndCEXOzTeUSzfDLdRco,720
|
|
166
|
+
robotic/include/rai/Perception/g4data.h,sha256=CmIanWNqiUZY7cgpnC7tx3Md0jZnD1JCiwWjjGulyWI,4941
|
|
167
|
+
robotic/include/rai/Perception/g4data.ipp,sha256=kPIzEHMmXeFxEPV5kTqSHmA8Gi24indCYQamKJyoSpY,1103
|
|
168
|
+
robotic/include/rai/Perception/kinect2pointCloud.h,sha256=Fd58sPYez0HNDvsJoRJBIY74OsOELH3XYRlWYc0oBOM,1023
|
|
169
|
+
robotic/include/rai/Perception/object.h,sha256=aPZVOLFurKWhhkHtZDwbsz-6oxNfOk5-oYkIBtoN4iU,1670
|
|
170
|
+
robotic/include/rai/Perception/object_detector.h,sha256=HX2M_PbZET4DwPgE2yjELyYi2RdBZZ9wIUhqiwrB_bQ,2030
|
|
171
|
+
robotic/include/rai/Perception/opencv.h,sha256=3KT5npXCodVjVHLLipF3Jd89AKEz8Z3xjev9xWf9Itg,2505
|
|
172
|
+
robotic/include/rai/Perception/opencvCamera.h,sha256=rBCrB3zzfPvOk4dPPI2s1ZaQBpsQ0xQ7S7wRPduQW48,660
|
|
173
|
+
robotic/include/rai/Perception/pcl.h,sha256=bb_INnIt89xfwvx3gkLRqRPiH2OOpdPL7f-3nnFiQ9E,1430
|
|
174
|
+
robotic/include/rai/Perception/pclPlaneExtraction.h,sha256=RTyPIrxS4oZGZ1rXAhaRWxBrs3YX-PHmUimLG7t0LG0,2077
|
|
175
|
+
robotic/include/rai/Perception/pixel_format.h,sha256=dNRLdsMdckP0npn19WO_37RpH3poNamOT4JfEM6QAco,1064
|
|
176
|
+
robotic/include/rai/Perception/pointcloud_io.h,sha256=G908jUYDi8QFXmBDXrIuUrqZh24utcv3ABK2pWmhB50,1085
|
|
177
|
+
robotic/include/rai/Perception/surfels.h,sha256=q9VGx6ncsv74WPsUn2-wMBirsuhwzeqUkOkEZD2l7DQ,1947
|
|
178
|
+
robotic/include/rai/Perception/videoEncoder.h,sha256=TWphAWKPuvwwM6kNSfbEv57w9_LzZSbx-zkovfPVGA0,1823
|
|
179
|
+
robotic/include/rai/Search/AStar.h,sha256=qXZybtUHusQUjmA2xYCvKtLpe8Saq73klpnBuz1plZc,1209
|
|
180
|
+
robotic/include/rai/Search/ComputeNode.h,sha256=JcUy-8fmMsFbluSriDOh9FgLrJhaC4ggoiQwQa-1IZ0,3420
|
|
181
|
+
robotic/include/rai/Search/TreeSearchNode.h,sha256=fvPE2LV_GsIAGSQxaDOdiJdkF_2MA4M0ORRtWmVcwwA,1774
|
|
182
|
+
robotic/include/rai/ry/py-Config.h,sha256=fk-TJMXqY6b9UYk3gYC8pW_BkbUr-D-PtkQ--96zxoc,644
|
|
183
|
+
robotic/include/rai/ry/py-DataGen.h,sha256=mZHIv7PdR9_QBDKy0ONqHKQ70sr89dpgfKlO4UMByD8,434
|
|
184
|
+
robotic/include/rai/ry/py-Feature.h,sha256=t8Tyf1PJ4bkyCRC_mKF6JTallco8YRAX0PTtkid7Vws,434
|
|
185
|
+
robotic/include/rai/ry/py-Frame.h,sha256=ssIlaHBHBreB_3C22bgnv8tPVtLO1jsGPLBxypIbiL0,498
|
|
186
|
+
robotic/include/rai/ry/py-KOMO.h,sha256=AMa2vw8HUP-S11C4MF5d0CLT5kegYQN_SSCL467gLjI,514
|
|
187
|
+
robotic/include/rai/ry/py-LGP.h,sha256=0NBErJFTg41xAQcHbRhr6RNeDIy4EJl3DtuUR595Rx8,430
|
|
188
|
+
robotic/include/rai/ry/py-Optim.h,sha256=xvLv7tvE0hOocX64eQi2wa84of9H55GVUctZlFIYtQw,432
|
|
189
|
+
robotic/include/rai/ry/py-Quaternion.h,sha256=EydIMfUB_Zf9H21x29dhBjDm7472Ge_XD6edyRALQY0,437
|
|
190
|
+
robotic/include/rai/ry/py-Simulation.h,sha256=Kc4e6pK1yQyxDMCQu1HvXOYt9IlUiojBYFdqv3PP1AY,437
|
|
191
|
+
robotic/include/rai/ry/py-Spline.h,sha256=gR8Cvwt5PlzlolxegS1wUEEOQj9RydOp1gS67Zxm0jk,433
|
|
192
|
+
robotic/include/rai/ry/py-tests.h,sha256=-l_0V-yRqeOEztqCo_BAdcKCAMovyd8-9tnrytM5pQM,432
|
|
193
|
+
robotic/include/rai/ry/types.h,sha256=KQ_byer3O3iFnrtBNyg5sptEfCsujbEeo6edOHSNzaM,8495
|
|
194
|
+
robotic/rai-robotModels/g1/g1.g,sha256=9lA31eCRoFENw9Nbg04KoX3diIIQYKz981oRYNKLvO4,499
|
|
195
|
+
robotic/rai-robotModels/g1/g1_clean.g,sha256=jXlPAlL02pPSybl5DgazO0Qf96wAg2tbVwXKYh9e5XQ,11883
|
|
196
|
+
robotic/rai-robotModels/g1/meshes/head_link.h5,sha256=7Gnh6fTAHrUp_8O70hmKKGFVW3246-yUdHqCGEuzK14,253939
|
|
197
|
+
robotic/rai-robotModels/g1/meshes/left_ankle_pitch_link.h5,sha256=2LKu5c-bPbGf8Q0tys5cHS0c38A7Nm39Vpa2ZyyE_Qc,23677
|
|
198
|
+
robotic/rai-robotModels/g1/meshes/left_ankle_roll_link.h5,sha256=oV1QbrCL7BTmlvjasDU0opQI8RdQryuSLslw-WUMSno,172252
|
|
199
|
+
robotic/rai-robotModels/g1/meshes/left_elbow_link.h5,sha256=shCWdhhqDEaN2Ap1dVe5mKlYv4nYlkblsXPMM0MZWnM,28432
|
|
200
|
+
robotic/rai-robotModels/g1/meshes/left_hip_pitch_link.h5,sha256=kLK5B4NccJG__h9R6eN1e2U1C6ICb5mP4MlgvDkxBbE,53338
|
|
201
|
+
robotic/rai-robotModels/g1/meshes/left_hip_roll_link.h5,sha256=qou4JUjWivOqBcqvtzkB-YIPOOeApCpIUDaadcGDobY,55405
|
|
202
|
+
robotic/rai-robotModels/g1/meshes/left_hip_yaw_link.h5,sha256=XawwJ9lcOvQXXoGNxVgxztpD9GUe4_6ov0HiKirciPM,83521
|
|
203
|
+
robotic/rai-robotModels/g1/meshes/left_knee_link.h5,sha256=PmeuXztyh7FY8i4SKcaz_-M5agrGWPn3hawBCmKxYHo,227686
|
|
204
|
+
robotic/rai-robotModels/g1/meshes/left_rubber_hand.h5,sha256=m9plN-nRX3SPS2w2rYjWPSlSmz29cjQx_brkkDp6g_Y,586678
|
|
205
|
+
robotic/rai-robotModels/g1/meshes/left_shoulder_pitch_link.h5,sha256=apxRmfGec2sDSsr_lfLPCtoQpHNcLdXL32CBLUvwJ5I,51538
|
|
206
|
+
robotic/rai-robotModels/g1/meshes/left_shoulder_roll_link.h5,sha256=ILgnwGlmdTTI52Bx40DTBwN5ZjCbPYEvie-aPulfxLw,110923
|
|
207
|
+
robotic/rai-robotModels/g1/meshes/left_shoulder_yaw_link.h5,sha256=wTVoiXw75gxkb5nx3VN4TWmLDl04skzjP97t3bh0K18,70588
|
|
208
|
+
robotic/rai-robotModels/g1/meshes/left_wrist_pitch_link.h5,sha256=GpMuEX0cZe91Qw0-msGSC8b5ZyXpe4zxV9z5Brw2STo,27487
|
|
209
|
+
robotic/rai-robotModels/g1/meshes/left_wrist_roll_link.h5,sha256=DHwnLvXkQVUsQg77hyrswN1uuCGuuF5yWtEx4xi1iLk,97093
|
|
210
|
+
robotic/rai-robotModels/g1/meshes/left_wrist_yaw_link.h5,sha256=IPJlN6pFOoj-sHvlBMV9iK-VVK3ol63Y48U20HdI34k,89137
|
|
211
|
+
robotic/rai-robotModels/g1/meshes/logo_link.h5,sha256=WanPUKwd8MsgmbSr1IoKsZwpOxTzdVryEXx1PjfNcHk,64900
|
|
212
|
+
robotic/rai-robotModels/g1/meshes/pelvis.h5,sha256=015_bltMIYFWgLpUuoBjJZHe9d4t3MzzIa1gN9YzIp4,285394
|
|
213
|
+
robotic/rai-robotModels/g1/meshes/pelvis_contour_link.h5,sha256=IcG57In0MBNaK_WaiTQXrWUMyugt1VuiPLPu45POI_A,374563
|
|
214
|
+
robotic/rai-robotModels/g1/meshes/right_ankle_pitch_link.h5,sha256=GLJA5_9WasUw-0bcGNKgmvPIAagfsVaMq8JuZb7_CCg,23677
|
|
215
|
+
robotic/rai-robotModels/g1/meshes/right_ankle_roll_link.h5,sha256=gZ7Gb_OMCa7fZl7WwLNyxYgKduh8NbPX1p7C5Gt3qa8,171901
|
|
216
|
+
robotic/rai-robotModels/g1/meshes/right_elbow_link.h5,sha256=rU4Z5hXXLpRqLy-6OpYxoFj_3hUuv_3dxE5smjGRyGk,28432
|
|
217
|
+
robotic/rai-robotModels/g1/meshes/right_hip_pitch_link.h5,sha256=snEY_k-HA_F_T_1oVIuqzAlwp_WWNwkQAHZF5vd_Rx0,53155
|
|
218
|
+
robotic/rai-robotModels/g1/meshes/right_hip_roll_link.h5,sha256=fWWUZS7bawn6l4KRIivlfeTHLiO6OYRaqmBZBIIkT6A,55525
|
|
219
|
+
robotic/rai-robotModels/g1/meshes/right_hip_yaw_link.h5,sha256=Fmlry9DjPPoPv6hdADY7uwqI3kLH_4O7YRoLWvLekGc,83611
|
|
220
|
+
robotic/rai-robotModels/g1/meshes/right_knee_link.h5,sha256=ttukVfhvWRK2i1mNqyu8avPY4IJuHf7mB2DlQpeUj4w,226771
|
|
221
|
+
robotic/rai-robotModels/g1/meshes/right_rubber_hand.h5,sha256=OB3QW_tzbunqAi98nNA7HrX-yipRZ_m33PKXbBHugPQ,577663
|
|
222
|
+
robotic/rai-robotModels/g1/meshes/right_shoulder_pitch_link.h5,sha256=MI00T09u92XjPGAZTLafea-x1CeUqufbfjP32OTj2iQ,51991
|
|
223
|
+
robotic/rai-robotModels/g1/meshes/right_shoulder_roll_link.h5,sha256=o7gL1TKXK_ulAGYfXF6qW-hJbfHYXBLpjySCVC3omio,111016
|
|
224
|
+
robotic/rai-robotModels/g1/meshes/right_shoulder_yaw_link.h5,sha256=9yLP5Udye9wM_1CT6hcVuIIxRJCZAQ35UHGai5HZrr8,70759
|
|
225
|
+
robotic/rai-robotModels/g1/meshes/right_wrist_pitch_link.h5,sha256=X71-XyhS9bzo7oepOEPMO4qk2sOjNfHk7o-lW0_efL0,25921
|
|
226
|
+
robotic/rai-robotModels/g1/meshes/right_wrist_roll_link.h5,sha256=vnc3iLk6viIcDE9JB-C5M0F4xeLVDzLc0ZU-3eaoXIU,97717
|
|
227
|
+
robotic/rai-robotModels/g1/meshes/right_wrist_yaw_link.h5,sha256=WY-_-AoMATxCZ9yEjH92WpRfvrVuVWwwc3SoT6owpIw,94924
|
|
228
|
+
robotic/rai-robotModels/g1/meshes/torso_link.h5,sha256=wTQpDVBj_I_CVOEFsEyBHfsEuQgQy0zbYVzY8qR2PQM,569203
|
|
229
|
+
robotic/rai-robotModels/g1/meshes/waist_roll_link.h5,sha256=n98tspx87SX7J0lcHZMGOGmwsNcZ3ozA_Mm1NUIvRII,10927
|
|
230
|
+
robotic/rai-robotModels/g1/meshes/waist_support_link.h5,sha256=ixpmHi4U4F5Hl86aU4RwU13jBH_C_jEvbCkqkjEjMRM,45034
|
|
231
|
+
robotic/rai-robotModels/g1/meshes/waist_yaw_link.h5,sha256=GXkMr0tmYUvKPW5iKv8xdHYtTSppV1FLAzjv3538NtE,94546
|
|
232
|
+
robotic/rai-robotModels/objects/kitchen.g,sha256=PLi7un2u3I29Mcngc08-9J3ocTU_c5TYlXplYXTgQHU,1223
|
|
233
|
+
robotic/rai-robotModels/objects/shelf.g,sha256=ZZb8kTKrhIY9I4U_sFuGgf5V4GcNH_Zd-l7eHbAg54s,808
|
|
234
|
+
robotic/rai-robotModels/objects/tables.g,sha256=z9GifBjAaCbu3Y2ISmzhVyU9_mw2NlR87eAyj0vNYnI,455
|
|
235
|
+
robotic/rai-robotModels/panda/panda.g,sha256=VNmWPo9s3GOeWXw7FAr8CeVL_R3W6GmDUgGFOu2A4dA,2677
|
|
236
|
+
robotic/rai-robotModels/panda/panda_arm_hand_conv.g,sha256=BVDQNIAwPB45rrvLX-WYw3Ys44jeqS9upi8RCV31UcY,2296
|
|
237
|
+
robotic/rai-robotModels/panda/panda_arm_hand_conv.yml,sha256=_YP4vVVKeScSPNLRRkkiH2fnHuFUQgt12O1RnWV5mTY,2486
|
|
238
|
+
robotic/rai-robotModels/panda/panda_clean.g,sha256=6EShzBmEa2R5sJRhnGRXwLWcyjRybFY3Su-hdwz55yw,3168
|
|
239
|
+
robotic/rai-robotModels/panda/panda_deformable.g,sha256=DvkhnJYSXc1S_GRBM3iJOm6WovKYrsckzAW-rXxLqH8,6037
|
|
240
|
+
robotic/rai-robotModels/panda/panda_gripper.g,sha256=CB_rY6PUTdpgNsSvvAQ967t2Sm6r0B59rUqaVCZCmvA,862
|
|
241
|
+
robotic/rai-robotModels/panda/panda_withoutCollisionModels.g,sha256=RPJawK8POmG_Hyc92XcprQbFArEryQWM8O6IB5zcSYQ,278
|
|
242
|
+
robotic/rai-robotModels/panda/meshes/finger.h5,sha256=hzqxoufYkW0_qDgVH4ZCx7vwCeZF4s3qe0KpMyXf3Lw,12994
|
|
243
|
+
robotic/rai-robotModels/panda/meshes/hand.h5,sha256=lbiphvOO3NKhuBW6kexfbfArDcNKqpqDM9yS_bmFdss,100882
|
|
244
|
+
robotic/rai-robotModels/panda/meshes/link0.h5,sha256=wGFp4P3aAFhVCgb5idxLqUrkG2hx6KskZTK06i92YOk,284200
|
|
245
|
+
robotic/rai-robotModels/panda/meshes/link1.h5,sha256=Y-v-tXeRxK-dfRnb55_yMaveQqkj-9aHmhpbggi8CtQ,173476
|
|
246
|
+
robotic/rai-robotModels/panda/meshes/link2.h5,sha256=OPWW9Gwefyx4cpnOLZO3Gcb6yxILO34HiYIyV7kdF8U,176149
|
|
247
|
+
robotic/rai-robotModels/panda/meshes/link3.h5,sha256=EMQkZUysdapjF1pw-yFVZ9ZChtNxJB6lXaBiRGzX0Ng,198274
|
|
248
|
+
robotic/rai-robotModels/panda/meshes/link4.h5,sha256=BLYmj5sOiAAfKGNJdoXII0Sl2Ie0StQFpFjBkGH7wRY,203437
|
|
249
|
+
robotic/rai-robotModels/panda/meshes/link5.h5,sha256=TbrDtvaUYwrFJO8KKhCSF0fOZ8e6rC7GQ5xGtMrxud4,254542
|
|
250
|
+
robotic/rai-robotModels/panda/meshes/link6.h5,sha256=vWc78TMcfY5l8_dTLmypJiKsQx9Llb47BcfACXd2tOA,309727
|
|
251
|
+
robotic/rai-robotModels/panda/meshes/link7.h5,sha256=x-xcLQT0g3vrvdYhaVbX57LRrz9DT8nZFW6YN6oT0-0,172303
|
|
252
|
+
robotic/rai-robotModels/pr2/pr2.g,sha256=h1bQcK6_BjriokfVyae-T3i774Mm5Wo8-5Lpu0Ap1W8,2352
|
|
253
|
+
robotic/rai-robotModels/pr2/pr2_clean.g,sha256=Ng1MRoWuf1dUVSyA_KfA9Nfg0IVRSRVIHcT6GE3Rsgw,26874
|
|
254
|
+
robotic/rai-robotModels/pr2/pr2_conv.g,sha256=XIxIBSz5h_luzKBga2ZP2rKOLi0Cp2w0Z65NpdFUFf8,25950
|
|
255
|
+
robotic/rai-robotModels/pr2/pr2_modifications.g,sha256=3CgSjGVbO-T-RNCSqAXJJuyQxwZTNNPoYgr73iA-EyI,4659
|
|
256
|
+
robotic/rai-robotModels/pr2/pr2_modify_fixGrippers.g,sha256=kgMG39nOyMoBoBPZLlzvjm0bIa10KB8g8y5nskt1onc,712
|
|
257
|
+
robotic/rai-robotModels/pr2/pr2_modify_fixHead.g,sha256=iRlRNiCFbf6w7Qu0tn0j0qbfSTTQw59L857c7UYLsqs,152
|
|
258
|
+
robotic/rai-robotModels/pr2/pr2_modify_fixLeft.g,sha256=ZKceDnAvEaxIBX0eraFrUddhlEdP7pfIeNeGCVMXp08,364
|
|
259
|
+
robotic/rai-robotModels/pr2/pr2_modify_fixRight.g,sha256=e3qa8_0hfuTlEszsZFsXCh9BADjboSz0QX4Ma_Uo8qU,363
|
|
260
|
+
robotic/rai-robotModels/pr2/meshes/base.h5,sha256=mUEQcW30dWHw-gj_-tapWAKxejHBDFmodA3v4xFC1uY,35329
|
|
261
|
+
robotic/rai-robotModels/pr2/meshes/base_color.png,sha256=bQvqOvg14Yk2a01G2-vhLxwJ1XM_KUDWOZ9jpdE96xE,119115
|
|
262
|
+
robotic/rai-robotModels/pr2/meshes/caster.h5,sha256=M_PLVad12snpXF5I1J7mRFvMOXAb3FFyXKaUZML_Vc0,18010
|
|
263
|
+
robotic/rai-robotModels/pr2/meshes/elbow_flex.h5,sha256=i3BRP2zogdd5F9yjP1LfaUOULoRLsl2KqXaTJtXGo_w,26901
|
|
264
|
+
robotic/rai-robotModels/pr2/meshes/elbow_flex_color.png,sha256=x5Onoq07w4_Pq0fQzia2mmG8Q3sO6id_qWk_F2xCj0Q,25663
|
|
265
|
+
robotic/rai-robotModels/pr2/meshes/forearm.h5,sha256=pnUh6-8OQccCP00FYtgwsUz_0ZUyFlD56WglCGbk-4U,43914
|
|
266
|
+
robotic/rai-robotModels/pr2/meshes/forearm_color.png,sha256=h3JUqOfbajdCU5OWC0MifDJHyy37FnoP6Lt53HVzx7M,137001
|
|
267
|
+
robotic/rai-robotModels/pr2/meshes/forearm_roll.h5,sha256=CFpqdbozYIHGJUtP_uiMIoBeD0xTl82v31I0nUVd66o,18040
|
|
268
|
+
robotic/rai-robotModels/pr2/meshes/gripper_palm.h5,sha256=UuBEKAGygpuqBZzWghM_CchyigpJnpgSTP1ZrWRDSls,27385
|
|
269
|
+
robotic/rai-robotModels/pr2/meshes/gripper_palm_color.png,sha256=8kjYQp5o3RYzx11HEQKQxHeDkE9o30EOKAxs_pcTuhQ,30409
|
|
270
|
+
robotic/rai-robotModels/pr2/meshes/head_pan.h5,sha256=gu0tLHZf-I2qIqE-qa6Ym6SHCm8u3bYkB5QECy9-lyY,27901
|
|
271
|
+
robotic/rai-robotModels/pr2/meshes/head_pan_color.png,sha256=uzllVJ_AUD4fY9K0XUMnAlALhPGHgo3u4wS-o0_8Fcc,30996
|
|
272
|
+
robotic/rai-robotModels/pr2/meshes/head_tilt.h5,sha256=Xzpj00PWfICPrKtXi2vrsCqhb88z4Ua6aUa9PlTYzHE,30516
|
|
273
|
+
robotic/rai-robotModels/pr2/meshes/head_tilt_color.png,sha256=C_t-PcZm7Y6-0aHNOtY7mU4PnbIJ24xDc8m7ddtYuM0,147862
|
|
274
|
+
robotic/rai-robotModels/pr2/meshes/l_finger.h5,sha256=clug8b7SCD5vndhX4vScEuiP-bS5GemJhY-gU9pVe8U,43755
|
|
275
|
+
robotic/rai-robotModels/pr2/meshes/l_finger_color.png,sha256=uXnQzwcs86oBSVW_ovwEuazHD23p5eQAtaHCppePYbc,29539
|
|
276
|
+
robotic/rai-robotModels/pr2/meshes/l_finger_tip.h5,sha256=P9yoAq7s7Fm7d41Nk2PwJ0MyzuN88Ft5oHeXxRi1jYI,25899
|
|
277
|
+
robotic/rai-robotModels/pr2/meshes/l_finger_tip_color.png,sha256=a741yXpxqj5xQWziE18eBhX4Onni42U_E4WL2yuKNQc,27722
|
|
278
|
+
robotic/rai-robotModels/pr2/meshes/shoulder_lift.h5,sha256=hN1TK7UGwoxZ_RPigs6QhKXbCR1aE-XRk7S8-jTkWHs,27984
|
|
279
|
+
robotic/rai-robotModels/pr2/meshes/shoulder_lift_color.png,sha256=8nx5akxmO-rItjS7RgXxqZIXv0skUJSy1GJh0RuTY2s,25567
|
|
280
|
+
robotic/rai-robotModels/pr2/meshes/shoulder_pan.h5,sha256=QcqYfzGHgaKnehfzG0dWeHkjzDdcV1GqhVcQhCHdSvE,24671
|
|
281
|
+
robotic/rai-robotModels/pr2/meshes/shoulder_pan_color.png,sha256=9FhA7TLGpmbkdMZr73MfxUWUjJjTvvtiDUu7CSnSdTc,74567
|
|
282
|
+
robotic/rai-robotModels/pr2/meshes/tilting_hokuyo.h5,sha256=qUiWWxnYAkAlLGP2IEAaHPJh00So520jd_2eg-0CcM4,24865
|
|
283
|
+
robotic/rai-robotModels/pr2/meshes/tilting_hokuyo_color.png,sha256=_jzwRLyC7dFTUHYrQaGXbrHJVzX59NkB9rLe8CDOSAk,49556
|
|
284
|
+
robotic/rai-robotModels/pr2/meshes/torso_lift.h5,sha256=mM3AU--_xU_lyvMCdf52gc2SmrWSvIus5QuoSmtaFKk,27773
|
|
285
|
+
robotic/rai-robotModels/pr2/meshes/torso_lift_color.png,sha256=d4aPzvJwT9mJvm1fFcKLn3S30_bzf2XRCo12CwTpG94,108994
|
|
286
|
+
robotic/rai-robotModels/pr2/meshes/upper_arm.h5,sha256=DR9ANEt_wsEviGin-hGVhAU1UFOPsL1oKOJhC8W3iMU,42076
|
|
287
|
+
robotic/rai-robotModels/pr2/meshes/upper_arm_color.png,sha256=7Zzgfv7zrQEDkzGihI4WsCALw5VHgrqSso15W6_6Vcs,55682
|
|
288
|
+
robotic/rai-robotModels/pr2/meshes/upper_arm_roll.h5,sha256=N74aPRUhblXazcBfDAGSuToswBqzztnBZw-rUz-BfJo,30001
|
|
289
|
+
robotic/rai-robotModels/pr2/meshes/upper_arm_roll_color.png,sha256=e-agJh2xTkuaJ7YMxvIcEsnD9DXwEktOgp_78OZsvQs,25025
|
|
290
|
+
robotic/rai-robotModels/pr2/meshes/wheel.h5,sha256=fvQIc3DPuBewSl8_U2NtHX1K9gENOPix0TCc9FuX520,26486
|
|
291
|
+
robotic/rai-robotModels/pr2/meshes/wheel_color.png,sha256=TTnLNSv7bJ6o4Qoip3WLTCKkTpPWdLchWhOdv1_aHLE,62768
|
|
292
|
+
robotic/rai-robotModels/pr2/meshes/wrist_color.png,sha256=b_6yenGLjF7OI0PbvD6KlSEnrE-8COO7Mr7IYqxhN5s,24950
|
|
293
|
+
robotic/rai-robotModels/pr2/meshes/wrist_flex.h5,sha256=mxKzkKpspBdM1Vl9sOJYas1HepMy0M4rwa4NtvEYHOU,23886
|
|
294
|
+
robotic/rai-robotModels/pr2/meshes/wrist_roll.h5,sha256=XRDDvGdLSinKxFzdygRRBMW6zLubDqHGqH6CP77kBRw,17980
|
|
295
|
+
robotic/rai-robotModels/ranger/ranger.g,sha256=wOkVUoZZMUzFLreAT-5-9SfLweZB83MNDyk-h02_hgE,1269
|
|
296
|
+
robotic/rai-robotModels/ranger/ranger_clean.g,sha256=Ps3u1n0gBorsqs_dfKnXmI-pfOEmB6QY6FWP_MskZmY,2093
|
|
297
|
+
robotic/rai-robotModels/ranger/ranger_mini_conv.g,sha256=6jNaqgtUuyOMgOTD-SazpsA-JcAz2pkj2Mw5TTzDxd4,2156
|
|
298
|
+
robotic/rai-robotModels/ranger/meshes/ranger_mini3.h5,sha256=Af2ppMf2YGOUkw7S0jHxFyvBTAsAZVFGeUcgaG5ArAU,235957
|
|
299
|
+
robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel.h5,sha256=zIiMDHGxqaztUyGNeCa-XBBbSoq6Kme0dy4gA7IkWl4,268465
|
|
300
|
+
robotic/rai-robotModels/ranger/meshes/ranger_mini_v3_wheel_right.h5,sha256=Rs3a7mj3SHgRa31iNNa5RmOMGBdXrpr73GrqaIqRmqs,270937
|
|
301
|
+
robotic/rai-robotModels/robotiq/robotiq.g,sha256=3m_n4NjH7Gfp_ztWIDb-ruR74q9WhElzqkT76KPeToQ,1066
|
|
302
|
+
robotic/rai-robotModels/robotiq/robotiq_clean.g,sha256=0EyQ_jt7YCRqGqrtXiWKhUcp7LBEmE_9KcWIj17LqV8,3899
|
|
303
|
+
robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_base_link.h5,sha256=papTdqkLlRzo_svqTXwd9Cp2qJHw2Wnt-Ct31lQCAKQ,331303
|
|
304
|
+
robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_inner_finger.h5,sha256=TYBns07SFdffSCNRZNh45_jOtprZAAIAO1WDHbvMMi0,34288
|
|
305
|
+
robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_inner_knuckle.h5,sha256=KvsozDURlth6A1baeYCiKN23mOsixLbWr01G_912pTs,27256
|
|
306
|
+
robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_outer_finger.h5,sha256=YKQyaLCPsR9GTn83GSQTo6gdB7JRPaK4hqnHYJCCUFc,28402
|
|
307
|
+
robotic/rai-robotModels/robotiq/meshes/robotiq_arg2f_85_outer_knuckle.h5,sha256=2TdkUfN04jhlNfoiS49J86gYx4Ph1XMAfUwPENT4i1k,22600
|
|
308
|
+
robotic/rai-robotModels/robotiq/meshes/robotiq_ft300.ply,sha256=0zn76K_SIR85pVNO8hmbnflRsmeFKHCuCykpVTfQf6s,38626
|
|
309
|
+
robotic/rai-robotModels/scenarios/ballFinger.g,sha256=Af9naKH9zmt2esr_U8ml2zTDcM76nubKiqCLfJiyL4g,507
|
|
310
|
+
robotic/rai-robotModels/scenarios/climber.g,sha256=fUbSlFq_PVev2AxqLgytyfud6NUxvyO5NSon9wXSOJo,2016
|
|
311
|
+
robotic/rai-robotModels/scenarios/climber2.g,sha256=xYGBfNgcLfPfI6WOxOOFpGCVkusoH7gVECEGj2bwc-4,2349
|
|
312
|
+
robotic/rai-robotModels/scenarios/gripper.g,sha256=-yvc-cxVMxz7OmqVzhg6dyh21hBk9hD9wo5Uc2c4roY,447
|
|
313
|
+
robotic/rai-robotModels/scenarios/k-bars.g,sha256=qDlha9pKZ8HZgz4eLRDpStPLhxVPgTsGiMdy5DQ1kB4,2162
|
|
314
|
+
robotic/rai-robotModels/scenarios/k00.g,sha256=Bjei9rYaLLwOhOSHFjaDGc7LFDraL8sxQYtNh88p4UY,4357
|
|
315
|
+
robotic/rai-robotModels/scenarios/kswing.g,sha256=k1bND_Hr-lE5sklOraw58HdUye6iW8jTdjBUwbyRCRM,3995
|
|
316
|
+
robotic/rai-robotModels/scenarios/liftRing.g,sha256=fRKPEfUH_kDL4r7PmpO0kB2t1KeLV9QypxEEN_BNrqQ,1349
|
|
317
|
+
robotic/rai-robotModels/scenarios/mobileMini.g,sha256=I7SE9YUUciZ1JrJG6BIAZ9Oho_eUa_Z76l5_h-B0wjY,1158
|
|
318
|
+
robotic/rai-robotModels/scenarios/pandaFloatingGripper.g,sha256=zYo9T6aFWREpP2gnME0iFwOErKR8Ram2gndnZ9s-xXA,1498
|
|
319
|
+
robotic/rai-robotModels/scenarios/pandaSingle.g,sha256=H_UnXdMUbk16os9StOZB0PZMPL3FaGbCAZy0uUAKEKA,1147
|
|
320
|
+
robotic/rai-robotModels/scenarios/panda_fixGripper.g,sha256=bhkRey6igLb18HlOFj7CpAjqF6R7Z3saxevipHAn4W0,337
|
|
321
|
+
robotic/rai-robotModels/scenarios/panda_fixRobotiq.g,sha256=QVLpZCchSnoouayhIoVQcaWYHaZGVn4pIlj6nkFDHjs,1564
|
|
322
|
+
robotic/rai-robotModels/scenarios/panda_mobile.g,sha256=Om5rU2C6_GBKcZcRBZ0cTsk2gKxzwoSE-32dxBMQa-8,713
|
|
323
|
+
robotic/rai-robotModels/scenarios/panda_moveGripper.g,sha256=HyyzCAg8ksvqGxjVrAqh6r16lvifGyjQd7Txa0wkR-Q,1920
|
|
324
|
+
robotic/rai-robotModels/scenarios/panda_noGripper.g,sha256=FL5vq3ysYJl7f_y9xOBfSTYuB6btJO22f6g2Z-HU1tw,670
|
|
325
|
+
robotic/rai-robotModels/scenarios/panda_ranger.g,sha256=SpLnjGlW5qyBaVvhZ2IZw2eLnYvj3mVuDy_VmRAyhiA,472
|
|
326
|
+
robotic/rai-robotModels/scenarios/pandasTable-calibrated.g,sha256=Bt6jEu-OUGclBJFBs2Ga2j6qTmP2Nqwecj9k0CH2cNY,467
|
|
327
|
+
robotic/rai-robotModels/scenarios/pandasTable.g,sha256=BhXqZdyujDDnTCbsyHtwabTF6rRKW7WFJztmMhq2grQ,827
|
|
328
|
+
robotic/rai-robotModels/scenarios/pendulum.g,sha256=bViHSQAV_y2uMzM0Wl7jfBiJioICtJ8V2d73_wtKX7o,669
|
|
329
|
+
robotic/rai-robotModels/scenarios/ringBox.g,sha256=as-lnOJd7tSujz3nulwrBL1qtSWpw8a3EDKmRcglwv0,706
|
|
330
|
+
robotic/rai-robotModels/scenarios/simpleArm.g,sha256=N2p5TNUNVnXtKZMK691OIqOrAv4ElOn3U4-z_hRanSw,1473
|
|
331
|
+
robotic/rai-robotModels/scenarios/walker.g,sha256=0h6yAacKSQsgdu_2zIfUB7z0H3fU258amygwHZ7NVlo,1103
|
|
332
|
+
robotic/rai-robotModels/scenarios/walker1.g,sha256=FTi0HxqU2fsKgqLCkdq5VCuc3Q9pybClzwgnQvtmxlw,689
|
|
333
|
+
robotic/rai-robotModels/scenarios/walker3.g,sha256=zODCp1jzoFNLWs5f98qCkKeEcXxm8TKZ0RzPBFH1qq4,796
|
|
334
|
+
robotic/rai-robotModels/scenarios/workshop.g,sha256=2Xjh6cPk2xKbdvtDC89eDHZcRv8CxCnvDB2qR7AQWyY,5633
|
|
335
|
+
robotic/rai-robotModels/scenarios/workshopTable.g,sha256=zDvlVXHQlZV5Ppc9XbUJ6q5XjW1Fni-OsE2NHMdkGpY,4440
|
|
336
|
+
robotic/rai-robotModels/tests/arm.g,sha256=wflvWkI0vHApK3XTWIgBgqMMPJkvmsO2wOOsE_QCcRU,1556
|
|
337
|
+
robotic/rai-robotModels/tests/compound.g,sha256=kwI7G0K5M-EEJDsEq37aEBR-BQGSIzroFUPD2OZGrcU,555
|
|
338
|
+
robotic/rai-robotModels/tests/pr2Shelf.g,sha256=axlVxDwuLMsNGdOga40nbzK3e6dWEthQEXm25XewNTw,329
|
|
339
|
+
robotic/rai-robotModels/tests/thin.g,sha256=1bWARayk8TJutfO8CZs3GWCcBwr_oL2SRLLCP1lDMRQ,222
|
|
340
|
+
robotic/rai-robotModels/ur10/ur10.g,sha256=kdY50ure-vbOONtoeeRh7XMgoNY8qM1Vv0zzRtwChAU,316
|
|
341
|
+
robotic/rai-robotModels/ur10/ur10_clean.g,sha256=3DnKD69vgV6ybr_W7s6hsFI7witEE6TxsOQ8lvcKwbc,2984
|
|
342
|
+
robotic/rai-robotModels/ur10/ur10_conv.g,sha256=2Ohq3b3UpA31-4f431zt0YUyYl9Jlh3TJh3kfGcFp30,2301
|
|
343
|
+
robotic/rai-robotModels/ur10/meshes/base.h5,sha256=sbQdK1120CLJI_LDR5asAq9b1IGu1WfK1SbDb12IbCI,31330
|
|
344
|
+
robotic/rai-robotModels/ur10/meshes/forearm.h5,sha256=yuIHTdkov2nXep2mOKlSSXRDHk5urpfw86yH5hm30J4,359953
|
|
345
|
+
robotic/rai-robotModels/ur10/meshes/shoulder.h5,sha256=iv7DnEOvxOZnGAMl3y82ltJwRmJpdMhEF6eQrBdqh-g,203335
|
|
346
|
+
robotic/rai-robotModels/ur10/meshes/upperarm.h5,sha256=7EscqPPAzKSzbtSCMrgbI_uGhwH8MmA-x7pSxqP4L7Q,288502
|
|
347
|
+
robotic/rai-robotModels/ur10/meshes/wrist1.h5,sha256=4r7yAEKKx5zYoC2NbqL0yjGvX4ilafjrpuNP3oDKsU8,185725
|
|
348
|
+
robotic/rai-robotModels/ur10/meshes/wrist2.h5,sha256=fJSQ4Jh-ChmwvRYfDobqXssVaBZj8GhpvmPNp1UTrN0,498733
|
|
349
|
+
robotic/rai-robotModels/ur10/meshes/wrist3.h5,sha256=F8FrYVVp8YBdkgJ6EHKb5r_rm0kyhxf6b8KbwHjeegk,20770
|
|
350
|
+
robotic/src/cleanMeshes.py,sha256=42T9WwN_cn4u_s_BzN2eRfBQxmZTEQ6ZYPBtsesA5BM,1678
|
|
351
|
+
robotic/src/config_urdf.py,sha256=bbPcJWS9rnYk8CWgEZTmx1XJRBIDrfwgCj-S_RFxl9U,8800
|
|
352
|
+
robotic/src/mesh_helper.py,sha256=AMSOz3Eew9uJkDm5tFThbfJKcEQCmGyRLN4bZphISNk,16691
|
|
353
|
+
robotic/src/meshlabFilters.mlx,sha256=SCIiIk7XZusvKEKY62pHSem_R3TcMUP8BFaLTVUcnEg,3833
|
|
354
|
+
robotic/src/mujoco_io.py,sha256=6LpOcqQ61Ihwg1BpSIu4YrQGxpR4dvhSt0QuGglgIx0,9477
|
|
355
|
+
robotic/src/yaml_helper.py,sha256=eCUK6w4FCRpBqNgP7FdVDbJf2H7Y1bfIGzs89nOrAsY,637
|
|
356
|
+
robotic-0.3.0.data/scripts/ry-bot,sha256=LBNbbQeNNNd_tupI5463Xe-RKSD6xy4HGTbJloisCGk,2280
|
|
357
|
+
robotic-0.3.0.data/scripts/ry-h5info,sha256=eh9McT5Ury7bbTudxkSOLWo-tZ6heiSEpGStM07N-Dc,810
|
|
358
|
+
robotic-0.3.0.data/scripts/ry-info,sha256=fL5QXJL4Xx-Q42L2C29HHbj1XsmWdWiKIv9rVfc5sm4,425
|
|
359
|
+
robotic-0.3.0.data/scripts/ry-meshTool,sha256=h4f4wFPNaey3ziz870SrEvy6SsQSL-ZnR_cH3UuAZxE,101
|
|
360
|
+
robotic-0.3.0.data/scripts/ry-test,sha256=wM2TpyuPGCVtulIi3ux7Okc2beiljTH29lsETCLEKq8,967
|
|
361
|
+
robotic-0.3.0.data/scripts/ry-urdfConvert.py,sha256=762MIDmAhdCCj55QftY7wsy9gOEs-TDEWcRPt5dECyc,2542
|
|
362
|
+
robotic-0.3.0.data/scripts/ry-view,sha256=_GjUbVS2X3AWnlXqIHwU5dofLmUKA2-NUPySgS-QJNI,599
|
|
363
|
+
robotic-0.3.0.dist-info/licenses/LICENSE,sha256=oT-pAsUSXiuMq2_3omR87-GFBeBnegQYixH4Bm_7wag,1071
|
|
364
|
+
robotic-0.3.0.dist-info/METADATA,sha256=4jjtY7o-EynoKj07x60u2I2ryL9M_6p0inKlCAzaW94,6578
|
|
365
|
+
robotic-0.3.0.dist-info/WHEEL,sha256=HtEUe_I4wVp3LkrkuB7LKeCELZFzAvktI-_s8FckwjQ,102
|
|
366
|
+
robotic-0.3.0.dist-info/top_level.txt,sha256=x5A4haAZ18y9FpO1IhXSVJ2TFdhVAgT5JMkejHUg_9U,8
|
|
367
|
+
robotic-0.3.0.dist-info/RECORD,,
|
robotic/import.py
DELETED
|
File without changes
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
Include: <baxter_clean2.g>
|
|
2
|
-
|
|
3
|
-
#Delete shape collision (head):
|
|
4
|
-
|
|
5
|
-
#shape (head): { shape: mesh, size: [1, 1, 1, 1], Q: "T -0.0319886 -2.26154e-05 -0.00274816 -0.707107 0 -0.707107 0 ", mesh: <head/H0.STL>, color: [0.2, 0.2, 0.2, 1], rel_includes_mesh_center, }
|
|
6
|
-
#shape (head): { shape: box, size: [0.218, 0.16, 0.001, 0], Q: "T -0.0157421 1.40048e-14 -0.119839 0.154854 -0.689942 -0.689942 0.154854 ", color: [0, 0, 0, 1] }
|
|
7
|
-
#shape (head): { shape: mesh, size: [1, 1, 1, 1], Q: [-0.0055038, -0.000139031, -0.0938075, -0.453099, -0.453099, -0.542864, 0.542864], mesh: <head/H1.STL>, color: [0.5, 0.1, 0.1, 1], rel_includes_mesh_center, }
|
|
8
|
-
|
|
9
|
-
(head): { shape: box, size: [0.27, 0.19, 0.03, 0], Q: [-0.0157421, 0, -0.119839, 0.154854, -0.689942, -0.689942, 0.154854], color: [1, 0, 0] }
|
|
10
|
-
|
|
11
|
-
## zero position
|
|
12
|
-
|
|
13
|
-
Edit right_s0: { q: 0.08, robot }
|
|
14
|
-
Edit left_s0: { q: -0.08, robot }
|
|
15
|
-
Edit right_s1: { q: -1, robot }
|
|
16
|
-
Edit left_s1: { q: -1, robot }
|
|
17
|
-
Edit right_e0: { q: 1.17, robot }
|
|
18
|
-
Edit left_e0: { q: -1.17, robot }
|
|
19
|
-
Edit right_e1: { q: 1.94, robot }
|
|
20
|
-
Edit left_e1: { q: 1.94, robot }
|
|
21
|
-
Edit right_w0: { q: -0.67, robot }
|
|
22
|
-
Edit left_w0: { q: 0.67, robot }
|
|
23
|
-
Edit right_w1: { q: 1.02, robot }
|
|
24
|
-
Edit left_w1: { q: 1.02, robot }
|
|
25
|
-
Edit right_w2: { q: 0.5, robot }
|
|
26
|
-
Edit left_w2: { q: -0.5, robot }
|
|
27
|
-
|
|
28
|
-
Edit joint: { ctrl_H: 1. }
|
|
29
|
-
|
|
30
|
-
## extra shapes to mimick pr2
|
|
31
|
-
|
|
32
|
-
base_footprint: { mass: 100 }
|
|
33
|
-
base_footprint_1(base_footprint): { shape: marker, size: [.1, 0, 0, 0] } #marker
|
|
34
|
-
(base_footprint base): { joint: rigid, pre: "t(0 0 1)" }
|
|
35
|
-
torso_lift_link_0 (base): { shape: marker, size: [.3, .3, .3, 0] }
|
|
36
|
-
|
|
37
|
-
## extra shapes
|
|
38
|
-
#endeffBase(torso_lift_link): { Q: "T d(90 0 1 0) t(.2 0 0)", shape: marker, color: [1, 0, 0], size: [.1, 0, 0, 0]}
|
|
39
|
-
endeffHead(head): { Q: "T d(-90 0 0 1) d(-15 1 0 0)", shape: marker, color: [1, 0, 0], size: [.2, 0, 0, 0]}
|
|
40
|
-
#endeffWorkspace(torso_lift_link): { Q: "T d(90 0 1 0) t(.7 0 -.1) d(-90 0 0 1) ", shape: marker, color: [1, 0, 0], size: [.1, 0, 0, 0] }
|
|
41
|
-
|
|
42
|
-
baxterR (right_wrist): { Q: "T d(-90 0 1 0) d(-90 0 0 1) t(0 0 -.26)", shape: marker, size: [.1, 0, 0, 0], color: [1, 1, 0] }
|
|
43
|
-
baxterL (left_wrist): { Q: "T d(-90 0 1 0) d(-90 0 0 1) t(0 0 -.26)", shape: marker, size: [.1, 0, 0, 0], color: [1, 1, 0] }
|
|
44
|
-
|
|
45
|
-
elbowL(left_lower_shoulder): { Q: "T d(180 1 0 0) t(0 0 .42)", shape: marker, color: [1, 0, 0], size: [.2, 0, 0, 0]}
|
|
46
|
-
elbowR(right_lower_shoulder): { Q: "T d(180 1 0 0) t(0 0 .42)", shape: marker, color: [1, 0, 0], size: [.2, 0, 0, 0]}
|
|
47
|
-
|
|
48
|
-
wristR(right_upper_forearm): { Q: "T d(180 1 0 0) t(0 0 .0)", shape: marker, color: [1, 0, 0], size: [.4, 0, 0, 0]}
|
|
49
|
-
wristL(left_upper_forearm): { Q: "T d(180 1 0 0) t(0 0 .0)", shape: marker, color: [1, 0, 0], size: [.4, 0, 0, 0]}
|