Commit Graph

1936 Commits

Author SHA1 Message Date
Vehicle Researcher 1dad3210af Squashed 'panda/' changes from 98f29a4..67d5208
67d5208 fix signedness issue in toyota safety
fe15d3f bump pandacan
11c2b08 add fault invalid
2c26e45 add sleep
27c7637 forgot the counter
3a6d7db don't hang
bfa7d2e canloader works
b259e2a can flasher is close to working
83f2edf isotp can support in softloader
7ae7c79 typo
e85cc47 forgot the selfs
190b4f6 start work on canflasher
5c655c9 add recover support
ae3457f usbflash is reliable
f7a0ab0 pedal usbflash works
585d0f9 add way to call isotp
be82899 despite it being bad code, move isotp
000715b start work on pedal canloader
626e312 pedal has a bootstub now
3662d1e redundant check
81e6b0d fix bug
083cd12 should have bounty to refactor that ish
b65d30c bad asserts
b2e6c3f isotp untested support for subaddr
30fd66a Merge pull request #93 from vntarasov/volt
06f5109 Merge pull request #94 from gregjhogan/can-printer-hex
c7d098c Merge pull request #95 from gregjhogan/setup-script
22fe250 Merge pull request #99 from gregjhogan/bit-transition-example
ba16ba3 Merge pull request #100 from gregjhogan/j2534-troubleshooting-instructions
ad08ea4 Merge pull request #90 from gregjhogan/can-forwarding
f3b6f5d added j2534 troubleshooting instructions
858d150 added script to find bits that transition from 0 to 1
c6acac8 added checking pedal interceptor message length
f7226ff added brake safety checks
d0c2634 added gas safety checks
d378e4a removed bosch safety forwarding restriction on 29 bit addresses
5c7ef9e added bosch safety hooks and forwarding
90c64b6 add note
23de8d4 Merge pull request #97 from commaai/pedal_improvements
0261641 added missing python packages
b92b235 fix bytearray encode issue
2434f1c Tweak Volt's brake pedal stickiness
e2f73d2 enable has a whole byte to itself
d5a9e1e correct checksum
f8ed9fa better names
986a14c don't alias pointers
9b8472e add watchdog support
8f0add9 handle faults
1d917f8 split gas set into 2 values, and have a fault state
1b77026 j2534 isn't alpha anymore
fbcc872 Merge pull request #92 from commaai/pedal
8a6f44b pedal is sending messages
08f464c python 3 bro is bad bro
9390961 kline checksum algo was broken...
3b7c33b add kline debug support
aa622bc init values
631ea9f better refactor
eb1fd75 add PEDAL adc sets
ccaa310 don't build with usb
8d4d763 debug console works
bd09883 comma pedal is building
75a29d5 Merge pull request #84 from gregjhogan/j2534-hds
eece37d only the panda has gmlan
9f43abe Merge pull request #89 from vntarasov/volt
5364d43 Merge pull request #88 from vntarasov/smaller-firmware
377a1ec bump version for descriptor fix
4fabdf0 Merge pull request #87 from gregjhogan/usb-multi-packet-control
8580773 fix sending WinUSB Extended Properties Feature Descriptor
6908feb Chevy Volt safety
786a004 Enable optimization to reduce firmware size
d70f43b hack to fix thinkpad
95ab1ae fixed flow control message padding
bbd04d1 updated installer
62216d0 single standalone DLL for J2534 driver
5c9138d fixed 11 bit address issue
f3b0ad2 fix LOOPBACK getting set when DATA_RATE is set
b750d36 updated README
a9a097f lowered CPU utilization
7c26a70 TIS needs unsupported protocols to return an error
42692b4 TIS doesn't like ChannelID being zero
cf126bb SET_CONFIG return error for reserved parameters
2e99dbf fix HDS issues
8203cc8 add is_grey
e946a54 add insecure_okay flag
4363b3e check webpage
4f59ded add secure mode note
6b11fb5 add autosecuring to tests
b27d185 Merge pull request #86 from commaai/better_pairing
4b53b42 elm wifi isn't an automated test
99f85cb Merge pull request #85 from gregjhogan/usb-wcid
0d38060 auto-install WinUSB device driver
c6653ca from python import
38cc0ee add wifi_secure_mode, boots in insecure mode

git-subtree-dir: panda
git-subtree-split: 67d52089a1300b86800d897f2b271e0a24cf6dd6

