diff --git a/User/module/config.c b/User/module/config.c index 61cbef5..ce71565 100644 --- a/User/module/config.c +++ b/User/module/config.c @@ -449,8 +449,8 @@ Config_RobotParam_t robot_config = { }, .climb = { - .forward_speed = 1.0f, /* 上台阶前进速度 (m/s) */ - .theta_retract_threshold = 0.52f, /* 腿后摆收腿阈值 (rad),约30° */ + .forward_speed = 1.5f, /* 上台阶前进速度 (m/s) */ + .theta_retract_threshold = 0.9f, /* 腿后摆收腿阈值 (rad),约30° */ .tp_scale = 0.1f, /* 摆力矩缩放:削弱到10%,让腿自由后摆 */ .settle_time_ms = 500, /* 收腿后稳定时间 (ms) */ },