Willem Melching
2ca5bf9992
make vehicleModelInvalid a NoEntry
4 years ago
HaraldSchafer
0223578461
Better high speed alert message ( #20322 )
4 years ago
Adeeb Shihadeh
312b681a46
cereal cleanup part 2 ( #20092 )
...
* car stuff
* thermal
* Revert "car stuff"
This reverts commit 77fd1c65eb
.
* panda state
* camera stuff
* start deg
* most is building
* builds
* planner + controls run
* fix up paramsd
* cleanup
* process replay passes
* fix webcam build
* camerad
* no more frame
* thermald
* ui
* paramsd
* camera replay
* fix long tests
* fix camerad tests
* maxSteeringAngle
* bump cereal
* more frame
* cereal master
4 years ago
Adeeb Shihadeh
000bd226aa
Cereal cleanup ( #20003 )
...
* start cleanup
* fan speed
* cleanup dm
* fix cereal
* hwType -> pandaType
* update refs
* update refs
* bump cereal
* freeSpacePercent
* cereal master
4 years ago
Willem Melching
b6a220a133
manager.py broadcast process states ( #19880 )
...
* broadcast managerstate
* Remove boardd
* show alert
* only trigger on actually receiving a manager state
* add managerstate to simulation exclude for longitudinal test
* broadcast managerState in process replay
* update alert text
* bump cereal
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Adeeb Shihadeh
c114316d94
GPS malfunction alert ( #19756 )
...
* GPS malfunction alert
* fix process replay
* fix long tests
* fix long tests again
4 years ago
Adeeb Shihadeh
389649d6ac
remove old event
4 years ago
Adeeb Shihadeh
41b31a1756
don't go onroad if internet needed ( #19572 )
4 years ago
Willem Melching
776a67ad2e
remove commIssueWarning from events
4 years ago
Shane Smiskol
89a6008841
don't wait for 4 seconds before it starts steering again after steering fault ( #19520 )
4 years ago
Adeeb Shihadeh
6a151dcd9c
oneplus deprecation ( #2748 )
...
* oneplus deprecation
* lowercase
* too long
* no udpates
4 years ago
Willem Melching
d5a806e564
fix typo in event name
4 years ago
Willem Melching
93e90898dd
Add event for commIssueWarning
4 years ago
Adeeb Shihadeh
9d18b45cd0
don't need that
4 years ago
Willem Melching
40acdc4524
Typing experiments ( #1633 )
...
* add more types
* car
* no abc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
George Hotz
160fd207a5
remove model lag warning, leave red alert at 20
4 years ago
Adeeb Shihadeh
2d7a194f9f
model lag warning ( #2608 )
4 years ago
Adeeb Shihadeh
47c21f10f5
grey panda is unsupported ( #2458 )
5 years ago
Adeeb Shihadeh
d92ec9642e
grey panda deprecation ( #2406 )
5 years ago
Adeeb Shihadeh
88b956528e
camera malfunction alert ( #2391 )
...
* camera malfunction alert
* bump cereal
* fix process replay
* ugh, needs refactor
5 years ago
ZwX1616
53bd3050ee
infinite sound ( #2372 )
...
* make sound infinite loopable
* Update selfdrive/ui/android/sl_sound.cc
* fix loop
* fix test threshold
* more fix
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Comma Device <device@comma.ai>
5 years ago
Adeeb Shihadeh
ae4b4bd125
Alert cleanup ( #2274 )
...
* no more focus recover active
* consistency
* more permanent
* dm alerts
* sanity check test
* no please
* clean that up
* update refs
* one more
* bump cereal
5 years ago
Adeeb Shihadeh
1c6905cac1
clear irrelevant alerts on state transition ( #2318 )
...
* cleanup
* clear warnings
* more types
* needs refactor
* update refs
* update refs
5 years ago
Logan Lasiter
1a2efdc139
Present alert if fan isn't spinning ( #2258 )
...
* Present alert if fan isn't spinning
* allow entry
* Small updates
Moving to fan malfunction event
Only trigger event for uno or dos
* Changed checking fanSpeed > 50%
* Update text for fan malfunction alert.
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* Alert if fan isn't spinning for 5 sec
* Alert edit
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
5 years ago
Adeeb Shihadeh
70bc935210
bump cereal
5 years ago
cydia2020
6d5b2af3f2
add 1 second delay to acc pedal alert ( #2221 )
...
So that the screen wouldn't appear to "flicker" when openpilot is engaged while the acc pedal is being released
5 years ago
Adeeb Shihadeh
cdcf235025
remove unused alert
5 years ago
Adeeb Shihadeh
a81a18205e
type hints for alerts and fix community feature alert ( #2196 )
...
* fix startup alert for community features
* type hints for alerts
* more type hints
* fix dashcam only alerts
* more type hints
5 years ago
ZwX1616
a2adfdb155
Cut down unnecessary DM uncertain alerts ( #2157 )
...
* cut down high std alerts
* clean comments
* uncertain curve tune
* update test gt
* update refs
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
5 years ago
Adeeb Shihadeh
a4a4e28c1a
prevent reversing alert from showing while changing gears
5 years ago
Adeeb Shihadeh
e0004d0981
Reduce paramsd and calibrationd CPU usage ( #2119 )
...
* reduce paramsd cpu
* reduce calibrationd cpu usage
* calibration_helpers was mostly unused
* more calibration cleanup
* update refs
* fix thresholds in CPU test
5 years ago
Adeeb Shihadeh
9cd88526b5
hide camera view when in reverse ( #2144 )
...
* partially hide camera view when in reverse
* lowest priority
* update ref commit
* fix type
* update refs
5 years ago
Adeeb Shihadeh
86f4d86cd7
make calibrationInvalid a permanent alert
5 years ago
ZwX1616
9731e7a0d7
not show soft recover alerts
5 years ago
Chris
1b52930a52
Kilometers per hour now displayed as km/h ( #2032 )
...
Fixes #2031
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
5 years ago
HaraldSchafer
490ee52687
add fall filter and less FP on posenet ( #1971 )
...
* add fall filter and less FP on posenet
* add alert
* list
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
5 years ago
HaraldSchafer
8e2d344135
Misc locationd improvements ( #1714 )
...
* I like this more
* rewind less
* bump rednose
* falling off windshield detectopr
* adjust thresholds
* this is a soft disable now
* move that
* process replay fixes
* update refs
Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
5 years ago
Adeeb Shihadeh
5db81f60ca
Fix most remaining LGTM alerts ( #1893 )
...
* fixups from LGTM
* short globals
* fix spinner and textwindow
* total ordering
* no spinner/text window when import from manager
* not android
5 years ago
Adeeb Shihadeh
03e824a4b5
Alert when modeld is lagging by more than a frame ( #1823 )
...
* alert when modeld is lagging by more than 1 frame
* log frameAge in modelData
* set posenet valid
* compute frame_age once
5 years ago
Greg Hogan
c458f5a5d3
k-line 5 init fault type ( #1821 )
...
* k-line 5 baud fault type
* update name
* bump cereal
* fix name
* add missing event
5 years ago
robbederks
df86c476c7
Dos ( #1795 )
5 years ago
Adeeb Shihadeh
ce80684f7e
Add alert while in preEnabled state ( #1791 )
5 years ago
Willem Melching
5e254da8b3
fix wrong car mode alert
5 years ago
Adeeb Shihadeh
c4a3d7afb0
Block lane change start on blindspot detection ( #1712 )
...
* use BSM to block lane change start
* remove duplicate entry
* add approaching
5 years ago
ZwX1616
3aa99a01d7
recover EON/C2 AF ( #1665 )
5 years ago
Adeeb Shihadeh
51b7dc0e38
fix engage/disengage sounds
5 years ago
Adeeb Shihadeh
cab96374c5
more generic alert text for wrongCarMode
5 years ago
Adeeb Shihadeh
ccf6b80c7e
Cleanup startup event handling ( #1748 )
...
* cleanup startup event
* always show permanent
* lowest
* update refs
5 years ago
Adeeb Shihadeh
fd8514eee3
hwType is in health
5 years ago
Adeeb Shihadeh
e892d6a9d9
if sky visible
5 years ago