Skip to content

Commit b4ae643

Browse files
Update vehicle model reference to 2023 edition of Guiggiani's book (#35805)
Update car_kf.py
1 parent 5e07636 commit b4ae643

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

selfdrive/locationd/models/car_kf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ def generate_code(generated_dir):
9393
dim_state = CarKalman.initial_x.shape[0]
9494
name = CarKalman.name
9595

96-
# vehicle models comes from The Science of Vehicle Dynamics: Handling, Braking, and Ride of Road and Race Cars
97-
# Model used is in 6.15 with formula from 6.198
96+
# Linearized single-track lateral dynamics, equations 7.211-7.213
97+
# Massimo Guiggiani, The Science of Vehicle Dynamics: Handling, Braking, and Ride of Road and Race Cars
98+
# Springer Cham, 2023. doi: https://doi.org/10.1007/978-3-031-06461-6
9899

99100
# globals
100101
global_vars = [sp.Symbol(name) for name in CarKalman.global_vars]

0 commit comments

Comments
 (0)