Skip to content

Commit 18a11eb

Browse files
Merge pull request #572 from Abhiram824/part_controller_json_update
Update OSC part controller json files to use `input_type` and `input_ref_frame` instead of `control_delta`
2 parents 4f7e03f + 0660e82 commit 18a11eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

robosuite/controllers/config/default/parts/osc_pose.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"position_limits": null,
1313
"orientation_limits": null,
1414
"uncouple_pos_ori": true,
15-
"control_delta": true,
15+
"input_type": "delta",
16+
"input_ref_frame": "base",
1617
"interpolation": null,
1718
"ramp_ratio": 0.2
1819
}

robosuite/controllers/config/default/parts/osc_position.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"kp_limits": [0, 300],
1111
"damping_ratio_limits": [0, 10],
1212
"position_limits": null,
13-
"control_delta": true,
13+
"input_type": "delta",
14+
"input_ref_frame": "base",
1415
"interpolation": null,
1516
"ramp_ratio": 0.2
1617
}

0 commit comments

Comments
 (0)