-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
card parses radar points #33443
Merged
Merged
card parses radar points #33443
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
bc9fc98
interfaces returns radarinterface
sshane 8ff26f7
bump
sshane 182ce8c
Merge remote-tracking branch 'upstream/master' into card-radar
sshane c6f0cfe
get RI from opendbc
sshane a5de6ef
stash so far
sshane 2730c23
Merge remote-tracking branch 'upstream/master' into card-radar
sshane c91b87d
new liveTracks message (radard expects and needs RadarData)
sshane 4939c9c
this should just work?
sshane 8dba952
whoops
sshane 02b66ee
fix that
sshane 14f24e8
rm liveTracks from radard pm
sshane a56bf0e
fix proceess replay
sshane a57708e
lol fcw diff, something's not right
sshane 13cd297
actually there's fcw in original route. it's pretty close
sshane 5484ebb
no tracks!
sshane c6195d3
fix test_leads
sshane 8f661f9
CPU moved across procs
sshane 6eef520
fix not engageable from onroadEvents
sshane 06bbf8e
Merge remote-tracking branch 'upstream/master' into card-radar
sshane fbbd44e
bump
sshane 46a6f90
fixes
sshane 099ade6
bump to master
sshane c3641a7
radard publishes w/ modelV2 now, so it will always be sent. check val…
sshane bf6c063
fix that (it works!)
sshane d47f7c8
combine
sshane 9f6b8ae
bump
sshane 93c01a9
bump
sshane 945176a
deprecate
sshane ecf9661
why
sshane 1aae8f6
fix incorrect args
sshane dc3558c
remove cumLagMs from process_replay
sshane 2b842a2
Merge remote-tracking branch 'upstream/master' into card-radar
sshane 2fbe215
update refs
sshane File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule opendbc_repo
updated
5 files
+5 −0 | opendbc/car/car_helpers.py | |
+1 −0 | opendbc/car/honda/interface.py | |
+0 −2 | opendbc/car/honda/radar_interface.py | |
+0 −1 | opendbc/car/interfaces.py | |
+1 −0 | opendbc/car/structs.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is the carState canValid relevant here? if the radar bus is good, then the tracks should be valid