Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

constants, some undocumented #11

Open
r2evans opened this issue Feb 7, 2019 · 0 comments
Open

constants, some undocumented #11

r2evans opened this issue Feb 7, 2019 · 0 comments

Comments

@r2evans
Copy link

r2evans commented Feb 7, 2019

Thank you for the tutorial and notebooks!

In Extended-Kalman-Filter-CHCV you reference some constants, but not all of them are clear to me.

    sGPS     = 0.5*8.8*dt[filterstep]**2  # assume 8.8m/s2 as maximum acceleration
    sCourse  = 2.0*dt[filterstep] # assume 0.5rad/s as maximum turn rate
    sVelocity= 35.0*dt[filterstep] # assume 8.8m/s2 as maximum acceleration
  • 8.8 m/s2 seems reasonable; one site comparing various race cars suggests Formula 1 accelerates at upwards of 11.9 m/s2 (90kmph in 2.1sec), but the other two (Indy and NASCAR) are 8.3 and below;
  • 0.5 rad/s seems decent, I'm not certain of its perfectness (for the same cars), are the consequences of over-estimating turn rate significant? (Is it "just" under-filtering or lack of sensitivity to outliers?)
  • 2.0?
  • 35.0?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant