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

Santa Fe 2019 Ultimate 2.0 #501

Closed
wants to merge 1 commit into from
Closed

Conversation

emmertex
Copy link

FIngerprint and so on for said SantaFe
User is 'Nate' from Slack
Ported this car a fair while back.
Port is fine, but tuning is not.

FIngerprint and so on for said SantaFe
User is 'Nate' from Slack
Ported this car a fair while back.
Port is fine, but tuning is not.
@rbiasini
Copy link
Contributor

same as #502: do we really need a new car variant or we can simply extend the fingerprint options in the existing SANTA_FE?

@emmertex
Copy link
Author

Can you test that tuning on your Santa Fe?
If it works for you, may as well extend fingerprint.
Your tuning on that particular vehicle results in wild oscillations and corner cutting, it's even more wrong.

@rbiasini
Copy link
Contributor

Ok. I propose this common tuning:

ret.steerKiBP, ret.steerKpBP = [[9., 22.], [9., 22.]]
ret.steerKpV, ret.steerKiV = [[0.2, 0.35], [0.05, 0.09]]

@emmertex
Copy link
Author

Well, low speed oscillations are the largest issue with your tuning for him, so that will be a much better starting point!
May as well go ahead with that.

But the long reply below....

I think the reason you can get away with the error gain being so high is both yours and the other santa_fe have the wrong steering ratio. As such you are accounting for this error by having a more aggressive tuning.
Unless SantaFe is different, hyundai/kia don't have variable steering ratio, they do vary the level of torque amplification from driver input at different speeds and angles though, which results in a similar feel.
you don't notice the inflection point when turning at a standstill because its not there.

This doesn't mean this tuning does not work, it does! But how its working is very questionable.
I can't tune these vehicles or do the tests needed as I don't have access to them, but I have been in the process of retuning a lot of other cars.
Every Hyundai/Kia has the same MDPS, but they do have different Racks, and Vehicle Dynamics.
Using the exact steering ratio with other cars, as derived from specifications from the manuacturer, the tuning between models appears to be identical.
In fact with the new Lateral Control that gernby has in the PR, they are identical.
This means the only model I can't get tested, being the santaFe, unless it is unique, likely also has the wrong vehicle data to begin with, which results in the vastly different tuning.
The Sorento I have is practically the identical vehicle, yet the tuning is vastly different for what seems to be a very similar drive on the road.

@rbiasini
Copy link
Contributor

@emmertex cool, if you are ok with it, let's just add the new santa fe fingerprint to the existing one and we can ship the new common tuning.

Re: variable steering ratio. You are right but the steering ratio does not significantly change between +-10 deg, which is where OP behaves, so a constant one is ok IMO. I also agree that the steering ratio we should consider is not the one advertised in the vehicle specs (which usually refers to end-to-end).

@emmertex
Copy link
Author

emmertex commented Jan 20, 2019 via email

@rbiasini
Copy link
Contributor

rbiasini commented Jan 23, 2019

fixed internally. Will be in next release, tnx!

