forked from commaai/openpilot
-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
066 clean #2
Merged
Merged
066 clean #2
Conversation
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
Reduce the ui lag
Consider that the edge of the car is 1m left and right of the camera. Work out where the turn radius is based on steering angle and check if the lead will colide or not. Based off of https://www.quora.com/What-is-the-method-to-calculate-turning-radius-if-only-the-steering-ratio-and-vehicles-basic-dimensions-are-known https://math.stackexchange.com/questions/198764/how-to-know-if-a-point-is-inside-a-circle
066 clean
add more , CAR.RAV4H_TSS2
create traffic init
camera type check
066 clean
Move to subdirectory
Now both roads need to be a one way and it will only choose it if there is one way in the right direction and the other is not.
sshane
pushed a commit
that referenced
this pull request
Dec 2, 2020
* abstracted away hardware calls * oopsie * remove bugs * remove bugs #2 * fix unit test * removed print Co-authored-by: Comma Device <device@comma.ai>
sshane
pushed a commit
that referenced
this pull request
Jan 17, 2021
* abstracted away hardware calls * oopsie * remove bugs * remove bugs #2 * fix unit test * removed print Co-authored-by: Comma Device <device@comma.ai>
Aragon7777
referenced
this pull request
in Aragon7777/openpilot
Jul 18, 2021
# This is the 1st commit message: Following Distance Selector Module Update carstate.py # This is the commit message #2: Update carstate.py
Aragon7777
referenced
this pull request
in Aragon7777/openpilot
Aug 19, 2021
Aragon7777
referenced
this pull request
in Aragon7777/openpilot
Sep 19, 2021
* Add silent toggle * add semi colons and remove wav files * rename method * update icon and description for quietdrive
Aragon7777
referenced
this pull request
in Aragon7777/openpilot
Sep 19, 2021
* Add silent toggle * add semi colons and remove wav files * rename method * update icon and description for quietdrive
sshane
pushed a commit
that referenced
this pull request
Dec 22, 2022
…#26828) * Added unofficial support for Ubuntu 22.10 in ubuntu_setup.sh Added a conditional to check if $UBUNTU_CODENAME is equal to "kinetic" in ubuntu_setup.sh. Installs the same packages as Ubuntu 22.04 LTS Jammy Jellyfish. * Attempt #2 at adding unofficial support for Ubuntu 22.10 in ubuntu_setup.sh Still checks to see if $UBUNTU_CODENAME is equal to "kinetic" I just fixed some errors that were appearing beforehand * Update tools/ubuntu_setup.sh * Update tools/ubuntu_setup.sh * Update tools/ubuntu_setup.sh * Update tools/ubuntu_setup.sh Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Choose one of the templates below:
Fingerprint
This pull requests adds a fingerprint for <Make - Model - Year - Trim>.
This is an explorer link to a drive with the stock system enabled: ...
Car support
This pull requests adds support for <Make - Model - Year - Trim>.
This is an explorer link to a drive with the stock system enabled: ...
This is an explorer link to a drive with openpilot system enabled: ...
Feature
This pull requests adds feature X
Description
Explain what the feature does
Testing
Explain how the feature was tested. Either by the added unit tests, or what tests were performed while driving.