Fix: Accidentally removed delay_bound & tau_bound from TT_utils

This commit is contained in:
Dominik Moritz Roth 2024-01-28 12:45:50 +01:00
parent a67637c714
commit db8221ebb2

View File

@ -6,6 +6,9 @@ jnt_pos_high = np.array([2.6, 2.0, 2.8, 3.1, 1.3, 1.6, 2.2])
jnt_vel_low = np.ones(7) * -7
jnt_vel_high = np.ones(7) * 7
delay_bound = [0.05, 0.15]
tau_bound = [0.5, 1.5]
net_height = 0.1
table_height = 0.77
table_x_min = -1.1