Commit Graph

3667 Commits

Author SHA1 Message Date
Dean Lee d06d10da68 Qt: update developer page when it's visible (#20396)
* simplify&cleanup

* cleanup

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: ddde7efb4b
2021-03-21 21:02:00 -07:00
Dean Lee 7c6b409b1d cleanup ui_draw_vision_event (#20386)
old-commit-hash: 00dcc94ae6
2021-03-21 20:27:16 -07:00
Jimmy Nguyen 53c1addf25 2021 RAV4 Hybrid Engine fingerprint (#20427)
* add value to RAV4H_TSS2 ecu.engine

* fix typo

Co-authored-by: jimmybnguyen <b.nguyen.jimmy@gmail.com>
old-commit-hash: 347d508b20
2021-03-21 20:18:13 -07:00
Dean Lee 61c02d55ab SettingsWindow: use list instead of map to preserve insertion order for sidebar items. (#20424)
* use a list instead of map to preserve insertion order

* unused signal

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: d34e414a65
2021-03-21 19:08:12 -07:00
cydia2020 2efc95b0a7 README.md for SSH (#20365)
* SSH README

* table of contents fix

* fix ambiguity

* removed some useless sections

* Update README.md

* fix line

* cleanup

* add link

* this is correct

* Add notice that key is only fetched once

* Update README.md

* end of sentence

* Even more

* Update tools/ssh/README.md

* move ssh above tools

* remove useless sections

* succint

* note

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: e87d88490b
2021-03-21 18:58:58 -07:00
Erich Moraga 10d1905a24 remove unused line (#20426)
old-commit-hash: 0fc5c86805
2021-03-21 17:13:16 -07:00
Comma Device 20df6ce147 fix margin after setting DPI
old-commit-hash: 7954256a09
2021-03-20 22:00:25 -07:00
iejMac 4770c6d1c9 terms fixups (#20392)
* accept

* accept at end + env variables

* better

* testing some settings

* bottom margin

* nothing

* doesnt work

* don't need anymore

* clean up

* fix

* unused

* more prime widget cleanup

* Revert "more prime widget cleanup"

This reverts commit d44651ee8c501be61099dc4cd40fa0467bc315a3.

Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 6a9afd8460
2021-03-20 21:26:05 -07:00
Adeeb Shihadeh 17a3d6cb68 Qt UI: offroad home touchups (#20416)
* brand

* fix overlap

* touchup prime widget

* more prime widget cleanup

* don't need background layout

* fix overlap again

* more prime

* looks pretty good

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 0b16ed9dc9
2021-03-20 21:18:07 -07:00
vanillagorillaa c57c5d1109 bump opendbc
old-commit-hash: 4f89f42d1b
2021-03-20 15:51:04 +00:00
HaraldSchafer cf6c7cb2b8 Update locationd (#20410)
* this was too extreme

* unused import

* capnp wants bools

* update refs
old-commit-hash: 8bddaa7607
2021-03-19 17:12:34 -07:00
Chris McCammon 4ce5e08ded radar fw for Acura RDX 2021 (#20411)
old-commit-hash: a68061f5f0
2021-03-19 15:29:35 -07:00
Dean Lee 38978fff45 OffroadAlert: read alert keys in constructor (#20408)
old-commit-hash: c9ac15bb96
2021-03-19 13:30:51 -07:00
Dean Lee 90890c7119 qt: faster training guide (#20407)
old-commit-hash: bf3c7e6afa
2021-03-19 13:07:59 -07:00
Greg Hogan 7e43f70ded update .dockerignore
old-commit-hash: e2b79d0483
2021-03-19 12:24:04 -07:00
Adeeb Shihadeh 1a0ac978ec record front lock (#20400)
* record front lock

* only if set

* add to internal installer

* move that

* change that bck

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: b60cd8d0a0
2021-03-18 20:15:51 -07:00
Adeeb Shihadeh 0addefc40a remove legacy launch.sh script
old-commit-hash: c9275f262d
2021-03-18 18:30:29 -07:00
Dean Lee 1364c0c794 QT: click outside of confirmation dialog to dismiss (#20394)
old-commit-hash: 90da15778c
2021-03-18 17:39:38 -07:00
Drew Hintz 15f51babda include PACIFICA_2020 in late-model behavior (#20399)
These models need to turn off gone_fast_yet bit at -3 to avoid LKAS
faults.

This was likely an accidental omission from PR #1297
To avoid future similar mistakes, we could define a list of these cars
in values.py instead of having the list in multiple places.
old-commit-hash: 01f20229cb
2021-03-18 17:29:36 -07:00
Erich Moraga 712dde8fcc Add missing engine & EPS f/w for LEXUS_IS (#20398)
`@ash11111111#7507` 2017 Lexus IS300 AWD DongleID/route c92bb9ac835c90f7|2021-03-17--17-33-50--0
old-commit-hash: 4ea0b04fed
2021-03-18 12:02:12 -07:00
Willem Melching 5bc8139bc2 profiler: use more recent drive
old-commit-hash: 3258ecedd4
2021-03-18 16:01:48 +01:00
Willem Melching d83fd71751 fixup profiler
old-commit-hash: 65733fd504
2021-03-18 15:49:26 +01:00
ZwX1616 57ed33ca52 update line length (#20391)
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 3f221bd5ab
2021-03-17 17:35:11 -07:00
Willem Melching c64d818341 use class AlignedBuffer (#20388)
* use class AlignedBuffer from cereal (#20343)

* AlignedBuffer

* move AlignedBuffer to cereal/messaging.hpp

* rename function aligned to get

* use overloaded function AlignedBuffer:: get(Message *)

* use AlignedBuffer

Co-authored-by: Dean Lee <deanlee3@gmail.com>
old-commit-hash: 0a88304e8d
2021-03-17 14:43:23 +01:00
Willem Melching a20698c339 bump cereal
old-commit-hash: dabe59d2bf
2021-03-17 14:25:44 +01:00
Willem Melching 36db6105f1 bump panda
old-commit-hash: 06fd4314b2
2021-03-17 14:20:26 +01:00
Willem Melching e3d92dc714 verify safetyParam read back from PandaState (#20384)
* verify safetyParam read back from PandaState

* update ref

* bump panda
old-commit-hash: 3c23226edc
2021-03-17 14:20:05 +01:00
Willem Melching 192cb1c698 only do hardware supported check if PandaState is not None (#20385)
old-commit-hash: 0072f71fb4
2021-03-17 14:19:55 +01:00
Willem Melching 278b52cc6e bump cereal
old-commit-hash: c2362852de
2021-03-17 11:00:07 +01:00
iejMac 8aa491994f update simulator README
old-commit-hash: 1830a87d9a
2021-03-17 00:42:32 -07:00
iejMac 10844d3b57 mount openpilot in simulator docker image (#20379)
* mount parameter

* works

* fixes
old-commit-hash: dc1506e382
2021-03-16 22:23:38 -07:00
Dean Lee d4986abd9b CameraBuf: remove class variable yuv_metas (#20376)
old-commit-hash: dd4fa036e9
2021-03-16 20:50:11 -07:00
qadmus 7297b95888 Fix warning popup for file not found, batman. (#20364)
old-commit-hash: e7e76b755b
2021-03-16 19:31:24 -07:00
Chris McCammon 99de7942d4 2021 Camry camera fw (#20378)
old-commit-hash: 8c00dab587
2021-03-16 17:42:42 -07:00
HaraldSchafer c07a1ad57b Sane curvature rate limit in plannerd (#20366)
* safety limit

* should be in RADs

* add raw

* update refs
old-commit-hash: 27035131cc
2021-03-16 15:00:03 -07:00
Willem Melching d61654abc3 Revert "use class AlignedBuffer from cereal (#20343)"
This reverts commit df9e836779af0c145efc933b88bbc94f59f2b378.

old-commit-hash: e3ad952902
2021-03-16 20:21:03 +01:00
Willem Melching fefc232d9f BMX055 dont use FIFO registers (#20374)
old-commit-hash: 1c83ae8722
2021-03-16 14:37:14 +01:00
Dean Lee 4c02da3f0a use class AlignedBuffer from cereal (#20343)
* AlignedBuffer

* move AlignedBuffer to cereal/messaging.hpp

* rename function aligned to get

* use overloaded function AlignedBuffer:: get(Message *)
old-commit-hash: 7aa379e123
2021-03-16 11:13:15 +01:00
Dean Lee b8925e456a CameraBuf::acquire: remove reference frame_data, use cur_frame_data to keep consistency (#20361)
old-commit-hash: 9df3bab96a
2021-03-16 11:11:19 +01:00
Dean Lee 6e820c414b cameras:move cameras_supported to the top (#20370)
* move cameras_supported to the top

* remove extern CameraInfo cameras_supported from camera_common.h
old-commit-hash: 3e663529bd
2021-03-16 11:09:25 +01:00
Adeeb Shihadeh 77bc36dc52 fix reboot button in offroad alerts
old-commit-hash: 4097fe150a
2021-03-15 20:14:19 -07:00
Adeeb Shihadeh aba57850e9 agnos 0.9 (#20363)
* agnos 0.9

* agnos 0.9
old-commit-hash: bf7f8b3da5
2021-03-15 19:49:28 -07:00
Jason Young 8dfe080fea VW MQB: Updated message and signal data, round 2 (#20298)
* ACC_02 signal naming update

* Add conversion factor now that DBC scaling has changed

* bump opendbc

* update refs

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 1af35c3398
2021-03-15 15:09:09 -07:00
Adeeb Shihadeh 6f4736e41b Qt UI: simplify terms (#20349)
* remove web stuff from onboarding

* fix up scrolling

* fix up style

* fix tici

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 7ba5399c29
2021-03-15 15:06:00 -07:00
Willem Melching a8f562d8c3 Improve screen brightness by also using camera gain (#20357)
old-commit-hash: 8e14e17020
2021-03-15 20:07:49 +01:00
Willem Melching df9ff5f5cc bump cereal
old-commit-hash: b6aebfe13c
2021-03-15 17:27:49 +01:00
Dean Lee 6a9fe9d0c5 ui.cc: fix update_lead segfault (#20351)
* fix update_lead crash

* Check for empty list in update_lead

* use rcv_frame

* update 2 leads in update_leads

* use std::optional
old-commit-hash: fb5873bb6d
2021-03-15 13:53:22 +01:00
Willem Melching 9616a0f245 pass cloudlog to EKF_sym
old-commit-hash: d9c1561d37
2021-03-15 13:27:12 +01:00
Erich Moraga 384adf66ed Add missing RAV4_TSS2 EPS f/w (#20347)
@surabhir#8598 2021 Toyota RAV4 XLE Premium ICE DongleID 303430edd30749cf
https://discord.com/channels/469524606043160576/524327905937850394/820762495148883969
old-commit-hash: d3c7c5f62a
2021-03-15 13:04:42 +01:00
Erich Moraga cd7520e8b9 Some OCD FW_VERSIONS section cleanup/sorting (#20348)
part 1 of _ ??? ;-)
old-commit-hash: 278bdd66ed
2021-03-15 13:03:42 +01:00