old-commit-hash: 098e304118
2018-03-16 23:57:45 -07:00
Mark Krieger 42a242fa70 Slight changes to UI and Fingerprint for Odyssey Elite (#196)
* Adding back drive time to UI

* Add fingerprint for Odyssey Elite

* Removed extended fingerprint for Elite

* Revert "Adding back drive time to UI"

This reverts commit b9b02f7ff2511f28922f0bea47cd8c70bb9f4010.

old-commit-hash: 650c45dcc5
2018-03-16 21:28:50 -07:00
Vasily Tarasov e9ef18d088 Interpolate ki/kp for steering PID loop (#200)
* Interpolate ki/kp for steering PID loop

Very much needed for the Volt port: car ping-pongs with low kp
on high speeeds, and the loop is unstable with high kp on
low speeds.

Also, removes "number or array?" logic from PIController,
now that all the callers use interpolation ofr ki/kp.

* Pass speed to steering PID loop for ki/kp interpolation

* Remove unused numbers import

old-commit-hash: 93f55f3ccf
2018-03-15 13:28:15 -07:00
arne182 60dc707715 Update fingerprints.py (#210)
Consolidated my fingerprint and removed duplicates and ordered the fingerprint for the RAV4H. Double Checked.
old-commit-hash: 569db3c1d2
2018-03-09 13:34:39 -08:00
George Hotz f2aa2c9ae7 Merge pull request #203 from energee/safety-honda-bosch
Safety Reference for Honda Bosch
old-commit-hash: 26d97d3374
2018-03-08 08:33:31 -08:00
Ted Slesinski 0d7d1c32fb Safety Reference for Honda Bosch
old-commit-hash: 3acfa1b39b
2018-02-28 10:24:05 -05:00
George Hotz 11929e3b93 Merge pull request #202 from vntarasov/volt-gm-id
Dibs on SAFETY_GM numerical value
old-commit-hash: bbc67f8506
2018-02-27 22:58:02 -08:00
Vasily Tarasov 12ba82a37e Dibs on SAFETY_GM numerical value
To match Panda repo.

old-commit-hash: 8343b56870
2018-02-26 10:22:19 -08:00
Greg Hogan 1988d1679c fix restricting video upload to wifi
old-commit-hash: 008d900f81
2018-02-10 09:31:56 -06:00
vanillagorillaa 14d6a991d5 Honda Pilot 2017 Port (#161)
* Update README.md

* Update fingerprints.py

* Update carstate.py

* Update hondacan.py

* Update interface.py

* Update interface.py

* Update interface.py

* Update README.md

* Update README.md

* Update README.md

* Update fingerprints.py

* Update carstate.py

* Update hondacan.py

* Update interface.py

* Update carstate.py

* Update hondacan.py

* Update README.md

* Update fingerprints.py

* Update carstate.py

* Update carstate.py

* Update carstate.py

* Update hondacan.py

* Update interface.py

* Update carstate.py

* Update carstate.py

* Update Pilot Fingerprint

* Update fingerprints.py

* Give pilot its own definition and not use ILX

* add pilot argument

* Add Pilot interface

* Add pilot argument

* Update interface.py

* Parse Different gear on pilot

* Add steer max

* Fixed duplication of steer max value

* Adjust PID's for steering

* Update carcontroller.py

* Change Steer Ratio and wheelbase

* Update Steer fault values

Steer fault value of 3, does not seem to effect anything

* Update Kp,Ki Ratio

* Update interface.py

* Update readme for Pilot

* add pilot

* Update fingerprints.py

* Update carstate.py

* add signals

* add signal

old-commit-hash: 32e5d6cd15
2018-02-09 12:50:37 -08:00
Vehicle Researcher 4e867831f7 openpilot v0.4.2 release
old-commit-hash: 28c0797d30
2018-02-06 12:43:45 -08:00
Vehicle Researcher e17ba112ed Squashed 'opendbc/' changes from 3ca654f..81d9871
81d9871 Lexus: added first draft of RX dbc file
cb352da fix toyota steering lka message length
d294f64 fix gas pedal message length rav4h
2d035de acura rdx remove double defined message
500a734 fix acura rdx dbc, import was missing

git-subtree-dir: opendbc
git-subtree-split: 81d9871dbe00ccfc5fe4418ea3577726fffa1def

old-commit-hash: 7ae657880d
2018-02-06 12:39:39 -08:00
Vehicle Researcher 88e1b9aa7f Merge opendbc subtree
old-commit-hash: a701aa7292
2018-02-06 12:39:39 -08:00
Vehicle Researcher e444fbcd54 Squashed 'panda/' changes from b42db6d..98f29a4
98f29a4 v1.0.7 has working grey panda

git-subtree-dir: panda
git-subtree-split: 98f29a4a97af58aa4707bdaba948ac366ab2e6a0

old-commit-hash: db67cffb4d
2018-02-06 12:39:38 -08:00
Vehicle Researcher 2647e2c4b3 Merge panda subtree
old-commit-hash: 433f934783
2018-02-06 12:39:38 -08:00
vanillagorillaa 41f868c92a Acura RDX 2018 AcuraWatch Plus Port (#162)
* Adding Acura RDX alpha support 

old-commit-hash: 0dc6778548
2018-02-05 18:38:40 -08:00
ErichMoraga fbd6f4bb6d Update fingerprints.py
Taiwanese Prius Prime fingerprint was identical to the regular prime (107 msgs.), but should really have 110.  I have the correct one in there now.
old-commit-hash: c86b52698b
2018-02-05 14:16:58 -08:00
George Hotz d11448253b openpilot v0.4.1 hotfix
old-commit-hash: e5e5aa7ded
2018-02-02 19:30:44 -08:00
George Hotz 7ff52747a8 openpilot v0.4.1 tweaks
old-commit-hash: 4474b9b371
2018-01-30 21:34:01 -08:00
Vehicle Researcher 0cc7ce25ab openpilot v0.4.1 release
old-commit-hash: 26e966852c
2018-01-30 12:58:14 -08:00
Vehicle Researcher eeb8585087 Squashed 'opendbc/' changes from 8753665..3ca654f
3ca654f move acura rdx to generator folder
1c7c490 move pilot touring to generated
89856dd fix bugs in some counter/checksum definitions
451a2b4 honda wheelspeed in kph to match toyota
290dd14 rename generic honda and toyota dbcs to include year
ccb8a14 readded gas interceptor to hondas so it does not break regression tests
66d256e readme explanation of preprocessor
6c8d9f7 regenerate new steer torque eps factor
beba6d5 move generated files to root folder
2b5b0aa Toyota: different factor for STEER_TORQUE_EPS
e41b174 fix typo
682f557 cleanup
1faf67c fix crv steering_control message
cce6c79 add odometer message to civic and odyssey
74cc834 fix PCM_SPEED factor
3f2baa5 fix honda dometer scaling
f6fd6b9 fix comments and values
f0ba5e2 whitespace consistency
8c77a5d dbc file preprocessor
10f8c6e consistent can message names for supported Hondas
af07d6a Topyota Corolla: added dbc file, seems the same as Rav4
a632fde Cleanup duplicate message names

git-subtree-dir: opendbc
git-subtree-split: 3ca654f88545d05bf23cb8ff945f06a28c32902e

old-commit-hash: 852166f5cc
2018-01-30 12:54:13 -08:00
Vehicle Researcher 6e694273c6 Merge opendbc subtree
old-commit-hash: 75ac92b90f
2018-01-30 12:54:13 -08:00
Vehicle Researcher ad0a7dc47e Squashed 'panda/' changes from 2573d86..b42db6d
b42db6d Merge pull request #82 from commaai/uart_dma
fd68f86 smallr
be99ffc ok that doesn't hurt i think
a9f6bf0 this
8b7e849 working now
7fa4808 froze up, maybe thats the fix
1465aa4 ok, it's fixed
915cd84 ugh, ok, need that
fd05376 comment out debug
37c5263 big fifo
497f069 dma is all critical, no interrupts
7c34afe minor change
743d244 high baud rate works
5d2a4ba v1.0.6
fbf1390 Toyota Safety: fix in input param
6c01d09 Toyota: less torque error allowance to meet Corolla acceptable behavior
07c01b2 Toyota safety: using input param
4410a59 add safety param support
fc81fc1 uart dma in progress
65fb2b2 grey panda query, 1.0.5
f415c9a grey panda detection
b68957e add pandadebug support
b5e4962 leave msgs around in isotp
0acce2d add recvaddr support
3fc38f4 set bootmode with power
d4c052a make that work
21f8195 fix panda serial write
af74aa9 from python import

git-subtree-dir: panda
git-subtree-split: b42db6dc082fb13ef5ac63ed197a63e179651ef6

old-commit-hash: 96f8e5158e
2018-01-30 12:54:12 -08:00
Vehicle Researcher 139dc79f89 Merge panda subtree
old-commit-hash: b68f3f7781
2018-01-30 12:54:12 -08:00
George Hotz 7c2be8af58 Merge pull request #155 from slesinski/odyssey-port
Honda Odyssey 2018 EX-L with Honda Sensing
old-commit-hash: 36bef17224
2018-01-18 21:49:14 -08:00
Ted Slesinski ee7c8e0ea2 Unnecessary characters in comma's dongle id
old-commit-hash: 715771bcff
2018-01-19 00:47:47 -05:00
Ted Slesinski 7416da1585 SteerRatio should be 14.35
old-commit-hash: 8e264baaa2
2018-01-19 00:37:32 -05:00
Ted Slesinski 4bfe96579f Added the extra carstate reads
old-commit-hash: 8ff147de6d
2018-01-19 00:34:02 -05:00
Ted Slesinski b5c9a00567 Tuning specific to odyssey
old-commit-hash: 71057c586f
2018-01-19 00:34:02 -05:00
Ted Slesinski a604a03384 Gear shifter values like acura
old-commit-hash: fac22f4038
2018-01-19 00:32:51 -05:00
Ted Slesinski 30194e32f2 Car_gas 130 missing canbus, using 17c
old-commit-hash: 40094779d7
2018-01-19 00:32:51 -05:00
Ted Slesinski 458ce50956 BRAKE_HOLD signal not ready yet
old-commit-hash: 2552aa45c3
2018-01-19 00:32:51 -05:00
Ted Slesinski 3922c9325e Park Brake not yet in DBC
old-commit-hash: c2972a80f9
2018-01-19 00:32:51 -05:00
Ted Slesinski 63bef80459 Wrong value for MAIN_ON
old-commit-hash: 791a440709
2018-01-19 00:32:51 -05:00
Ted Slesinski 732c52fc98 Packet size off on a fingerprint id
old-commit-hash: 13145dd9a7
2018-01-19 00:32:51 -05:00
Ted Slesinski 9fcc13219c Add hondacan changes
old-commit-hash: e9c477dcf2
2018-01-19 00:30:33 -05:00
Ted Slesinski 930409af67 Add carcontroller changes
old-commit-hash: 8eebd19884
2018-01-19 00:30:33 -05:00
Ted Slesinski 00a231907d Add odyssey car params to interface
old-commit-hash: a54b35a4d6
2018-01-19 00:30:33 -05:00
Ted Slesinski 814d829b8d Add carstate changes
old-commit-hash: 8a6f7a5e78
2018-01-19 00:30:33 -05:00
Ted Slesinski dbbdedb331 Add odyssey fingerprint
old-commit-hash: 6752959d4a
2018-01-19 00:30:33 -05:00
Vehicle Researcher 1d23b22ccd openpilot v0.4.0.2 release
old-commit-hash: da52d065a4
2018-01-18 15:46:12 -08:00
Vehicle Researcher 1612c81fa3 Squashed 'opendbc/' changes from 48968cc..8753665
8753665 Fix Chevy Volt actuator signal parsing (#66)
89963c9 Toyota: added auto high beam
b07a84d Add Honda Clarity Hybrid (#65)
ca352b3 add hyundai 2015 (#63)

git-subtree-dir: opendbc
git-subtree-split: 87536651c21daddba932f5d8668b52a0ece9082f

old-commit-hash: 255e45ca58
2018-01-18 15:42:13 -08:00
Vehicle Researcher aabb5e1f29 Merge opendbc subtree
old-commit-hash: b731b7cf12
2018-01-18 15:42:13 -08:00
Vehicle Researcher 6dd67df132 Squashed 'panda/' changes from c371fe6..2573d86
2573d86 docs say max is 4, respect the docs
864cd8f failing on some devices
54bcc67 Merge pull request #75 from gregjhogan/j2534-vs-2017-upgrade
1664270 Merge pull request #74 from gregjhogan/j2534-disconnect-fix
a7e3a8f bump panda version for serial bug
aa0cfad fix UART hang
09ab8f6 add sendaddr support to isotp
40a1883 fix up baud rate
65997ff add PandaSerial and location panda (aka pigeon) test
57d633c upgraded to VS 2017
35cc32a fixed pointer exception on disconnect

git-subtree-dir: panda
git-subtree-split: 2573d861e605a2dcf456a6421b31e83fdd9ca606

old-commit-hash: 5f014635e1
2018-01-18 15:42:12 -08:00
Vehicle Researcher 11c7429538 Merge panda subtree
old-commit-hash: ef3d8314d3
2018-01-18 15:42:12 -08:00
Vehicle Researcher e147663381 openpilot v0.4.0.1 tweaks
old-commit-hash: 7ef3fd567f
2018-01-16 23:26:39 -08:00
heatnation bb3b1224cd Update fingerprints.py
old-commit-hash: b773e27ad1
2018-01-15 18:22:15 -08:00
Vehicle Researcher d9578e2f8e openpilot v0.4.0.1 release
old-commit-hash: a77c0a1098
2017-12-23 17:15:27 -08:00
Vehicle Researcher c7fbd8ab8e Squashed 'pyextra/' content from commit 4eda4dd
git-subtree-dir: pyextra
git-subtree-split: 4eda4dd765c2bc719da9064774de6b2c14c322d1

old-commit-hash: 57b9ddf20e
2017-12-23 17:10:45 -08:00
Vehicle Researcher 680ec1792b Merge commit '10c2ef6bfbe0a64c0ac9e499d0dbbbdbffac4fd6' as 'pyextra'
old-commit-hash: c7b5fb9116
2017-12-23 17:10:45 -08:00