Skip to content

Commit 3d1be2c

Browse files
committed
Restore standing return Kp ramp floors
1 parent e76e947 commit 3d1be2c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

teleopit/configs/high_level_policy_sim2real.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ input:
99

1010
# Smooth an explicit return from POLICY to STANDING.
1111
standing_return_ramp_duration: 2.0
12-
standing_return_kp_ramp_floor_ratio: 0.1
1312

1413
camera:
1514
source: realsense # realsense | test-pattern

teleopit/configs/pico4_sim2real.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ startup_ramp_duration: 2.0
6060
kp_ramp_floor_ratio: 0.1
6161
# Faster Kp ramp used when returning from MOCAP to default STANDING with X
6262
standing_return_ramp_duration: 0.5
63-
standing_return_kp_ramp_floor_ratio: 0.1
63+
standing_return_kp_ramp_floor_ratio: 0.5
6464
# Joint velocity safety limit (rad/s) -- trigger emergency damping if exceeded
6565
joint_vel_limit: 10.0
6666

0 commit comments

Comments
 (0)