@rbiasini rbiasini closed this Jan 23, 2019
@emmertex emmertex deleted the santafe2 branch August 17, 2019 01:19
pd0wm pushed a commit that referenced this pull request Apr 29, 2020
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: 2299ecf
pd0wm pushed a commit that referenced this pull request Apr 29, 2020
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: 2299ecf
pd0wm pushed a commit that referenced this pull request Apr 30, 2020
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: 2299ecf
pd0wm pushed a commit that referenced this pull request May 6, 2020
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f1 TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: 273e388
pd0wm pushed a commit that referenced this pull request May 8, 2020
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f1 TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: ac1b64e
pd0wm pushed a commit that referenced this pull request May 8, 2020
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f1 TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: ac1b64e
pd0wm pushed a commit that referenced this pull request May 8, 2020
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f1 TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: ac1b64e
pd0wm pushed a commit that referenced this pull request May 9, 2020
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f1 TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: ac1b64e
pd0wm pushed a commit that referenced this pull request May 9, 2020
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f1 TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: ac1b64e
pd0wm pushed a commit that referenced this pull request May 9, 2020
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f1 TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: ac1b64e
pd0wm pushed a commit that referenced this pull request May 9, 2020
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f1 TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: ac1b64e
pd0wm pushed a commit that referenced this pull request May 9, 2020
869f123 Hyundai: counter check (#530)
a439071 gitignore for route logs
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: 869f123
pd0wm pushed a commit that referenced this pull request May 10, 2020
869f123 Hyundai: counter check (#530)
a439071 gitignore for route logs
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: 869f123
pd0wm pushed a commit that referenced this pull request May 10, 2020
869f123 Hyundai: counter check (#530)
a439071 gitignore for route logs
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: 869f123
pd0wm pushed a commit that referenced this pull request May 11, 2020
869f123 Hyundai: counter check (#530)
a439071 gitignore for route logs
ac1b64e Fix CAN Ignition for Black Panda and Uno (#526)
273e388 When initializing all the CAN busses, make sure the are also cleared (#527)
c2bea78 Fix python library on Windows (#523)
0a123b1 that too
ba6355d unused lines
c9102c0 Chrysler: use can packer in safety tests (#522)
9874e73 Abstract steering safety tests for Toyota and Chrysler (#520)
2299ecf Block 0xe5 (Honda Bosch) at the panda/uno. Only allow static values. (#515)
3517306 Subaru: fix steer torque scaling (#501)
0bc864b Make torque-based steering state global (#518)
d9355c4 Make cruise_engaged_prev a global + test case for it (#519)
2115376 Abstract sample speed test (#516)
11dc905 remove unused function
e5a586e Abstract gas interceptor tests (#517)
1dbed65 Safety Test Refactor: Honda (#495)
0632710 base class for different panda safety tests
bd98fe6 safety tests: use shorter function name
ba59ada No ESP in non-white (#514)
c333618 Fix the CAN init fix (#513)
884afa0 Safety Test Refactor: Chrysler and Volkswagen PQ (#508)
d77b72d Safety Test Refactor: Nissan (#510)
4c7755c Match Panda DFU entry fix in "make recover" process (#509)
0336f62 Pedal gas pressed safety limits (#507)
715b1a1 Hyundai-Kia-Genesis (HKG) (#503)
6f105e8 Safety Test Refactor: Subaru (#502)
57cc954 Safety Test Refactor: GM (#504)
dd01c3b Safety Test Refactor: Hyundai (#505)
592c2c8 add support to can_unique.py for Cabana CSV format. (#506)
ccf13b7 No more infinite while loops in CAN init (#499)
6c442b4 Safety Test Refactor: Volkswagen MQB (#493)
f07a6ee panda recover should go through bootstub first (#498)
8cc3a35 remove cadillac (#496)
62e4d3c Chrysler: fix missing button signal on TX (#490)
abce8f3 Safety Test Refactor: Toyota + support code (#491)
500370a Make sure relay faults make it to the health packet (#492)
bc90b60 toyota: use universal gas pressed bit (#488)
74d10cc Fixed possible race condition (#487)
a05361e cleanup safety_replay dockerfile (#486)
fe73dcc Openpilot-tools is deprecated (#484)
da8e00f TX message guaranteed delivery (#421)
d8f6184 Add ISO number for longitudinal limits flag comment
6a60b78 touch ups
2ce6536 comments on unsafe flags
d880134 remove from there as well
055ea07 remove that unsafe flag since it isn't implemented and it's unclear how to
4e98bbe Apply unsafe allow gas mode to all cars. (#480)
0c2c149 Fixing libusb busy error (#174)
753c42c Update Board Mac SDK Install script to work on clean mac (#146)
b9a9ea3 Unsafe gas disengage mods, fix test compile warning (#481)
08ef92d Safety model for Volkswagen PQ35/PQ46/NMS (#474)
51e0a55 Support code for unsafe mode unit tests (#478)
5325b62 current_safety_mode
7908b72 update updating unsafe mode
98503e8 disable stock honda AEB in unsafe mode (#477)
01b2ccb one more
9a30265 weak steering while not engaged
577f10b added options for unsafe mode
83cf7bf update comment
4556e74 enable unsafe mode, toggle for use by forks that so choose
de89fcd Nissan leaf (#473)

git-subtree-dir: panda
git-subtree-split: 869f123
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

2 participants