Skip to content

Commit 282416b

Browse files
increased step_height in config
1 parent 9f6b701 commit 282416b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mpx/config/config_aliengo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
timer_t = jnp.array([0.5, 0.0, 0.0, 0.5]) # Timer values for each leg galop jnp.array([0.25, 0.5, 0.75, 0.0]) crawl jnp.array([0.25, 0.75, 0.0, 0.5])
2121
duty_factor = 0.65 #0.65 # Duty factor for the gait
2222
step_freq = 1.35 #1.4 # Step frequency in Hz
23-
step_height = 0.14 # Step height in meters
23+
step_height = 0.2 # Step height in meters
2424
initial_height = 0.1 # Initial height of the robot's base in meters
2525
robot_height = 0.36 # Height of the robot's base in meters
2626

@@ -69,4 +69,4 @@
6969
# dynamics = mpc_dyn_model.quadruped_wb_dynamics_learned_contact_model
7070
# dynamics = mpc_dyn_model.quadruped_wb_dynamics_explicit_contact
7171
max_torque = 35
72-
min_torque = -35
72+
min_torque = -35

0 commit comments

Comments
 (0)