Skip to content

Commit 45bef18

Browse files
committed
finish mpc
1 parent 8c3dde5 commit 45bef18

6 files changed

Lines changed: 371 additions & 359 deletions

File tree

GEMstack/knowledge/routes/backward_curve.csv

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,19 @@
22
-1.0,0,0
33
-2.0,0.2,0
44
-3.0,0.4,0
5-
-4,0.6,0
6-
-5,0.8,0
5+
-4.0,0.6,0
6+
-5.0,0.8,0
7+
-6.0,1.0,0
8+
-7.0,1.2,0
9+
-8.0,1.4,0
10+
-9.0,1.6,0
11+
-10.0,1.8,0
12+
-11.0,2.0,0
13+
-12.0,2.2,0
14+
-13.0,2.4,0
15+
-14.0,2.6,0
16+
-15.0,2.8,0
17+
-16.0,3.0,0
18+
-17.0,3.2,0
19+
-18.0,3.4,0
20+
-19.0,3.6,0
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
max_steering_rate: 2.0 #radians/s
2-
max_speed: 2.5 #m/s, approx 5pmh
3-
max_reverse_speed: 0.25 #m/s, approx 1mph
4-
max_acceleration: 1.0 #m/s^2
5-
max_deceleration: 2.0 #m/s^2
6-
max_accelerator_pedal: 0.5 #0-1
7-
max_brake_pedal: 0.5 #0-1
8-
1+
max_steering_rate: 2.0 #radians/s
2+
max_speed: 2.5 #m/s, approx 5pmh
3+
max_reverse_speed: 0.25 #m/s, approx 1mph
4+
max_acceleration: 1.0 #m/s^2
5+
max_deceleration: 2.0 #m/s^2
6+
max_accelerator_pedal: 0.5 #0-1
7+
max_brake_pedal: 0.5 #0-1
8+

0 commit comments

Comments
 (0)