Adeeb Shihadeh
bea893820e
use packaged bootstrap icons ( #37994 )
...
* vendor bootstrap icons from dependencies
* use bootstrap-icons release
2026-05-10 10:28:03 -07:00
Adeeb Shihadeh
656de3f17b
Revert "Use packaged json11 dependency ( #37995 )"
...
This reverts commit 63508d0481 .
2026-05-10 10:24:16 -07:00
Adeeb Shihadeh
63508d0481
Use packaged json11 dependency ( #37995 )
...
* Use packaged json11 dependency
* rm that too
2026-05-10 10:23:49 -07:00
Adeeb Shihadeh
d7c562e130
use linux headers from /usr ( #37993 )
...
* use linux headers from /usr
* Fix linux header build on non-TICI platforms
* Copy NV12 media header helpers
2026-05-09 19:42:31 -07:00
Adeeb Shihadeh
bd1c7f39ec
scons build cleanups ( #37981 )
...
* simpler progress
* lil less
* cleanup
* handle cache in scons
* no j
* lil more
* rm atexit
* fix?
* cleanup
2026-05-07 18:50:52 -07:00
Adeeb Shihadeh
a544cd7d39
don't need nproc, scons is smart!
2026-05-07 15:36:42 -07:00
Armand du Parc Locmaria
dd0690da6f
ui: log fps ( #37927 )
...
* log raylib fps
* log fps from frame time
* whitespace
* or just log frame time?
* init pubmaster in init window
* yield timings
* bump ordinal
* dont log on screen off
* UInt
* lint
* /0
* oops
* oops2
* more precise raylib frame time, can get fps with 1/ft
* don't crash on screen off
* NL
* no _
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com >
2026-05-05 01:31:06 -07:00
Adeeb Shihadeh
8560f2732a
jp: fix search behavior
2026-05-02 11:19:13 -07:00
Adeeb Shihadeh
4db23ed4c6
use vendored xvfb ( #37935 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-30 19:35:35 -07:00
Adeeb Shihadeh
a4e016c142
Revert "use vendored xvfb ( #37934 )"
...
This reverts commit 61f7c7ea03 .
2026-04-30 18:29:30 -07:00
Adeeb Shihadeh
61f7c7ea03
use vendored xvfb ( #37934 )
2026-04-30 18:12:04 -07:00
Adeeb Shihadeh
85f00ff80a
jp: misc polish ( #37919 )
...
* remove useless zoom out buttons
* rm flip
* rm those too
* no dragging
2026-04-26 10:42:48 -07:00
Adeeb Shihadeh
e86d4e86a6
pj: shill for jp
2026-04-26 09:40:49 -07:00
Adeeb Shihadeh
79cd8420eb
jp: 2x faster parsing ( #37904 )
...
* jp: 2x faster parsing
* rm dynamic path
* cleanup
* lil more
* livin in the future
* clean that up
* one more
2026-04-24 15:02:37 -07:00
Daniel Koepping
275206c14d
increase MAX_ROLL threshold for lateral_maneuvers ( #37898 )
...
increase MAX_ROLL for starting lateral maneuvers due to device mounting variance
2026-04-23 15:44:09 -07:00
Adeeb Shihadeh
1c69770c53
tools/setup: support all common Linux distros ( #37765 )
...
* shorter ubuntu
* tools/setup: support all common Linux distros
2026-04-23 13:15:08 -07:00
Adeeb Shihadeh
736cf6d9df
clean up deprecated services ( #37885 )
...
* clean up deprecated services
* lil more
2026-04-22 16:01:35 -07:00
Adeeb Shihadeh
2266a9dd9c
sensord: clean up SensorEventData struct ( #37883 )
2026-04-22 13:13:39 -07:00
Adeeb Shihadeh
4286a64083
jp: reduce y padding
2026-04-21 10:11:10 -07:00
Adeeb Shihadeh
341786acb5
jp: fix hidden plots unhiding on interaction ( #37870 )
2026-04-21 09:53:17 -07:00
Jason Wen
2c0903e45e
tools: add retry mechanism for API requests ( #36617 )
2026-04-18 12:21:47 -07:00
ZwX1616
389b639ef2
DriverMonitoringState v2 ( #37799 )
...
* draft ds
* better names
* what is this
* build new
* better names2
* more
* bit more cleanup
* rm those
* .
* .2
* selfdrived
* depre
* hk
* fix test
* fix rest
* 1
* fix enum
* update cereal
* fix rest
* more
* add step
* fix all
* imports
* cant?
* .
* simplify
* bool
* fix some migrate
* cleanup
* fix fix
* Update cereal/log.capnp
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
* touchup
* what
---------
Co-authored-by: Comma Device <device@comma.ai >
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2026-04-17 21:58:05 -07:00
Adeeb Shihadeh
31403f4a5c
jotplugger: render segment range slices properly ( #37837 )
2026-04-15 10:50:24 -07:00
Adeeb Shihadeh
fa18e6395c
tools: remove sentry logging ( #37836 )
2026-04-15 10:26:12 -07:00
Adeeb Shihadeh
75e352e5d0
jotpluggler: CAN parsing is best effort ( #37835 )
2026-04-15 10:24:37 -07:00
Adeeb Shihadeh
d204d626bd
jp: skip unparsable messages ( #37816 )
2026-04-14 14:53:49 -07:00
John Belmonte
0584a5f5eb
add bridge target to cabana run script ( #37814 )
...
The cabana run script builds for convenience, but omitted the cereal/messaging/bridge dependency needed for streaming.
2026-04-12 14:29:22 -07:00
Harald Schäfer
f83b749ec2
github_utils: use exact-match ref lookup in get_bucket_sha ( #37813 )
...
The plural `git/refs/heads/{bucket}` endpoint does prefix matching
and returns a list when multiple refs share the prefix, which makes
`r.json()['object']` raise TypeError. Switch to the singular
`git/ref/heads/{bucket}` endpoint so we only match the exact bucket
and get a clean 404 otherwise.
2026-04-12 15:30:29 -04:00
stef
64e785d00f
remove webjoystick components that no longer work ( #37798 )
...
* remove webjoystick components that no longer work
* remove audio track request
2026-04-10 09:57:22 -07:00
Adeeb Shihadeh
6ce156ee16
op switch: clear update after switch ( #37793 )
2026-04-09 20:02:17 -07:00
Adeeb Shihadeh
a89ed55b65
cereal: group inline deprecated fields ( #37791 )
2026-04-09 10:41:04 -07:00
Shane Smiskol
dc4dae6794
replay/ui: color lines, use aTarget ( #37764 )
...
* color lines, use aTarget
* only scroll when updated
2026-04-04 20:28:16 -07:00
Shane Smiskol
310ba9d2c0
replay/ui: fix Qt threading issue ( #37762 )
...
* fix ui
* fix
* clean up
2026-04-03 20:01:33 -07:00
Adeeb Shihadeh
f0053d4619
jotpluggler: state transition view is only for enums ( #37761 )
...
* jotpluggler: state transition view is only for enums
* cleaner
2026-04-03 14:52:35 -07:00
Daniel Koepping
6b94c47c6a
Lateral maneuver report ( #37562 )
...
* lateral report
* mutually exclude buttons
* gating
* set maneuver
* add timer
* timer text
* fix plot
* use curvature
* more curves
* fix gating
* rm delay
* highway speed only
* msg
* add sine
* add step-down
* use relative
* text
* stabilize
* tuning
* windup
* text
* winddown
* no windup
* tuning
* more tuning
* more
* formatting
* test faster
* extend sine
* report crossings
* add readme
* clean report
* fix lint
* gating
* fix
* straighter
* compensate roll
* rm abs roll
* len
* Revert "rm abs roll"
This reverts commit a22d6bb136f90d2bf997e6b9aeee2f784398ef42.
* Revert "compensate roll"
This reverts commit dfda52119cc4a2e29ac2854b9154c08459086fea.
* print actuators
* show curve and roll
* tune roll
* text
* slower
* timer
* too much banked streets in US
* readme
* filter incomplete
* plot jerk
* plot angle jerk
* lil edits
* fix lint
* apply suggestions
* better table
* apply comments
* clean
* shane comments
* deflicker
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2026-03-27 13:31:00 -07:00
Adeeb Shihadeh
b706673e1c
jotpluggler: part one ( #37730 )
2026-03-25 19:49:38 -07:00
Adeeb Shihadeh
31e4fe55ac
tools: setup ffmpeg hwaccel ( #37718 )
2026-03-22 17:36:35 -07:00
Adeeb Shihadeh
a8b5c74507
prep for imgui tools ( #37712 )
...
* prep for imgui tools
* build cleanups
2026-03-21 16:49:57 -07:00
royjr
240e0036d2
macOS: fix build ( #37686 )
...
* Update SConscript
* do we need this?
* fix that
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2026-03-20 15:52:01 -07:00
Adeeb Shihadeh
78b15773c9
pj: update stale layouts
2026-03-20 14:07:33 -07:00
Adeeb Shihadeh
a68ea44af3
cabana: use vendored libusb from commaai/dependencies ( #37681 )
2026-03-14 16:47:17 -07:00
Adeeb Shihadeh
5e7f5dd840
replay/cabana: remove unused openssl dependency ( #37680 )
2026-03-14 16:43:19 -07:00
Adeeb Shihadeh
ee9da82aab
cleanup build paths ( #37667 )
...
* cleanup build paths
* not used
* lil more
* rm those too
* rm
* lil more
2026-03-13 19:20:33 -07:00
Adeeb Shihadeh
06630e8a39
setup: remove brew ( #37669 )
2026-03-13 19:20:02 -07:00
Shane Smiskol
58d6211bc2
ui: no int textures ( #37649 )
...
* no int textures
* round qr code
* unround firehose
* ignore here
2026-03-11 18:58:51 -07:00
David
d55ccba5fe
clip: only fast rendering when headless ( #37635 )
...
only set offscreen when headless
2026-03-10 16:42:38 -07:00
David
b750229e70
fix(sim): remove alpha channel for improved performance ( #37602 )
...
fix: update RGB image processing in CopyRamRGBCamera
2026-03-10 16:02:02 -07:00
David
40b61a8212
clip: load metadata params within OpenpilotPrefix ( #37634 )
...
fix: move metadata loading inside OpenpilotPrefix context
2026-03-10 16:01:31 -07:00
Trey Moen
9164148d48
feat: uv manages python ( #37535 )
2026-03-10 10:58:21 -07:00
Armand du Parc Locmaria
ac3dcbe62f
Revert "op switch: sync submodules" ( #37632 )
...
Revert "op switch: sync submodules (#37618 )"
This reverts commit 1dbae159a8 .
2026-03-10 10:55:17 -07:00