Skip to content

Commit

Permalink
Merge pull request #572 from Abhiram824/part_controller_json_update
Browse files Browse the repository at this point in the history
Update OSC part controller json files to use `input_type` and `input_ref_frame` instead of `control_delta`
  • Loading branch information
kevin-thankyou-lin authored Nov 21, 2024
2 parents 4f7e03f + 0660e82 commit 18a11eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion robosuite/controllers/config/default/parts/osc_pose.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"position_limits": null,
"orientation_limits": null,
"uncouple_pos_ori": true,
"control_delta": true,
"input_type": "delta",
"input_ref_frame": "base",
"interpolation": null,
"ramp_ratio": 0.2
}
3 changes: 2 additions & 1 deletion robosuite/controllers/config/default/parts/osc_position.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"kp_limits": [0, 300],
"damping_ratio_limits": [0, 10],
"position_limits": null,
"control_delta": true,
"input_type": "delta",
"input_ref_frame": "base",
"interpolation": null,
"ramp_ratio": 0.2
}

0 comments on commit 18a11eb

Please sign in to comment.