Tag:
Branch:
Tree:
6f7320a046
__nightly
acodonomo
acodonomo_minimal
aggressivepilot
agnos13.2
audible-cancel
axmodel
badges
beeps
bigmodeld
biiiiig_model
bolt-lower-torque
burn
capnpy
ci-fun
commatwo_master
devel-staging
fakecam
fbw_model
gwm-driving
honda-altradar
honda-canfd
honda-ci-test
honda-notebook
honda-testing
label-class
lagd-window-size
lddm
lkas_feedback_animation
locationd-standstill
log-compat-test
log-dashcam-reason
lsm_low_pass
master
master-tici
minplan
minplan2
modeld-misc-support
modeld-misc-support-secretgood
new-scroll-panel
nightly
nightly-dev
no-block
op-diff
package-tinygrad
pr-setup-speedup
pyencoder
pylogger
pypanda
recorded-feedback
recorded-feedback-fixed-timeout
release-tici
release-tizi
release2
release3
release3-staging
rerun-fix
revert-fan
rl-multilang
rl-not-nice
rl-scroller
rl-test
rl-toggles
rmkaitai
rmonnx
rmqt
rss
runbiiiig
scenarios
secretgoodopenpilot
secretgoodopenpilot-big
sshane-patch-1
sync
taco
taco2
test-tx-msgs
test_release-tizi
testing-closet
tmp-jenkins-35405
tmp-jenkins-35820
tmp-jenkins-35821
tmp-jenkins-35908
toyota-ff-pitch
tr10
tr13
tr16
tr_for_cookiemonster
tst-odbc-sl
use-non-delay-action
uv_model_v2
vendor-capnp
vendor-ffmpeg
wakeword-clip
wm_model
zeroten
v0.1
v0.10.0
v0.2
v0.2.1
v0.2.2
v0.2.3
v0.2.4
v0.2.5
v0.2.6
v0.2.7
v0.2.8
v0.2.9
v0.3.0
v0.3.1
v0.3.2
v0.3.3
v0.3.4
v0.3.5
v0.4.0.2
v0.4.1
v0.4.2
v0.4.4
v0.4.5
v0.4.6
v0.4.7
v0.5
v0.5.1
v0.5.10
v0.5.11
v0.5.12
v0.5.13
v0.5.2
v0.5.3
v0.5.4
v0.5.5
v0.5.6
v0.5.7
v0.5.8
v0.5.9
v0.6
v0.6.1
v0.6.2
v0.6.3
v0.6.4
v0.6.5
v0.6.6
v0.7
v0.7.1
v0.7.10
v0.7.2
v0.7.3
v0.7.4
v0.7.5
v0.7.6.1
v0.7.7
v0.7.8
v0.7.9
v0.8
v0.8.1
v0.8.10
v0.8.11
v0.8.12
v0.8.13
v0.8.14
v0.8.15
v0.8.16
v0.8.2
v0.8.3
v0.8.4
v0.8.5
v0.8.6
v0.8.7
v0.8.8
v0.8.9
v0.9.0
v0.9.1
v0.9.2
v0.9.3
v0.9.4
v0.9.5
v0.9.6
v0.9.7
v0.9.8
v0.9.9
${ noResults }
3 Commits (6f7320a0465a88f83d91c8935d0a5c40838ce076)
Author | SHA1 | Message | Date |
---|---|---|---|
|
13f60eae91
|
Abstract CarInterface init (#1131)
* abstract CarInterface init * unused * subaru * gm cleanup * vw * typo * carcontroller * more cleanup * fix vw |
6 years ago |
|
4b12aca941 |
GM: Resume Required Alert should be triggered off of ECM state (#1045)
* Resume Required Alert should be triggered off of ECM state On GM cars the ECM goes into cruise state 4 (standstill) and in order for the ECM to accept cruise inputs, the resume button must be pressed to drive it to state 1 (active). Previously rather than testing for if the ECM was in state 4, the wheel speed sensors were checked that the vehicle was going less than 0.5 m/s. In some cases this could cause the resume required alert to be displayed before the car actually came to a stop as far as the ECM was concerned. If the alert is triggered before state 4 and OP demands acceleration, its possible for OP to acelerate while the Resume Required Alert is displayed created a very confusing UX. * After more review, the problem was actually with the 'if at_full_stop' check was inside an else statement preventing entering the stopped mode if braking is 0 |
6 years ago |
|
71ead9adea |
selfdrive/car
|
6 years ago |