Conversation
|
|
||
| # 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
|
Hoping NEO gets updated soon. |
New lead car acceleration detection averaged with self car acceleration.
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.
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
Catching up to 0.6.4
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>
Update updater file with one that works
Update values.py
* 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
9881e61 Panda for Mazda (commaai#165) 9a15d2f fix version newline a8ed7d2 add subaru outback/legacy to subaru safety (commaai#259) bdeb1c9 mazda is commaai#12 14ea4d2 merge safety gm in a single file bf1ef87 Add GM passive safety mode (commaai#266) c131fff fix canflash for pedal (commaai#267) 3397b15 only allow bootloader entry on debug builds d68356b Honda Nidec: fwd stock AEB (commaai#257) 6f532c6 Black panda Jenkins (commaai#256) d68508c Gpio race condition fix (commaai#263) d69d05f Fixed pedal not initializing (commaai#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 old-commit-hash: 876256a
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.