Commit
·
77c7bfd
1
Parent(s):
9c1ff13
Update README.md
Browse files
README.md
CHANGED
@@ -40,8 +40,8 @@ data/
|
|
40 |
| 6 | steer | Normalized steer torque | [-1, 1] |
|
41 |
| 7 | steerFiltered | Normalized, rate limited steer torque | [-1, 1] |
|
42 |
| 8 | roll | Road roll (rad) | [-0.174, 0.174] |
|
43 |
-
| 9 |
|
44 |
-
| 10 |
|
45 |
| 11 | latAccelLocalizer | Lateral acceleration from the localizer | [-∞, ∞] |
|
46 |
| 12 | epsFwVersion | EPS firmware version | str |
|
47 |
|
|
|
40 |
| 6 | steer | Normalized steer torque | [-1, 1] |
|
41 |
| 7 | steerFiltered | Normalized, rate limited steer torque | [-1, 1] |
|
42 |
| 8 | roll | Road roll (rad) | [-0.174, 0.174] |
|
43 |
+
| 9 | latAccelDesired | Lateral acceleration requested from the planner | [-∞, ∞] |
|
44 |
+
| 10 | latAccelSteeringAngle | Lateral acceleration computed from the steering wheel angle and vehicle dynamics | [-∞, ∞] |
|
45 |
| 11 | latAccelLocalizer | Lateral acceleration from the localizer | [-∞, ∞] |
|
46 |
| 12 | epsFwVersion | EPS firmware version | str |
|
47 |
|