Skip to content
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

openpilot v0.4.0.1 #165

Merged
merged 10 commits into from
Jan 17, 2018
Merged

openpilot v0.4.0.1 #165

merged 10 commits into from
Jan 17, 2018

Conversation

espes
Copy link

@espes espes commented Dec 24, 2017

This is the space for public comment before we merge into release.

Note: openpilot 0.4 is incompatible with NEO devices until the next version of NEOS is released. Please be patient.


# wait for network
(cd selfdrive/ui/spinner && exec ./spinner 'waiting for network...') & spin_pid=$!
until ping -W 1 -c 1 8.8.8.8; do sleep 1; done
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that is not going to start until it connects to the internet??

I'm noticing that the spinner is taking longer than normal. And I had to reboot once because it got stuck in the spinner loading screen for more than 5min

Copy link
Contributor

@csouers csouers Dec 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NEOS (V3 in my experience) never boots to baseui without a successful network ping, in stock form. You can remove this check, but will risk losing the auto-update functionality on reboot.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is a shame that no one from commaai addressed my question. I've been in situations where I have to reset my EON where there is no cellphone coverage, and it's impossible because of this.

@klaus385
Copy link

Hoping NEO gets updated soon.

@espes espes merged commit c2e120c into release2 Jan 17, 2018
mespiritu pushed a commit to mespiritu/openpilot that referenced this pull request Apr 3, 2019
New lead car acceleration detection averaged with self car acceleration.
edukinara pushed a commit to edukinara/openpilot that referenced this pull request Jul 18, 2019
There needs to be at least some amount of Ki, in order for angle_ff_gain to scale up AND down.  This is value should probably be about 100 times larger to be effective, but would need to be tuned.
pd0wm pushed a commit that referenced this pull request Sep 10, 2019
9881e61 Panda for Mazda (#165)
9a15d2f fix version newline
a8ed7d2 add subaru outback/legacy to subaru safety (#259)
bdeb1c9 mazda is #12
14ea4d2 merge safety gm in a single file
bf1ef87 Add GM passive safety mode (#266)
c131fff fix canflash for pedal (#267)
3397b15 only allow bootloader entry on debug builds
d68356b Honda Nidec: fwd stock AEB (#257)
6f532c6 Black panda Jenkins (#256)
d68508c Gpio race condition fix (#263)
d69d05f Fixed pedal not initializing (#262)
36067e0 Honda safety: fixed incorrect brake decoding. Due to the specific limit of 255, this change does not affect the safety behavior

git-subtree-dir: panda
git-subtree-split: 9881e61
TDIPWR pushed a commit to TDIPWR/openpilot that referenced this pull request Nov 26, 2019
xx979xx referenced this pull request in xx979xx/openpilot Dec 9, 2019
Korean Genesis fingerprint
Vaggysag pushed a commit to Vaggysag/openpilot that referenced this pull request Apr 21, 2020
Implement the safety limits
Smarter forwarding:
   Detect what msgs are sent by OP and drop corresponding CAM msgs
   Detect if Stock CAM is connected
   Detect if CAM is in hardware passthrough

Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com>
rafcabezas added a commit to rafcabezas/openpilot that referenced this pull request Dec 20, 2020
DrFritzi pushed a commit to DrFritzi/openpilotOld that referenced this pull request Jan 30, 2021
SebastienLubrano pushed a commit to SebastienLubrano/openpilot that referenced this pull request Aug 9, 2021
mlocoteta pushed a commit to mlocoteta/openpilot that referenced this pull request Jul 17, 2023
nworb-cire pushed a commit to opgm/openpilot that referenced this pull request Aug 2, 2024
* init

* looks good

* left done

* next to speedometer

* adjusted

* pass in x and y

* color & x

* spaced out properly next to speedometer!

* blindspots and pulsing rate

* fixes

* int instead

* Update CHANGELOGS.md

* add road edge block

* lower

* center a bit more

* that's it!

* only show green when hazard is on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants