Skip to content

Commit e9411f5

Browse files
committed
bump
1 parent 79349dd commit e9411f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

proj/model/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
STATE_SIZE=5,
66
INPUT_SIZE=2,
77
ANGLE_IDX=2, # state vector index which is angle, used to fit diff in
8-
R=np.diag([0.05, 0.05]), # control cost
9-
Q=np.diag([1, 1, 1, 1, 0]), # state cost | x, y, theta, v, omega
8+
R=np.diag([1.0e-06, 1.0e-06]), # control cost
9+
Q=np.diag([10, 10, 10, 10, 0]), # state cost | x, y, theta, v, omega
1010
Sf=np.diag([0, 0, 0, 0, 0]), # final state cost
1111
)
1212

0 commit comments

Comments
 (0)