-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from ARISE-Initiative/collect-demos-script
Update collect demos scripts, add controller input type and reference frame options
- Loading branch information
Showing
28 changed files
with
586 additions
and
746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98 changes: 98 additions & 0 deletions
98
robosuite/controllers/config/robots/default_gr1_fixed_lower_body.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{ | ||
"type": "WHOLE_BODY_MINK_IK", | ||
"composite_controller_specific_configs": { | ||
"ref_name": ["gripper0_right_grip_site", "gripper0_left_grip_site"], | ||
"interpolation": null, | ||
"actuation_part_names": ["torso", "head", "right", "left"], | ||
"max_dq": 4, | ||
"ik_pseudo_inverse_damping": 5e-2, | ||
"ik_integration_dt": 1e-1, | ||
"ik_input_action_repr": "absolute", | ||
"ik_input_rotation_repr": "axis_angle", | ||
"verbose": false, | ||
"ik_posture_weights": { | ||
"robot0_torso_waist_yaw": 10.0, | ||
"robot0_torso_waist_pitch": 10.0, | ||
"robot0_torso_waist_roll": 200.0, | ||
"robot0_l_shoulder_pitch": 4.0, | ||
"robot0_r_shoulder_pitch": 4.0, | ||
"robot0_l_shoulder_roll": 3.0, | ||
"robot0_r_shoulder_roll": 3.0, | ||
"robot0_l_shoulder_yaw": 2.0, | ||
"robot0_r_shoulder_yaw": 2.0 | ||
}, | ||
"ik_hand_pos_cost": 1.0, | ||
"ik_hand_ori_cost": 0.5, | ||
"use_joint_angle_action_input": false | ||
}, | ||
"body_parts_controller_configs": { | ||
"arms": { | ||
"right": { | ||
"type" : "JOINT_POSITION", | ||
"input_max": 1, | ||
"input_min": -1, | ||
"input_type": "absolute", | ||
"output_max": 0.5, | ||
"output_min": -0.5, | ||
"kd": 200, | ||
"kv": 200, | ||
"kp": 1000, | ||
"velocity_limits": [-1,1], | ||
"kp_limits": [0, 1000], | ||
"interpolation": null, | ||
"ramp_ratio": 0.2, | ||
"gripper": { | ||
"type": "GRIP" | ||
} | ||
}, | ||
"left": { | ||
"type" : "JOINT_POSITION", | ||
"input_max": 1, | ||
"input_min": -1, | ||
"input_type": "absolute", | ||
"output_max": 0.5, | ||
"output_min": -0.5, | ||
"kd": 200, | ||
"kv": 200, | ||
"kp": 1000, | ||
"velocity_limits": [-1,1], | ||
"kp_limits": [0, 1000], | ||
"interpolation": null, | ||
"ramp_ratio": 0.2, | ||
"gripper": { | ||
"type": "GRIP" | ||
} | ||
} | ||
}, | ||
"torso": { | ||
"type" : "JOINT_POSITION", | ||
"input_max": 1, | ||
"input_min": -1, | ||
"input_type": "absolute", | ||
"output_max": 0.5, | ||
"output_min": -0.5, | ||
"kd": 200, | ||
"kv": 200, | ||
"kp": 1000, | ||
"velocity_limits": [-1,1], | ||
"kp_limits": [0, 1000], | ||
"interpolation": null, | ||
"ramp_ratio": 0.2 | ||
}, | ||
"head": { | ||
"type" : "JOINT_POSITION", | ||
"input_max": 1, | ||
"input_min": -1, | ||
"input_type": "absolute", | ||
"output_max": 0.5, | ||
"output_min": -0.5, | ||
"kd": 200, | ||
"kv": 200, | ||
"kp": 1000, | ||
"velocity_limits": [-1,1], | ||
"kp_limits": [0, 1000], | ||
"interpolation": null, | ||
"ramp_ratio": 0.2 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.