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

Resonant interp vibrate debug #43

Merged
merged 6 commits into from
Jan 10, 2019

Conversation

icmma
Copy link
Owner

@icmma icmma commented Jan 10, 2019

No description provided.

@icmma icmma merged this pull request into resonant-interp-vibrate Jan 10, 2019
@icmma icmma deleted the resonant-interp-vibrate-debug branch January 11, 2019 21:10
icmma pushed a commit that referenced this pull request Feb 1, 2019
…e cleanup (#43)

* Gernby's Lane width filter fix (#41)

* Fix lane width filtering

* Fixed lane width filtering

* CAMERA_OFFSET = 0.08

* Minimum distance for one bar distance setting

* Don't tailgate at slow speeds with 1 bar distance

* x_lead < 5 only

* x_lead < 5 syntax fix

* self.v_rel < -1 or (x_lead < 10 and self.v_rel >= -1 and self.v_rel < 1)

* Tail gating auto distance change

* x_lead < 7.5 and self.v_rel >= -1 and self.v_rel < 0.2

* self.lastTR > 0 re-adding reinitialization

* Revert "Gernby's Lane width filter fix (#41)"

This reverts commit d081cfd8a05d2eb32e0148d477c806e65662dea7.

* Increase min distance to 10m for auto distance

* Auto distance code cleanup

* Add lead car fast approaching autodistance

* Auto distance Code cleanup

* Don't re-initialize MPC if already initialized

* self.lastTR != instead of >

* Initialize TR = 1.8

* include if statements vs just assigning boolean

* switch to 1 and 0 for TRUE AND FALSE

* Revert "switch to 1 and 0 for TRUE AND FALSE"

This reverts commit 58dcf718cdc3fca636229bf29942669670cb4487.

* Revert "include if statements vs just assigning boolean"

This reverts commit da7b5fa5088d62e78ba57d9e4c01e89160e77b9e.

* Revert "Initialize TR = 1.8"

This reverts commit f9c2571faeb0acaab818bcff146a2a397c0f07ff.

* Initialize TR=1.8 inside override loop

* Cleanup TR assignment for override loop

* Code Cleanup

* Syntax error

* Syntax error

* if statements for autodistance vars

* tr-last assignment indent

* CS.readdistancelines assignment to self.tr_last

* remove else MPC init

* Flatten out elif ladder for autodistance

* Removed shrinking_fast stopping for now

Braking is too sudden with 3 bar distance when radar detects car.  Shrinking gap takes care of this with 2 bar distance.

* Code Cleanup
icmma pushed a commit that referenced this pull request Feb 1, 2019
…e cleanup (#43)

* Gernby's Lane width filter fix (#41)

* Fix lane width filtering

* Fixed lane width filtering

* CAMERA_OFFSET = 0.08

* Minimum distance for one bar distance setting

* Don't tailgate at slow speeds with 1 bar distance

* x_lead < 5 only

* x_lead < 5 syntax fix

* self.v_rel < -1 or (x_lead < 10 and self.v_rel >= -1 and self.v_rel < 1)

* Tail gating auto distance change

* x_lead < 7.5 and self.v_rel >= -1 and self.v_rel < 0.2

* self.lastTR > 0 re-adding reinitialization

* Revert "Gernby's Lane width filter fix (#41)"

This reverts commit d081cfd8a05d2eb32e0148d477c806e65662dea7.

* Increase min distance to 10m for auto distance

* Auto distance code cleanup

* Add lead car fast approaching autodistance

* Auto distance Code cleanup

* Don't re-initialize MPC if already initialized

* self.lastTR != instead of >

* Initialize TR = 1.8

* include if statements vs just assigning boolean

* switch to 1 and 0 for TRUE AND FALSE

* Revert "switch to 1 and 0 for TRUE AND FALSE"

This reverts commit 58dcf718cdc3fca636229bf29942669670cb4487.

* Revert "include if statements vs just assigning boolean"

This reverts commit da7b5fa5088d62e78ba57d9e4c01e89160e77b9e.

* Revert "Initialize TR = 1.8"

This reverts commit f9c2571faeb0acaab818bcff146a2a397c0f07ff.

* Initialize TR=1.8 inside override loop

* Cleanup TR assignment for override loop

* Code Cleanup

* Syntax error

* Syntax error

* if statements for autodistance vars

* tr-last assignment indent

* CS.readdistancelines assignment to self.tr_last

* remove else MPC init

* Flatten out elif ladder for autodistance

* Removed shrinking_fast stopping for now

Braking is too sudden with 3 bar distance when radar detects car.  Shrinking gap takes care of this with 2 bar distance.

* Code Cleanup
icmma pushed a commit that referenced this pull request Feb 1, 2019
* Honda Pilot PID Tuning

* Adjustable Follow Distance w/HUD (#12)

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* arne's cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* Remove custom btn var line

could be crashing the code when button pressed

* HUD distance lines

* HUD distance lines

* passing CS.CP.readdistancelines

* Hardcode hud object dist_lines var

* Initializes CS.readdistancelines before passing to hud obj

* use integer read_distance_lines instead

* Add HUD_DISTANCE_3 for horizontal HUD bars on dash

* Default to 2 bars follow distance (1.8s)

* Code Cleanup for Distance Adjustment

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

* Auto-distance at surface street speeds

Override short distance setting when slow

Override distance when slow

Override distance if slow

Override distance when slow

Override distance when slow

Increase follow distance when below 60 kph

Lead car and rel. velocity to distance override

Override distance bars

revert

Override and restore dist based on speed and accel

Step up distance when < 40 km/h and restore

Revert

When using 1 bar distance:  Slow the car down earlier and more aggressively  (#18)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Revert "Switch to 1.8s for softer braking"

This reverts commit d53623062ef814509db925fe4e624c3ae8aff1f1.

* Disable OTA update for safety

* Physical LKAS button disables OP steer and shows dashed lines on HUD (#19)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Disable LKAS

* Apply Steer = 0 when user presses LKAS button

* Add Lkas button

* Add LK mode to HUDD data object

* Add Dashed Lanes to HUD

* Adjust HDD object

* return LKAS var in CarState

* Return LK var to CS

* Syntax error fix

* Update carcontroller.py

* testing hud object hardcoded hud_lanes and lkMode

* Restore accidentally deleted steer command

* Update carcontroller.py

* Update carcontroller.py

* Don't show solid lanes if OP steering disabled

* Dashed lines fix during engagement

eliminate steering alert when lkas disabled

lkas button logic cleanup

Reverse the dashed-lane indicator

No steering alert if LKAS disabled

revert Alert - LKAS errors during steer disable

Disable audible alert when steering disabled

Delete CS.aEgo < -0.5 override condition

* Remove chime disable when steering overriden

One bar profile change to 1.8s if < 65 kph

Simplified

chime instead of beep disable for LK override

* Adjust BRAKE_STOPPING_TARGET to 0.25

Keeps the brake pump from going crazy at a stop

* Add relative velocity to auto distance for 1 bar setting (#26)

* CAMERA_OFFSET = 0.08

* Revert Cost_long to comma value of 0.1

* Do not override to 1.8s when accel from stop

* Update logic for override distance bars

* Override distance when < 65kph and v_rel not > 5

* Use rel acceleration to reset to 1 bar

* Use vRel

* Update planner.py

* v_lead - vEgo > 1

* vLead - vEgo = -1

* vLead-vEgo < -1.5

* Cleanup Arne's code for distance

* vLead - vEgo < 1.25

* Back to vLead - vEgo < -1

* Disable OP steering and audio alarm when blinkers on (#28)

* LKAS disable when blinkers are on

* Update carcontroller.py

* Update carcontroller.py

* fix syntax error

* Critical alarm if cruise disengages while braking (#32)

* Update pathplanner.py

* Loud alert in case cruise disables when braking

* re-add if statement on speed for loud alert

* Update interface.py

* increase stopping distance to car by 1.5m

* Increase stopping distance to 2m

* Revert CAMERA_OFFSET to 0.06 (comma default)

* Lane width reduction to 2.85m

* Reduce tailgating for one bar distance at surface street speeds & code cleanup (#43)

* Gernby's Lane width filter fix (#41)

* Fix lane width filtering

* Fixed lane width filtering

* CAMERA_OFFSET = 0.08

* Minimum distance for one bar distance setting

* Don't tailgate at slow speeds with 1 bar distance

* x_lead < 5 only

* x_lead < 5 syntax fix

* self.v_rel < -1 or (x_lead < 10 and self.v_rel >= -1 and self.v_rel < 1)

* Tail gating auto distance change

* x_lead < 7.5 and self.v_rel >= -1 and self.v_rel < 0.2

* self.lastTR > 0 re-adding reinitialization

* Revert "Gernby's Lane width filter fix (#41)"

This reverts commit d081cfd8a05d2eb32e0148d477c806e65662dea7.

* Increase min distance to 10m for auto distance

* Auto distance code cleanup

* Add lead car fast approaching autodistance

* Auto distance Code cleanup

* Don't re-initialize MPC if already initialized

* self.lastTR != instead of >

* Initialize TR = 1.8

* include if statements vs just assigning boolean

* switch to 1 and 0 for TRUE AND FALSE

* Revert "switch to 1 and 0 for TRUE AND FALSE"

This reverts commit 58dcf718cdc3fca636229bf29942669670cb4487.

* Revert "include if statements vs just assigning boolean"

This reverts commit da7b5fa5088d62e78ba57d9e4c01e89160e77b9e.

* Revert "Initialize TR = 1.8"

This reverts commit f9c2571faeb0acaab818bcff146a2a397c0f07ff.

* Initialize TR=1.8 inside override loop

* Cleanup TR assignment for override loop

* Code Cleanup

* Syntax error

* Syntax error

* if statements for autodistance vars

* tr-last assignment indent

* CS.readdistancelines assignment to self.tr_last

* remove else MPC init

* Flatten out elif ladder for autodistance

* Removed shrinking_fast stopping for now

Braking is too sudden with 3 bar distance when radar detects car.  Shrinking gap takes care of this with 2 bar distance.

* Code Cleanup

* Revert CAMERA_OFFSET to Comma default of 0.06

* Merge Gernby's Resonant Steering (#51)

* Learn_angle_steer min max increased to +/-7 degs

* Increase min one bar distance to 12m for autodist

* Merge Gernby's Feed-Forward-Accel-Rate Branch (#49)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* removed Steer Offset because Pilot no likey

* Increase tailgating 1 bar resume to 0.5 m/s

* Gernby's resonant steering v2

* fixed an oops for non-bosch hondas

* CAMERA_OFFSET = 0.08

* More conservative tailgating distance and resume

* More conservative auto-distance for 1 bar setting

* Revert CAMERA_OFFSET to 0.06

* Revert auto-distance for 1 bar distance setting

* Revert "Merge Gernby's Resonant Steering" (#53)

* Revert "Revert auto-distance for 1 bar distance setting"

This reverts commit b7e5fb5.

* Revert "Revert CAMERA_OFFSET to 0.06"

This reverts commit 05cf21d.

* Revert "Merge Gernby's Resonant Steering (#51)"

This reverts commit d35aa19.

* better crowned road centering: learn_angle +/-7

* Implement csouers 67-70% charging to preserve batt

* slightly harder braking when tailgating

* x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

* Proper alerts on Eon and disable flashing HUD alert when blinkers on or LKAS off (#63)

* Disable steer alert when LKAS off

* Display steering unavailable on Eon when LKAS off

* Revert chime disable in favor of new method

* x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

* logic correction on HUD alert

* blinkers on disables HUD alarm

* Add Manual Steering alert for LKAS Off mode

* Call manual steering alert when LKAS off

* Call blinkers alert when blinkers on

* Add blinkers alert

* Adjust Blinkers alert logic to include LKAS mode

* Fix blinker logic

* Add new steering required alerts to capnp

* Trace LKAS / LDW error

* Disable hud alert when LKAS off or blinkers on

* Disable HUD alerts if LKAS off or blinkers on

* Disable other ACC alert if LKAS off or blinkers on

* Revert testing of steering required alert override

* Disable steer saturate alert if blinkers on or LKAS off

* Disable steer sat alert if LKAS off or blinkers on

* Revert steerSaturated logic

* disable steer limit alert when LKAS off or blinkers on

* Fix Syntax error

* Revert  steerLimit alert disable

* Disable steerSat alert when blinkers on or LKAS off

* Revert stopping distance to default for pedal lurch

* Re-intro 2m stopping distance

* x_lead = 6

* Merge Gernby's latest Feed forward resonant (#68)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* hopefully proper merge of merged fixes of merge

* fixed an oops for non-bosch hondas

* added steer rate to future state calculation

* added actual acceleration to future projected state

* fixed projected angle error for PIF

* untested ...

* added comments

* completely UNtested

* untested merge

* battling shitty git

* git is sucking giant monkey balls

* Trying to figure out what git did...

* still trying to un-git myself

* Finally got it fixed, works awesome!

* Hopefully not corrupted by git

* hopefully fixed white space corruption

* working again, hopefully resolved git issue

* Revert "Implement csouers 67-70% charging to preserve batt"

This reverts commit e3249be.
icmma pushed a commit that referenced this pull request Feb 1, 2019
commit ae60601663d491c630abe1076695697a84389f66
Author: Kylan <[email protected]>
Date:   Mon Jan 14 20:45:27 2019 -0500

    adding gm support (#103)

    * Disable NEOS 8 update

    * Update carcontroller.py

    * adding gm

    * gm

    * gm

    * Update manager.py

    * Update manager.py

    * Update interface.py

    * Update interface.py

    * Update interface.py

    * Update manager.py

commit 1fefd4c
Merge: dd0dbb5 9eb1666
Date:   Sun Jan 13 10:31:36 2019 -0500

    Merge remote-tracking branch 'upstream/devel' into testing-GernbyPRcandidate

commit dd0dbb5
Date:   Sat Jan 12 19:17:42 2019 -0500

    Update README.md

commit 8458c06
Date:   Fri Jan 11 23:09:28 2019 -0500

    Add 2019-Insight

commit f88d07b
Date:   Thu Jan 10 18:35:37 2019 -0500

    Gernby's FF steering PR candidate (#97)

    * Fixed feed-forward to consider steer_offset

    * fixed a small oops on types

    * Testing strategies for zero-crossing

    * Moved angle stat collection to latcontrol.py

    * First version that runs

    * added outbound interface for feed-forward table

    * First working

    * Added more metrics

    * Adjusted parameter timing

    * performance tweaks

    * Cleanup

    * untested tweaks

    * minor tweaks

    * many untested changes

    * going the other way with some things...

    * Best yet

    * cleaned up personalized "stuff"

    * more cleanup for general use

    * untested: minor adjustment to further reduce noise

    * Fixed defect in desired angle interpolation

    * some cleanup

    * reverted change to Ki

    * Reverted changes to manager.py

    * Added steering rate consideration to latcontrol

    * cleaned up for PR

    * Fixed merge

    * Testing approach when desired angle close to actual

    * trying rate-based feed-forward

    * added self-tuning parms for rate and angle FF

    * fixed trim logic, and persisted to flash

    * working amazingly well

    * decreased time lapse for angle-based FF adjust

    * many tweaks, self-tuning is a bitch

    * simulteneous dual mode feedforward working very well

    * added angular accelleration limit

    * added super awesome angular accel limit

    * non-specific save

    * switching directions again

    * oops

    * ugly code with amazing results

    * awesome, but untested after some cleanup

    * more cleanup

    * cleanup of the cleanup?  Need to test

    * works amazingly well ... big O face

    * cleanup

    * I wish git was batter for cleanup

    * hopefully proper merge of merged fixes of merge

    * fixed an oops for non-bosch hondas

    * added steer rate to future state calculation

    * added actual acceleration to future projected state

    * fixed projected angle error for PIF

    * untested ...

    * added comments

    * completely UNtested

    * untested merge

    * battling shitty git

    * git is sucking giant monkey balls

    * Trying to figure out what git did...

    * still trying to un-git myself

    * Finally got it fixed, works awesome!

    * Hopefully not corrupted by git

    * hopefully fixed white space corruption

    * working again, hopefully resolved git issue

    * removed hard-coded actuator delay

    * Fixed steer_actuator_delay for pathplanner

    * Wiggle vision + resonant FF and error cancellation

    * increased projection factor and decreased accel_limit

    * enhanced torque logic to use accelerated rate

    * added smoothing of mpc delta values

    * trying different interpolation logic

    * added update to cur_state.delta

    * very smooth interpolation between delayed MPC updates

    * increased Kf for Pilot

    * much better interpolation plus Civic tweaks

    * tiny meaningless changes

    * Fixed honda interface values

    * removed steer_offset from pilot

    * Tweaked steer_offset list

    * Reverted a couple resonant parameters

    Reduced projection_factor and increased accel_limit

    * Enabled error correction

    * changed Kp for some

    * Works great... time to clean it up

    * reverted accelerated_angle_rate for pid updates

    * reverted visiond

    * Increased error correction

    * Reverted projection_factor

    * fixed projected_angle_steers for future statefixed projected_angle_steers for future state

    * Added simplified tuning parameters

    * last commit didn't have saved values

    * not working ... lane filtering

    * added calculated steer rate

    * updated toyota carstate

    * add dual-mode steer-rate alternating

    * reverted toyota carstate change

    * enabled auto-selection of steer_rate

    * removed extra variable

    * untested: cleaning up for PR

    * Fixed a cleanup issue

    * added comments in carstate

    * more cleanup

    * not quite ready

    * added vibration

    * need to test, but I think it's ready

    * Update carstate.py

commit 5dc6220
Author: George Hotz <[email protected]>
Date:   Sun Jan 6 14:05:25 2019 +0000

    Display set speed in km/h in ACC HUD if metric

commit 518920b
Date:   Sun Jan 6 13:33:31 2019 -0500

    Revert "Display set speed in km/h in ACC HUD if metric"

    This reverts commit ca5fcb4.

commit ca5fcb4
Author: George Hotz <[email protected]>
Date:   Sun Jan 6 14:05:25 2019 +0000

    Display set speed in km/h in ACC HUD if metric

commit bda1d42
Date:   Mon Dec 31 19:45:20 2018 -0500

    Kill video uploader if car is running

commit f2b7571
Date:   Mon Dec 31 18:58:31 2018 -0500

    Increase brightness for Eon and Leon

commit f890ffb
Merge: 5e0f5cc 0fded2c
Date:   Sun Dec 30 23:28:54 2018 -0500

    Merge remote-tracking branch 'upstream/devel' into kegman-devel-noFFsteer

commit 5e0f5cc
Date:   Tue Dec 25 16:25:54 2018 -0500

    60-70% Battery Limit Charging for longevity

commit d27db22
Date:   Tue Dec 25 04:16:22 2018 -0500

    Revert "Merge branch 'kegman-devel-pilotFFsteer' into kegman-devel-noFFsteer"

    This reverts commit 08f2477, reversing
    changes made to 2ccc171.

commit 08f2477
Merge: 2ccc171 907854c
Date:   Sat Dec 22 00:40:24 2018 -0500

    Merge branch 'kegman-devel-pilotFFsteer' into kegman-devel-noFFsteer

commit 2ccc171
Date:   Thu Dec 20 21:57:59 2018 -0500

    Merge with latest kegman-devel without Gernby's FF steer (#72)

    * Honda Pilot PID Tuning

    * Adjustable Follow Distance w/HUD (#12)

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * remove readdistancelines - causes boot error

    * copying cereal

    * arne's cereal

    * HUD distance lines display

    * capnpp add

    * revert

    * revert

    * Set ACC HUD to KPH

    * Test - set HUD_ACC distance line to 2

    * revert cruise_kph

    LKAS error

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * remove readdistancelines - causes boot error

    * copying cereal

    * HUD distance lines display

    * capnpp add

    * revert

    * revert

    * Set ACC HUD to KPH

    * Test - set HUD_ACC distance line to 2

    * revert cruise_kph

    LKAS error

    * Remove custom btn var line

    could be crashing the code when button pressed

    * HUD distance lines

    * HUD distance lines

    * passing CS.CP.readdistancelines

    * Hardcode hud object dist_lines var

    * Initializes CS.readdistancelines before passing to hud obj

    * use integer read_distance_lines instead

    * Add HUD_DISTANCE_3 for horizontal HUD bars on dash

    * Default to 2 bars follow distance (1.8s)

    * Code Cleanup for Distance Adjustment

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    * Implement csouers 67-70% charging to preserve batt

    * Auto-distance at surface street speeds

    Override short distance setting when slow

    Override distance when slow

    Override distance if slow

    Override distance when slow

    Override distance when slow

    Increase follow distance when below 60 kph

    Lead car and rel. velocity to distance override

    Override distance bars

    revert

    Override and restore dist based on speed and accel

    Step up distance when < 40 km/h and restore

    Revert

    When using 1 bar distance:  Slow the car down earlier and more aggressively  (#18)

    * Change one bar braking profile to 3 bars

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * fake lead car vars

    * fake lead vars

    * Auto Distance Bar Working - tuning values

    * Logging to log.txt

    * Override hysteresis for one bar follow

    * Only set override when decelerating

    * syntax error fix for override flag

    * Switch to 1.8s for softer braking

    * Revert "Switch to 1.8s for softer braking"

    This reverts commit d53623062ef814509db925fe4e624c3ae8aff1f1.

    * Disable OTA update for safety

    * Physical LKAS button disables OP steer and shows dashed lines on HUD (#19)

    * Change one bar braking profile to 3 bars

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * fake lead car vars

    * fake lead vars

    * Auto Distance Bar Working - tuning values

    * Logging to log.txt

    * Override hysteresis for one bar follow

    * Only set override when decelerating

    * syntax error fix for override flag

    * Switch to 1.8s for softer braking

    * Disable LKAS

    * Apply Steer = 0 when user presses LKAS button

    * Add Lkas button

    * Add LK mode to HUDD data object

    * Add Dashed Lanes to HUD

    * Adjust HDD object

    * return LKAS var in CarState

    * Return LK var to CS

    * Syntax error fix

    * Update carcontroller.py

    * testing hud object hardcoded hud_lanes and lkMode

    * Restore accidentally deleted steer command

    * Update carcontroller.py

    * Update carcontroller.py

    * Don't show solid lanes if OP steering disabled

    * Dashed lines fix during engagement

    eliminate steering alert when lkas disabled

    lkas button logic cleanup

    Reverse the dashed-lane indicator

    No steering alert if LKAS disabled

    revert Alert - LKAS errors during steer disable

    Disable audible alert when steering disabled

    Delete CS.aEgo < -0.5 override condition

    * Remove chime disable when steering overriden

    One bar profile change to 1.8s if < 65 kph

    Simplified

    chime instead of beep disable for LK override

    * Adjust BRAKE_STOPPING_TARGET to 0.25

    Keeps the brake pump from going crazy at a stop

    * Add relative velocity to auto distance for 1 bar setting (#26)

    * CAMERA_OFFSET = 0.08

    * Revert Cost_long to comma value of 0.1

    * Do not override to 1.8s when accel from stop

    * Update logic for override distance bars

    * Override distance when < 65kph and v_rel not > 5

    * Use rel acceleration to reset to 1 bar

    * Use vRel

    * Update planner.py

    * v_lead - vEgo > 1

    * vLead - vEgo = -1

    * vLead-vEgo < -1.5

    * Cleanup Arne's code for distance

    * vLead - vEgo < 1.25

    * Back to vLead - vEgo < -1

    * Disable OP steering and audio alarm when blinkers on (#28)

    * LKAS disable when blinkers are on

    * Update carcontroller.py

    * Update carcontroller.py

    * fix syntax error

    * Critical alarm if cruise disengages while braking (#32)

    * Update pathplanner.py

    * Loud alert in case cruise disables when braking

    * re-add if statement on speed for loud alert

    * Update interface.py

    * increase stopping distance to car by 1.5m

    * Increase stopping distance to 2m

    * Revert CAMERA_OFFSET to 0.06 (comma default)

    * Lane width reduction to 2.85m

    * Reduce tailgating for one bar distance at surface street speeds & code cleanup (#43)

    * Gernby's Lane width filter fix (#41)

    * Fix lane width filtering

    * Fixed lane width filtering

    * CAMERA_OFFSET = 0.08

    * Minimum distance for one bar distance setting

    * Don't tailgate at slow speeds with 1 bar distance

    * x_lead < 5 only

    * x_lead < 5 syntax fix

    * self.v_rel < -1 or (x_lead < 10 and self.v_rel >= -1 and self.v_rel < 1)

    * Tail gating auto distance change

    * x_lead < 7.5 and self.v_rel >= -1 and self.v_rel < 0.2

    * self.lastTR > 0 re-adding reinitialization

    * Revert "Gernby's Lane width filter fix (#41)"

    This reverts commit d081cfd8a05d2eb32e0148d477c806e65662dea7.

    * Increase min distance to 10m for auto distance

    * Auto distance code cleanup

    * Add lead car fast approaching autodistance

    * Auto distance Code cleanup

    * Don't re-initialize MPC if already initialized

    * self.lastTR != instead of >

    * Initialize TR = 1.8

    * include if statements vs just assigning boolean

    * switch to 1 and 0 for TRUE AND FALSE

    * Revert "switch to 1 and 0 for TRUE AND FALSE"

    This reverts commit 58dcf718cdc3fca636229bf29942669670cb4487.

    * Revert "include if statements vs just assigning boolean"

    This reverts commit da7b5fa5088d62e78ba57d9e4c01e89160e77b9e.

    * Revert "Initialize TR = 1.8"

    This reverts commit f9c2571faeb0acaab818bcff146a2a397c0f07ff.

    * Initialize TR=1.8 inside override loop

    * Cleanup TR assignment for override loop

    * Code Cleanup

    * Syntax error

    * Syntax error

    * if statements for autodistance vars

    * tr-last assignment indent

    * CS.readdistancelines assignment to self.tr_last

    * remove else MPC init

    * Flatten out elif ladder for autodistance

    * Removed shrinking_fast stopping for now

    Braking is too sudden with 3 bar distance when radar detects car.  Shrinking gap takes care of this with 2 bar distance.

    * Code Cleanup

    * Revert CAMERA_OFFSET to Comma default of 0.06

    * Merge Gernby's Resonant Steering (#51)

    * Learn_angle_steer min max increased to +/-7 degs

    * Increase min one bar distance to 12m for autodist

    * Merge Gernby's Feed-Forward-Accel-Rate Branch (#49)

    * Fixed feed-forward to consider steer_offset

    * fixed a small oops on types

    * Testing strategies for zero-crossing

    * Moved angle stat collection to latcontrol.py

    * First version that runs

    * added outbound interface for feed-forward table

    * First working

    * Added more metrics

    * Adjusted parameter timing

    * performance tweaks

    * Cleanup

    * untested tweaks

    * minor tweaks

    * many untested changes

    * going the other way with some things...

    * Best yet

    * cleaned up personalized "stuff"

    * more cleanup for general use

    * untested: minor adjustment to further reduce noise

    * Fixed defect in desired angle interpolation

    * some cleanup

    * reverted change to Ki

    * Reverted changes to manager.py

    * Added steering rate consideration to latcontrol

    * cleaned up for PR

    * Fixed merge

    * Testing approach when desired angle close to actual

    * trying rate-based feed-forward

    * added self-tuning parms for rate and angle FF

    * fixed trim logic, and persisted to flash

    * working amazingly well

    * decreased time lapse for angle-based FF adjust

    * many tweaks, self-tuning is a bitch

    * simulteneous dual mode feedforward working very well

    * added angular accelleration limit

    * added super awesome angular accel limit

    * non-specific save

    * switching directions again

    * oops

    * ugly code with amazing results

    * awesome, but untested after some cleanup

    * more cleanup

    * cleanup of the cleanup?  Need to test

    * works amazingly well ... big O face

    * cleanup

    * I wish git was batter for cleanup

    * removed Steer Offset because Pilot no likey

    * Increase tailgating 1 bar resume to 0.5 m/s

    * Gernby's resonant steering v2

    * fixed an oops for non-bosch hondas

    * CAMERA_OFFSET = 0.08

    * More conservative tailgating distance and resume

    * More conservative auto-distance for 1 bar setting

    * Revert CAMERA_OFFSET to 0.06

    * Revert auto-distance for 1 bar distance setting

    * Revert "Merge Gernby's Resonant Steering" (#53)

    * Revert "Revert auto-distance for 1 bar distance setting"

    This reverts commit b7e5fb5.

    * Revert "Revert CAMERA_OFFSET to 0.06"

    This reverts commit 05cf21d.

    * Revert "Merge Gernby's Resonant Steering (#51)"

    This reverts commit d35aa19.

    * better crowned road centering: learn_angle +/-7

    * slightly harder braking when tailgating

    * Merge Gernby's Resonant FF steering (#62)

    * Fixed feed-forward to consider steer_offset

    * fixed a small oops on types

    * Testing strategies for zero-crossing

    * Moved angle stat collection to latcontrol.py

    * First version that runs

    * added outbound interface for feed-forward table

    * First working

    * Added more metrics

    * Adjusted parameter timing

    * performance tweaks

    * Cleanup

    * untested tweaks

    * minor tweaks

    * many untested changes

    * going the other way with some things...

    * Best yet

    * cleaned up personalized "stuff"

    * more cleanup for general use

    * untested: minor adjustment to further reduce noise

    * Fixed defect in desired angle interpolation

    * some cleanup

    * reverted change to Ki

    * Reverted changes to manager.py

    * Added steering rate consideration to latcontrol

    * cleaned up for PR

    * Fixed merge

    * Testing approach when desired angle close to actual

    * trying rate-based feed-forward

    * added self-tuning parms for rate and angle FF

    * fixed trim logic, and persisted to flash

    * working amazingly well

    * decreased time lapse for angle-based FF adjust

    * many tweaks, self-tuning is a bitch

    * simulteneous dual mode feedforward working very well

    * added angular accelleration limit

    * added super awesome angular accel limit

    * non-specific save

    * switching directions again

    * oops

    * ugly code with amazing results

    * awesome, but untested after some cleanup

    * more cleanup

    * cleanup of the cleanup?  Need to test

    * works amazingly well ... big O face

    * cleanup

    * I wish git was batter for cleanup

    * hopefully proper merge of merged fixes of merge

    * fixed an oops for non-bosch hondas

    * added steer rate to future state calculation

    * added actual acceleration to future projected state

    * fixed projected angle error for PIF

    * untested ...

    * added comments

    * Boost kF for pilot by 30%

    * x_lead < 7.5 or (x_lead < 17.5 and self.v_rel < 1)

    * x_lead < 7.5 or (x_lead < 17.5 and self.v_rel < 0.5)

    * if x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

    * Boost KF for all

    * x_lead < 17.5 and self.v_rel < 0.75

    * x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

    * more conservative kF for Civics

    * Civic kF 0.00003 - Pilot kF 0.000078

    * Revert Civic kF values to default

    * x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

    * Proper alerts on Eon and disable flashing HUD alert when blinkers on or LKAS off (#63)

    * Disable steer alert when LKAS off

    * Display steering unavailable on Eon when LKAS off

    * Revert chime disable in favor of new method

    * x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

    * logic correction on HUD alert

    * blinkers on disables HUD alarm

    * Add Manual Steering alert for LKAS Off mode

    * Call manual steering alert when LKAS off

    * Call blinkers alert when blinkers on

    * Add blinkers alert

    * Adjust Blinkers alert logic to include LKAS mode

    * Fix blinker logic

    * Add new steering required alerts to capnp

    * Trace LKAS / LDW error

    * Disable hud alert when LKAS off or blinkers on

    * Disable HUD alerts if LKAS off or blinkers on

    * Disable other ACC alert if LKAS off or blinkers on

    * Revert testing of steering required alert override

    * Disable steer saturate alert if blinkers on or LKAS off

    * Disable steer sat alert if LKAS off or blinkers on

    * Revert steerSaturated logic

    * disable steer limit alert when LKAS off or blinkers on

    * Fix Syntax error

    * Revert  steerLimit alert disable

    * Disable steerSat alert when blinkers on or LKAS off

    * Revert stopping distance to default for pedal lurch

    * Re-intro 2m stopping distance

    * Reduce steerKpV for Civics by 20% for Gernby FF steering

    * Reduce kPV for civic v2

    * Reduce Civic kP further

    * Merge Gernby's latest Feed forward resonant (#68)

    * Fixed feed-forward to consider steer_offset

    * fixed a small oops on types

    * Testing strategies for zero-crossing

    * Moved angle stat collection to latcontrol.py

    * First version that runs

    * added outbound interface for feed-forward table

    * First working

    * Added more metrics

    * Adjusted parameter timing

    * performance tweaks

    * Cleanup

    * untested tweaks

    * minor tweaks

    * many untested changes

    * going the other way with some things...

    * Best yet

    * cleaned up personalized "stuff"

    * more cleanup for general use

    * untested: minor adjustment to further reduce noise

    * Fixed defect in desired angle interpolation

    * some cleanup

    * reverted change to Ki

    * Reverted changes to manager.py

    * Added steering rate consideration to latcontrol

    * cleaned up for PR

    * Fixed merge

    * Testing approach when desired angle close to actual

    * trying rate-based feed-forward

    * added self-tuning parms for rate and angle FF

    * fixed trim logic, and persisted to flash

    * working amazingly well

    * decreased time lapse for angle-based FF adjust

    * many tweaks, self-tuning is a bitch

    * simulteneous dual mode feedforward working very well

    * added angular accelleration limit

    * added super awesome angular accel limit

    * non-specific save

    * switching directions again

    * oops

    * ugly code with amazing results

    * awesome, but untested after some cleanup

    * more cleanup

    * cleanup of the cleanup?  Need to test

    * works amazingly well ... big O face

    * cleanup

    * I wish git was batter for cleanup

    * hopefully proper merge of merged fixes of merge

    * fixed an oops for non-bosch hondas

    * added steer rate to future state calculation

    * added actual acceleration to future projected state

    * fixed projected angle error for PIF

    * untested ...

    * added comments

    * completely UNtested

    * untested merge

    * battling shitty git

    * git is sucking giant monkey balls

    * Trying to figure out what git did...

    * still trying to un-git myself

    * Finally got it fixed, works awesome!

    * Hopefully not corrupted by git

    * hopefully fixed white space corruption

    * working again, hopefully resolved git issue

    * Revert "Implement csouers 67-70% charging to preserve batt"

    This reverts commit e3249be.

    * Revert "Implement csouers 67-70% charging to preserve batt"

    This reverts commit e3249be.

    * Prevent lurching from stop with Comma Pedal

    * Prevent lurching from stop with Comma Pedal 2

    * Dev UI from P Lee

    * delete print() statements

    * LaC.lateral_error = 1.0 * np.clip.....

    * Pedal lurch prevention v4

    * Increase 1 bar city tailing distance by 1 m

    * More conservative braking in city for 1 and 2 bar distance

    * Revert "LaC.lateral_error = 1.0 * np.clip....."

    This reverts commit 82b9ff9.

    * Pedal lurch prevention v5

    * 1 or 2 bar:  more conservative braking

    * Revert "Reduce Civic kP further"

    This reverts commit af9bb3f.

    * Revert "Reduce kPV for civic v2"

    This reverts commit 84e25f3.

    * Revert "Reduce steerKpV for Civics by 20% for Gernby FF steering"

    This reverts commit 083741a.

    * Revert "Revert Civic kF values to default"

    This reverts commit 2d5ee5e.

    * Revert "Civic kF 0.00003 - Pilot kF 0.000078"

    This reverts commit c9434f3.

    * Revert "more conservative kF for Civics"

    This reverts commit 61613c2.

    * Revert "Boost KF for all"

    This reverts commit 8858f51.

    * Revert "Boost kF for pilot by 30%"

    This reverts commit d7220b2.

    * Revert "Merge Gernby's Resonant FF steering (#62)"

    This reverts commit 234e57d.

    * Merge with kegman-gernbyFFsteer-latest (#69)

    * Honda Pilot PID Tuning

    * Adjustable Follow Distance w/HUD (#12)

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * remove readdistancelines - causes boot error

    * copying cereal

    * arne's cereal

    * HUD distance lines display

    * capnpp add

    * revert

    * revert

    * Set ACC HUD to KPH

    * Test - set HUD_ACC distance line to 2

    * revert cruise_kph

    LKAS error

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * TR

    * remove readdistancelines - causes boot error

    * copying cereal

    * HUD distance lines display

    * capnpp add

    * revert

    * revert

    * Set ACC HUD to KPH

    * Test - set HUD_ACC distance line to 2

    * revert cruise_kph

    LKAS error

    * Remove custom btn var line

    could be crashing the code when button pressed

    * HUD distance lines

    * HUD distance lines

    * passing CS.CP.readdistancelines

    * Hardcode hud object dist_lines var

    * Initializes CS.readdistancelines before passing to hud obj

    * use integer read_distance_lines instead

    * Add HUD_DISTANCE_3 for horizontal HUD bars on dash

    * Default to 2 bars follow distance (1.8s)

    * Code Cleanup for Distance Adjustment

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    Cleanup

    * Auto-distance at surface street speeds

    Override short distance setting when slow

    Override distance when slow

    Override distance if slow

    Override distance when slow

    Override distance when slow

    Increase follow distance when below 60 kph

    Lead car and rel. velocity to distance override

    Override distance bars

    revert

    Override and restore dist based on speed and accel

    Step up distance when < 40 km/h and restore

    Revert

    When using 1 bar distance:  Slow the car down earlier and more aggressively  (#18)

    * Change one bar braking profile to 3 bars

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * fake lead car vars

    * fake lead vars

    * Auto Distance Bar Working - tuning values

    * Logging to log.txt

    * Override hysteresis for one bar follow

    * Only set override when decelerating

    * syntax error fix for override flag

    * Switch to 1.8s for softer braking

    * Revert "Switch to 1.8s for softer braking"

    This reverts commit d53623062ef814509db925fe4e624c3ae8aff1f1.

    * Disable OTA update for safety

    * Physical LKAS button disables OP steer and shows dashed lines on HUD (#19)

    * Change one bar braking profile to 3 bars

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * Update planner.py

    * fake lead car vars

    * fake lead vars

    * Auto Distance Bar Working - tuning values

    * Logging to log.txt

    * Override hysteresis for one bar follow

    * Only set override when decelerating

    * syntax error fix for override flag

    * Switch to 1.8s for softer braking

    * Disable LKAS

    * Apply Steer = 0 when user presses LKAS button

    * Add Lkas button

    * Add LK mode to HUDD data object

    * Add Dashed Lanes to HUD

    * Adjust HDD object

    * return LKAS var in CarState

    * Return LK var to CS

    * Syntax error fix

    * Update carcontroller.py

    * testing hud object hardcoded hud_lanes and lkMode

    * Restore accidentally deleted steer command

    * Update carcontroller.py

    * Update carcontroller.py

    * Don't show solid lanes if OP steering disabled

    * Dashed lines fix during engagement

    eliminate steering alert when lkas disabled

    lkas button logic cleanup

    Reverse the dashed-lane indicator

    No steering alert if LKAS disabled

    revert Alert - LKAS errors during steer disable

    Disable audible alert when steering disabled

    Delete CS.aEgo < -0.5 override condition

    * Remove chime disable when steering overriden

    One bar profile change to 1.8s if < 65 kph

    Simplified

    chime instead of beep disable for LK override

    * Adjust BRAKE_STOPPING_TARGET to 0.25

    Keeps the brake pump from going crazy at a stop

    * Add relative velocity to auto distance for 1 bar setting (#26)

    * CAMERA_OFFSET = 0.08

    * Revert Cost_long to comma value of 0.1

    * Do not override to 1.8s when accel from stop

    * Update logic for override distance bars

    * Override distance when < 65kph and v_rel not > 5

    * Use rel acceleration to reset to 1 bar

    * Use vRel

    * Update planner.py

    * v_lead - vEgo > 1

    * vLead - vEgo = -1

    * vLead-vEgo < -1.5

    * Cleanup Arne's code for distance

    * vLead - vEgo < 1.25

    * Back to vLead - vEgo < -1

    * Disable OP steering and audio alarm when blinkers on (#28)

    * LKAS disable when blinkers are on

    * Update carcontroller.py

    * Update carcontroller.py

    * fix syntax error

    * Critical alarm if cruise disengages while braking (#32)

    * Update pathplanner.py

    * Loud alert in case cruise disables when braking

    * re-add if statement on speed for loud alert

    * Update interface.py

    * increase stopping distance to car by 1.5m

    * Increase stopping distance to 2m

    * Revert CAMERA_OFFSET to 0.06 (comma default)

    * Lane width reduction to 2.85m

    * Reduce tailgating for one bar distance at surface street speeds & code cleanup (#43)

    * Gernby's Lane width filter fix (#41)

    * Fix lane width filtering

    * Fixed lane width filtering

    * CAMERA_OFFSET = 0.08

    * Minimum distance for one bar distance setting

    * Don't tailgate at slow speeds with 1 bar distance

    * x_lead < 5 only

    * x_lead < 5 syntax fix

    * self.v_rel < -1 or (x_lead < 10 and self.v_rel >= -1 and self.v_rel < 1)

    * Tail gating auto distance change

    * x_lead < 7.5 and self.v_rel >= -1 and self.v_rel < 0.2

    * self.lastTR > 0 re-adding reinitialization

    * Revert "Gernby's Lane width filter fix (#41)"

    This reverts commit d081cfd8a05d2eb32e0148d477c806e65662dea7.

    * Increase min distance to 10m for auto distance

    * Auto distance code cleanup

    * Add lead car fast approaching autodistance

    * Auto distance Code cleanup

    * Don't re-initialize MPC if already initialized

    * self.lastTR != instead of >

    * Initialize TR = 1.8

    * include if statements vs just assigning boolean

    * switch to 1 and 0 for TRUE AND FALSE

    * Revert "switch to 1 and 0 for TRUE AND FALSE"

    This reverts commit 58dcf718cdc3fca636229bf29942669670cb4487.

    * Revert "include if statements vs just assigning boolean"

    This reverts commit da7b5fa5088d62e78ba57d9e4c01e89160e77b9e.

    * Revert "Initialize TR = 1.8"

    This reverts commit f9c2571faeb0acaab818bcff146a2a397c0f07ff.

    * Initialize TR=1.8 inside override loop

    * Cleanup TR assignment for override loop

    * Code Cleanup

    * Syntax error

    * Syntax error

    * if statements for autodistance vars

    * tr-last assignment indent

    * CS.readdistancelines assignment to self.tr_last

    * remove else MPC init

    * Flatten out elif ladder for autodistance

    * Removed shrinking_fast stopping for now

    Braking is too sudden with 3 bar distance when radar detects car.  Shrinking gap takes care of this with 2 bar distance.

    * Code Cleanup

    * Revert CAMERA_OFFSET to Comma default of 0.06

    * Merge Gernby's Resonant Steering (#51)

    * Learn_angle_steer min max increased to +/-7 degs

    * Increase min one bar distance to 12m for autodist

    * Merge Gernby's Feed-Forward-Accel-Rate Branch (#49)

    * Fixed feed-forward to consider steer_offset

    * fixed a small oops on types

    * Testing strategies for zero-crossing

    * Moved angle stat collection to latcontrol.py

    * First version that runs

    * added outbound interface for feed-forward table

    * First working

    * Added more metrics

    * Adjusted parameter timing

    * performance tweaks

    * Cleanup

    * untested tweaks

    * minor tweaks

    * many untested changes

    * going the other way with some things...

    * Best yet

    * cleaned up personalized "stuff"

    * more cleanup for general use

    * untested: minor adjustment to further reduce noise

    * Fixed defect in desired angle interpolation

    * some cleanup

    * reverted change to Ki

    * Reverted changes to manager.py

    * Added steering rate consideration to latcontrol

    * cleaned up for PR

    * Fixed merge

    * Testing approach when desired angle close to actual

    * trying rate-based feed-forward

    * added self-tuning parms for rate and angle FF

    * fixed trim logic, and persisted to flash

    * working amazingly well

    * decreased time lapse for angle-based FF adjust

    * many tweaks, self-tuning is a bitch

    * simulteneous dual mode feedforward working very well

    * added angular accelleration limit

    * added super awesome angular accel limit

    * non-specific save

    * switching directions again

    * oops

    * ugly code with amazing results

    * awesome, but untested after some cleanup

    * more cleanup

    * cleanup of the cleanup?  Need to test

    * works amazingly well ... big O face

    * cleanup

    * I wish git was batter for cleanup

    * removed Steer Offset because Pilot no likey

    * Increase tailgating 1 bar resume to 0.5 m/s

    * Gernby's resonant steering v2

    * fixed an oops for non-bosch hondas

    * CAMERA_OFFSET = 0.08

    * More conservative tailgating distance and resume

    * More conservative auto-distance for 1 bar setting

    * Revert CAMERA_OFFSET to 0.06

    * Revert auto-distance for 1 bar distance setting

    * Revert "Merge Gernby's Resonant Steering" (#53)

    * Revert "Revert auto-distance for 1 bar distance setting"

    This reverts commit b7e5fb5.

    * Revert "Revert CAMERA_OFFSET to 0.06"

    This reverts commit 05cf21d.

    * Revert "Merge Gernby's Resonant Steering (#51)"

    This reverts commit d35aa19.

    * better crowned road centering: learn_angle +/-7

    * Implement csouers 67-70% charging to preserve batt

    * slightly harder braking when tailgating

    * x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

    * Proper alerts on Eon and disable flashing HUD alert when blinkers on or LKAS off (#63)

    * Disable steer alert when LKAS off

    * Display steering unavailable on Eon when LKAS off

    * Revert chime disable in favor of new method

    * x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

    * logic correction on HUD alert

    * blinkers on disables HUD alarm

    * Add Manual Steering alert for LKAS Off mode

    * Call manual steering alert when LKAS off

    * Call blinkers alert when blinkers on

    * Add blinkers alert

    * Adjust Blinkers alert logic to include LKAS mode

    * Fix blinker logic

    * Add new steering required alerts to capnp

    * Trace LKAS / LDW error

    * Disable hud alert when LKAS off or blinkers on

    * Disable HUD alerts if LKAS off or blinkers on

    * Disable other ACC alert if LKAS off or blinkers on

    * Revert testing of steering required alert override

    * Disable steer saturate alert if blinkers on or LKAS off

    * Disable steer sat alert if LKAS off or blinkers on

    * Revert steerSaturated logic

    * disable steer limit alert when LKAS off or blinkers on

    * Fix Syntax error

    * Revert  steerLimit alert disable

    * Disable steerSat alert when blinkers on or LKAS off

    * Revert stopping distance to default for pedal lurch

    * Re-intro 2m stopping distance

    * x_lead = 6

    * Merge Gernby's latest Feed forward resonant (#68)

    * Fixed feed-forward to consider steer_offset

    * fixed a small oops on types

    * Testing strategies for zero-crossing

    * Moved angle stat collection to latcontrol.py

    * First version that runs

    * added outbound interface for feed-forward table

    * First working

    * Added more metrics

    * Adjusted parameter timing

    * performance tweaks

    * Cleanup

    * untested tweaks

    * minor tweaks

    * many untested changes

    * going the other way with some things...

    * Best yet

    * cleaned up personalized "stuff"

    * more cleanup for general use

    * untested: minor adjustment to further reduce noise

    * Fixed defect in desired angle interpolation

    * some cleanup

    * reverted change to Ki

    * Reverted changes to manager.py

    * Added steering rate consideration to latcontrol

    * cleaned up for PR

    * Fixed merge

    * Testing approach when desired angle close to actual

    * trying rate-based feed-forward

    * added self-tuning parms for rate and angle FF

    * fixed trim logic, and persisted to flash

    * working amazingly well

    * decreased time lapse for angle-based FF adjust

    * many tweaks, self-tuning is a bitch

    * simulteneous dual mode feedforward working very well

    * added angular accelleration limit

    * added super awesome angular accel limit

    * non-specific save

    * switching directions again

    * oops

    * ugly code with amazing results

    * awesome, but untested after some cleanup

    * more cleanup

    * cleanup of the cleanup?  Need to test

    * works amazingly well ... big O face

    * cleanup

    * I wish git was batter for cleanup

    * hopefully proper merge of merged fixes of merge

    * fixed an oops for non-bosch hondas

    * added steer rate to future state calculation

    * added actual acceleration to future projected state

    * fixed projected angle error for PIF

    * untested ...

    * added comments

    * completely UNtested

    * untested merge

    * battling shitty git

    * git is sucking giant monkey balls

    * Trying to figure out what git did...

    * still trying to un-git myself

    * Finally got it fixed, works awesome!

    * Hopefully not corrupted by git

    * hopefully fixed white space corruption

    * working again, hopefully resolved git issue

    * Revert "Implement csouers 67-70% charging to preserve batt"

    This reverts commit e3249be.

    * Revert "Merge with kegman-gernbyFFsteer-latest (#69)"

    This reverts commit 99031cf.

    * Pedal lurch prevention v6

    * Pedal lurch prevention v7

    * Revert visiond back to 0.5.6

    * Revert to 0.5.6 visiond

    * Brake sooner if approaching a car fast

    * Pedal lurch prevention v8 - almost there

    * Even more conservative braking for 2 and 3 bars

    * Pedal lurch prevention v9

    * 1 bar and 2 bar tuning

    * syntax error 1 bar / 2 bar tuning

    * Revert "syntax error 1 bar / 2 bar tuning"

    This reverts commit eb4bbe1.

    * Revert "1 bar and 2 bar tuning"

    This reverts commit 663ece1.

    * Revert "Even more conservative braking for 2 and 3 bars"

    This reverts commit 4bb4cf9.

    * Revert "Brake sooner if approaching a car fast"

    This reverts commit 1ff5347.

    * Revert "1 or 2 bar:  more conservative braking"

    This reverts commit 0959a0b.

    * Revert "More conservative braking in city for 1 and 2 bar distance"

    This reverts commit dbae46d.

    * Pedal lurch prevention v10

    * Lurch prevention v11

    * BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25

    * visiond-wiggly 0.5.4

    * visiond 0.5.6

    * Fix comma pedal grinding noise when braking

    commit 5dd7fb3dbe01c8854eb4784080cf7108fc970cb9
    Date:   Wed Dec 19 19:34:55 2018 -0500

        Revert "BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25"

        This reverts commit b0d75c5.

    commit f5cec844471cd4eb650450d88e6118ff818d5edb
    Date:   Wed Dec 19 19:34:16 2018 -0500

        Revert "BRAKE_STOPPING_TARGET to 0.0"

        This reverts commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a.

    commit 1e07b857438aaf983e36f45aa3653ab61aadc17f
    Date:   Wed Dec 19 00:38:09 2018 -0500

        Update carstate.py

    commit f6b3ba0696f5192167780579a9daa05a39bd30e2
    Date:   Wed Dec 19 00:33:54 2018 -0500

        Pedal grind further Code cleanup

    commit 0afbcd38396ffd863d963194dda8ddb8e9f2bf02
    Date:   Wed Dec 19 00:16:15 2018 -0500

        Pedal Grinding further code cleanup

    commit 33b4ce0e38441463846d593861183f96a154e11e
    Date:   Tue Dec 18 16:48:03 2018 -0500

        Grinding noise code cleanup

    commit f6edcfacd22fe503330adcd0bef2b9aa9a742838
    Date:   Tue Dec 18 16:19:25 2018 -0500

        Fix Syntax error

    commit 2a74863cf4e6d93e3b390d41fa427243f28ebdfa
    Date:   Tue Dec 18 16:12:46 2018 -0500

        Pedal noise mitigation v1

    commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a
    Date:   Tue Dec 18 10:53:11 2018 -0500

        BRAKE_STOPPING_TARGET to 0.0

    * Revert "Fix comma pedal grinding noise when braking"

    This reverts commit 454b918.

    * Fix Pedal Grinding noise (#70)

    * BRAKE_STOPPING_TARGET to 0.0

    * Pedal noise mitigation v1

    * Fix Syntax error

    * Grinding noise code cleanup

    * Pedal Grinding further code cleanup

    * Pedal grind further Code cleanup

    * Update carstate.py

    * Revert "BRAKE_STOPPING_TARGET to 0.0"

    This reverts commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a.

    * Revert "BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25"

    This reverts commit b0d75c5.

    * Add visiond.057

    * Revert "Merge branch 'kegman-devel' of https://github.com/kegman/openpilot into kegman-devel"

    This reverts commit 612695b, reversing
    changes made to 6531ed2.

    * Fix Comma Pedal Grinding sound when braking

    commit 5dd7fb3dbe01c8854eb4784080cf7108fc970cb9
    Date:   Wed Dec 19 19:34:55 2018 -0500

        Revert "BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25"

        This reverts commit b0d75c5.

    commit f5cec844471cd4eb650450d88e6118ff818d5edb
    Date:   Wed Dec 19 19:34:16 2018 -0500

        Revert "BRAKE_STOPPING_TARGET to 0.0"

        This reverts commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a.

    commit 1e07b857438aaf983e36f45aa3653ab61aadc17f
    Date:   Wed Dec 19 00:38:09 2018 -0500

        Update carstate.py

    commit f6b3ba0696f5192167780579a9daa05a39bd30e2
    Date:   Wed Dec 19 00:33:54 2018 -0500

        Pedal grind further Code cleanup

    commit 0afbcd38396ffd863d963194dda8ddb8e9f2bf02
    Date:   Wed Dec 19 00:16:15 2018 -0500

        Pedal Grinding further code cleanup

    commit 33b4ce0e38441463846d593861183f96a154e11e
    Date:   Tue Dec 18 16:48:03 2018 -0500

        Grinding noise code cleanup

    commit f6edcfacd22fe503330adcd0bef2b9aa9a742838
    Date:   Tue Dec 18 16:19:25 2018 -0500

        Fix Syntax error

    commit 2a74863cf4e6d93e3b390d41fa427243f28ebdfa
    Date:   Tue Dec 18 16:12:46 2018 -0500

        Pedal noise mitigation v1

    commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a
    Date:   Tue Dec 18 10:53:11 2018 -0500

        BRAKE_STOPPING_TARGET to 0.0

    * Simplified pedal grinding noise fix code

    * Grinding noise fix applied only to Honda Pilots

    * Indent fix

    * self.CP

    * Tweak braking for 1 / 2 bar distance and Fix Grinding for Pilot only (#71)

    * Tweaks to 1 and 2 bar distance braking

    * Code cleanup

    * Apply grinding fix for Honda Pilot only

    * Indent fix

    * self.CP

    * Revert "Merge branch 'kegman-gernbyFFsteer-latest' into kegman-devel"

    This reverts commit 78fa3e4, reversing
    changes made to 0171235.

commit 509fb87
Date:   Fri Dec 14 11:14:41 2018 -0500

    Revert "Implement csouers 67-70% charging to preserve batt"

    This reverts commit e3249be.
icmma pushed a commit that referenced this pull request Feb 1, 2019
* Revert "Implement csouers 67-70% charging to preserve batt"

This reverts commit e3249be.

* Merge with latest kegman-devel without Gernby's FF steer (#72)

* Honda Pilot PID Tuning

* Adjustable Follow Distance w/HUD (#12)

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* arne's cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* Remove custom btn var line

could be crashing the code when button pressed

* HUD distance lines

* HUD distance lines

* passing CS.CP.readdistancelines

* Hardcode hud object dist_lines var

* Initializes CS.readdistancelines before passing to hud obj

* use integer read_distance_lines instead

* Add HUD_DISTANCE_3 for horizontal HUD bars on dash

* Default to 2 bars follow distance (1.8s)

* Code Cleanup for Distance Adjustment

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

* Implement csouers 67-70% charging to preserve batt

* Auto-distance at surface street speeds

Override short distance setting when slow

Override distance when slow

Override distance if slow

Override distance when slow

Override distance when slow

Increase follow distance when below 60 kph

Lead car and rel. velocity to distance override

Override distance bars

revert

Override and restore dist based on speed and accel

Step up distance when < 40 km/h and restore

Revert

When using 1 bar distance:  Slow the car down earlier and more aggressively  (#18)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Revert "Switch to 1.8s for softer braking"

This reverts commit d53623062ef814509db925fe4e624c3ae8aff1f1.

* Disable OTA update for safety

* Physical LKAS button disables OP steer and shows dashed lines on HUD (#19)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Disable LKAS

* Apply Steer = 0 when user presses LKAS button

* Add Lkas button

* Add LK mode to HUDD data object

* Add Dashed Lanes to HUD

* Adjust HDD object

* return LKAS var in CarState

* Return LK var to CS

* Syntax error fix

* Update carcontroller.py

* testing hud object hardcoded hud_lanes and lkMode

* Restore accidentally deleted steer command

* Update carcontroller.py

* Update carcontroller.py

* Don't show solid lanes if OP steering disabled

* Dashed lines fix during engagement

eliminate steering alert when lkas disabled

lkas button logic cleanup

Reverse the dashed-lane indicator

No steering alert if LKAS disabled

revert Alert - LKAS errors during steer disable

Disable audible alert when steering disabled

Delete CS.aEgo < -0.5 override condition

* Remove chime disable when steering overriden

One bar profile change to 1.8s if < 65 kph

Simplified

chime instead of beep disable for LK override

* Adjust BRAKE_STOPPING_TARGET to 0.25

Keeps the brake pump from going crazy at a stop

* Add relative velocity to auto distance for 1 bar setting (#26)

* CAMERA_OFFSET = 0.08

* Revert Cost_long to comma value of 0.1

* Do not override to 1.8s when accel from stop

* Update logic for override distance bars

* Override distance when < 65kph and v_rel not > 5

* Use rel acceleration to reset to 1 bar

* Use vRel

* Update planner.py

* v_lead - vEgo > 1

* vLead - vEgo = -1

* vLead-vEgo < -1.5

* Cleanup Arne's code for distance

* vLead - vEgo < 1.25

* Back to vLead - vEgo < -1

* Disable OP steering and audio alarm when blinkers on (#28)

* LKAS disable when blinkers are on

* Update carcontroller.py

* Update carcontroller.py

* fix syntax error

* Critical alarm if cruise disengages while braking (#32)

* Update pathplanner.py

* Loud alert in case cruise disables when braking

* re-add if statement on speed for loud alert

* Update interface.py

* increase stopping distance to car by 1.5m

* Increase stopping distance to 2m

* Revert CAMERA_OFFSET to 0.06 (comma default)

* Lane width reduction to 2.85m

* Reduce tailgating for one bar distance at surface street speeds & code cleanup (#43)

* Gernby's Lane width filter fix (#41)

* Fix lane width filtering

* Fixed lane width filtering

* CAMERA_OFFSET = 0.08

* Minimum distance for one bar distance setting

* Don't tailgate at slow speeds with 1 bar distance

* x_lead < 5 only

* x_lead < 5 syntax fix

* self.v_rel < -1 or (x_lead < 10 and self.v_rel >= -1 and self.v_rel < 1)

* Tail gating auto distance change

* x_lead < 7.5 and self.v_rel >= -1 and self.v_rel < 0.2

* self.lastTR > 0 re-adding reinitialization

* Revert "Gernby's Lane width filter fix (#41)"

This reverts commit d081cfd8a05d2eb32e0148d477c806e65662dea7.

* Increase min distance to 10m for auto distance

* Auto distance code cleanup

* Add lead car fast approaching autodistance

* Auto distance Code cleanup

* Don't re-initialize MPC if already initialized

* self.lastTR != instead of >

* Initialize TR = 1.8

* include if statements vs just assigning boolean

* switch to 1 and 0 for TRUE AND FALSE

* Revert "switch to 1 and 0 for TRUE AND FALSE"

This reverts commit 58dcf718cdc3fca636229bf29942669670cb4487.

* Revert "include if statements vs just assigning boolean"

This reverts commit da7b5fa5088d62e78ba57d9e4c01e89160e77b9e.

* Revert "Initialize TR = 1.8"

This reverts commit f9c2571faeb0acaab818bcff146a2a397c0f07ff.

* Initialize TR=1.8 inside override loop

* Cleanup TR assignment for override loop

* Code Cleanup

* Syntax error

* Syntax error

* if statements for autodistance vars

* tr-last assignment indent

* CS.readdistancelines assignment to self.tr_last

* remove else MPC init

* Flatten out elif ladder for autodistance

* Removed shrinking_fast stopping for now

Braking is too sudden with 3 bar distance when radar detects car.  Shrinking gap takes care of this with 2 bar distance.

* Code Cleanup

* Revert CAMERA_OFFSET to Comma default of 0.06

* Merge Gernby's Resonant Steering (#51)

* Learn_angle_steer min max increased to +/-7 degs

* Increase min one bar distance to 12m for autodist

* Merge Gernby's Feed-Forward-Accel-Rate Branch (#49)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* removed Steer Offset because Pilot no likey

* Increase tailgating 1 bar resume to 0.5 m/s

* Gernby's resonant steering v2

* fixed an oops for non-bosch hondas

* CAMERA_OFFSET = 0.08

* More conservative tailgating distance and resume

* More conservative auto-distance for 1 bar setting

* Revert CAMERA_OFFSET to 0.06

* Revert auto-distance for 1 bar distance setting

* Revert "Merge Gernby's Resonant Steering" (#53)

* Revert "Revert auto-distance for 1 bar distance setting"

This reverts commit b7e5fb5.

* Revert "Revert CAMERA_OFFSET to 0.06"

This reverts commit 05cf21d.

* Revert "Merge Gernby's Resonant Steering (#51)"

This reverts commit d35aa19.

* better crowned road centering: learn_angle +/-7

* slightly harder braking when tailgating

* Merge Gernby's Resonant FF steering (#62)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* hopefully proper merge of merged fixes of merge

* fixed an oops for non-bosch hondas

* added steer rate to future state calculation

* added actual acceleration to future projected state

* fixed projected angle error for PIF

* untested ...

* added comments

* Boost kF for pilot by 30%

* x_lead < 7.5 or (x_lead < 17.5 and self.v_rel < 1)

* x_lead < 7.5 or (x_lead < 17.5 and self.v_rel < 0.5)

* if x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

* Boost KF for all

* x_lead < 17.5 and self.v_rel < 0.75

* x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

* more conservative kF for Civics

* Civic kF 0.00003 - Pilot kF 0.000078

* Revert Civic kF values to default

* x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

* Proper alerts on Eon and disable flashing HUD alert when blinkers on or LKAS off (#63)

* Disable steer alert when LKAS off

* Display steering unavailable on Eon when LKAS off

* Revert chime disable in favor of new method

* x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

* logic correction on HUD alert

* blinkers on disables HUD alarm

* Add Manual Steering alert for LKAS Off mode

* Call manual steering alert when LKAS off

* Call blinkers alert when blinkers on

* Add blinkers alert

* Adjust Blinkers alert logic to include LKAS mode

* Fix blinker logic

* Add new steering required alerts to capnp

* Trace LKAS / LDW error

* Disable hud alert when LKAS off or blinkers on

* Disable HUD alerts if LKAS off or blinkers on

* Disable other ACC alert if LKAS off or blinkers on

* Revert testing of steering required alert override

* Disable steer saturate alert if blinkers on or LKAS off

* Disable steer sat alert if LKAS off or blinkers on

* Revert steerSaturated logic

* disable steer limit alert when LKAS off or blinkers on

* Fix Syntax error

* Revert  steerLimit alert disable

* Disable steerSat alert when blinkers on or LKAS off

* Revert stopping distance to default for pedal lurch

* Re-intro 2m stopping distance

* Reduce steerKpV for Civics by 20% for Gernby FF steering

* Reduce kPV for civic v2

* Reduce Civic kP further

* Merge Gernby's latest Feed forward resonant (#68)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* hopefully proper merge of merged fixes of merge

* fixed an oops for non-bosch hondas

* added steer rate to future state calculation

* added actual acceleration to future projected state

* fixed projected angle error for PIF

* untested ...

* added comments

* completely UNtested

* untested merge

* battling shitty git

* git is sucking giant monkey balls

* Trying to figure out what git did...

* still trying to un-git myself

* Finally got it fixed, works awesome!

* Hopefully not corrupted by git

* hopefully fixed white space corruption

* working again, hopefully resolved git issue

* Revert "Implement csouers 67-70% charging to preserve batt"

This reverts commit e3249be.

* Revert "Implement csouers 67-70% charging to preserve batt"

This reverts commit e3249be.

* Prevent lurching from stop with Comma Pedal

* Prevent lurching from stop with Comma Pedal 2

* Dev UI from P Lee

* delete print() statements

* LaC.lateral_error = 1.0 * np.clip.....

* Pedal lurch prevention v4

* Increase 1 bar city tailing distance by 1 m

* More conservative braking in city for 1 and 2 bar distance

* Revert "LaC.lateral_error = 1.0 * np.clip....."

This reverts commit 82b9ff9.

* Pedal lurch prevention v5

* 1 or 2 bar:  more conservative braking

* Revert "Reduce Civic kP further"

This reverts commit af9bb3f.

* Revert "Reduce kPV for civic v2"

This reverts commit 84e25f3.

* Revert "Reduce steerKpV for Civics by 20% for Gernby FF steering"

This reverts commit 083741a.

* Revert "Revert Civic kF values to default"

This reverts commit 2d5ee5e.

* Revert "Civic kF 0.00003 - Pilot kF 0.000078"

This reverts commit c9434f3.

* Revert "more conservative kF for Civics"

This reverts commit 61613c2.

* Revert "Boost KF for all"

This reverts commit 8858f51.

* Revert "Boost kF for pilot by 30%"

This reverts commit d7220b2.

* Revert "Merge Gernby's Resonant FF steering (#62)"

This reverts commit 234e57d.

* Merge with kegman-gernbyFFsteer-latest (#69)

* Honda Pilot PID Tuning

* Adjustable Follow Distance w/HUD (#12)

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* arne's cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* Remove custom btn var line

could be crashing the code when button pressed

* HUD distance lines

* HUD distance lines

* passing CS.CP.readdistancelines

* Hardcode hud object dist_lines var

* Initializes CS.readdistancelines before passing to hud obj

* use integer read_distance_lines instead

* Add HUD_DISTANCE_3 for horizontal HUD bars on dash

* Default to 2 bars follow distance (1.8s)

* Code Cleanup for Distance Adjustment

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

* Auto-distance at surface street speeds

Override short distance setting when slow

Override distance when slow

Override distance if slow

Override distance when slow

Override distance when slow

Increase follow distance when below 60 kph

Lead car and rel. velocity to distance override

Override distance bars

revert

Override and restore dist based on speed and accel

Step up distance when < 40 km/h and restore

Revert

When using 1 bar distance:  Slow the car down earlier and more aggressively  (#18)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Revert "Switch to 1.8s for softer braking"

This reverts commit d53623062ef814509db925fe4e624c3ae8aff1f1.

* Disable OTA update for safety

* Physical LKAS button disables OP steer and shows dashed lines on HUD (#19)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Disable LKAS

* Apply Steer = 0 when user presses LKAS button

* Add Lkas button

* Add LK mode to HUDD data object

* Add Dashed Lanes to HUD

* Adjust HDD object

* return LKAS var in CarState

* Return LK var to CS

* Syntax error fix

* Update carcontroller.py

* testing hud object hardcoded hud_lanes and lkMode

* Restore accidentally deleted steer command

* Update carcontroller.py

* Update carcontroller.py

* Don't show solid lanes if OP steering disabled

* Dashed lines fix during engagement

eliminate steering alert when lkas disabled

lkas button logic cleanup

Reverse the dashed-lane indicator

No steering alert if LKAS disabled

revert Alert - LKAS errors during steer disable

Disable audible alert when steering disabled

Delete CS.aEgo < -0.5 override condition

* Remove chime disable when steering overriden

One bar profile change to 1.8s if < 65 kph

Simplified

chime instead of beep disable for LK override

* Adjust BRAKE_STOPPING_TARGET to 0.25

Keeps the brake pump from going crazy at a stop

* Add relative velocity to auto distance for 1 bar setting (#26)

* CAMERA_OFFSET = 0.08

* Revert Cost_long to comma value of 0.1

* Do not override to 1.8s when accel from stop

* Update logic for override distance bars

* Override distance when < 65kph and v_rel not > 5

* Use rel acceleration to reset to 1 bar

* Use vRel

* Update planner.py

* v_lead - vEgo > 1

* vLead - vEgo = -1

* vLead-vEgo < -1.5

* Cleanup Arne's code for distance

* vLead - vEgo < 1.25

* Back to vLead - vEgo < -1

* Disable OP steering and audio alarm when blinkers on (#28)

* LKAS disable when blinkers are on

* Update carcontroller.py

* Update carcontroller.py

* fix syntax error

* Critical alarm if cruise disengages while braking (#32)

* Update pathplanner.py

* Loud alert in case cruise disables when braking

* re-add if statement on speed for loud alert

* Update interface.py

* increase stopping distance to car by 1.5m

* Increase stopping distance to 2m

* Revert CAMERA_OFFSET to 0.06 (comma default)

* Lane width reduction to 2.85m

* Reduce tailgating for one bar distance at surface street speeds & code cleanup (#43)

* Gernby's Lane width filter fix (#41)

* Fix lane width filtering

* Fixed lane width filtering

* CAMERA_OFFSET = 0.08

* Minimum distance for one bar distance setting

* Don't tailgate at slow speeds with 1 bar distance

* x_lead < 5 only

* x_lead < 5 syntax fix

* self.v_rel < -1 or (x_lead < 10 and self.v_rel >= -1 and self.v_rel < 1)

* Tail gating auto distance change

* x_lead < 7.5 and self.v_rel >= -1 and self.v_rel < 0.2

* self.lastTR > 0 re-adding reinitialization

* Revert "Gernby's Lane width filter fix (#41)"

This reverts commit d081cfd8a05d2eb32e0148d477c806e65662dea7.

* Increase min distance to 10m for auto distance

* Auto distance code cleanup

* Add lead car fast approaching autodistance

* Auto distance Code cleanup

* Don't re-initialize MPC if already initialized

* self.lastTR != instead of >

* Initialize TR = 1.8

* include if statements vs just assigning boolean

* switch to 1 and 0 for TRUE AND FALSE

* Revert "switch to 1 and 0 for TRUE AND FALSE"

This reverts commit 58dcf718cdc3fca636229bf29942669670cb4487.

* Revert "include if statements vs just assigning boolean"

This reverts commit da7b5fa5088d62e78ba57d9e4c01e89160e77b9e.

* Revert "Initialize TR = 1.8"

This reverts commit f9c2571faeb0acaab818bcff146a2a397c0f07ff.

* Initialize TR=1.8 inside override loop

* Cleanup TR assignment for override loop

* Code Cleanup

* Syntax error

* Syntax error

* if statements for autodistance vars

* tr-last assignment indent

* CS.readdistancelines assignment to self.tr_last

* remove else MPC init

* Flatten out elif ladder for autodistance

* Removed shrinking_fast stopping for now

Braking is too sudden with 3 bar distance when radar detects car.  Shrinking gap takes care of this with 2 bar distance.

* Code Cleanup

* Revert CAMERA_OFFSET to Comma default of 0.06

* Merge Gernby's Resonant Steering (#51)

* Learn_angle_steer min max increased to +/-7 degs

* Increase min one bar distance to 12m for autodist

* Merge Gernby's Feed-Forward-Accel-Rate Branch (#49)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* removed Steer Offset because Pilot no likey

* Increase tailgating 1 bar resume to 0.5 m/s

* Gernby's resonant steering v2

* fixed an oops for non-bosch hondas

* CAMERA_OFFSET = 0.08

* More conservative tailgating distance and resume

* More conservative auto-distance for 1 bar setting

* Revert CAMERA_OFFSET to 0.06

* Revert auto-distance for 1 bar distance setting

* Revert "Merge Gernby's Resonant Steering" (#53)

* Revert "Revert auto-distance for 1 bar distance setting"

This reverts commit b7e5fb5.

* Revert "Revert CAMERA_OFFSET to 0.06"

This reverts commit 05cf21d.

* Revert "Merge Gernby's Resonant Steering (#51)"

This reverts commit d35aa19.

* better crowned road centering: learn_angle +/-7

* Implement csouers 67-70% charging to preserve batt

* slightly harder braking when tailgating

* x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

* Proper alerts on Eon and disable flashing HUD alert when blinkers on or LKAS off (#63)

* Disable steer alert when LKAS off

* Display steering unavailable on Eon when LKAS off

* Revert chime disable in favor of new method

* x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

* logic correction on HUD alert

* blinkers on disables HUD alarm

* Add Manual Steering alert for LKAS Off mode

* Call manual steering alert when LKAS off

* Call blinkers alert when blinkers on

* Add blinkers alert

* Adjust Blinkers alert logic to include LKAS mode

* Fix blinker logic

* Add new steering required alerts to capnp

* Trace LKAS / LDW error

* Disable hud alert when LKAS off or blinkers on

* Disable HUD alerts if LKAS off or blinkers on

* Disable other ACC alert if LKAS off or blinkers on

* Revert testing of steering required alert override

* Disable steer saturate alert if blinkers on or LKAS off

* Disable steer sat alert if LKAS off or blinkers on

* Revert steerSaturated logic

* disable steer limit alert when LKAS off or blinkers on

* Fix Syntax error

* Revert  steerLimit alert disable

* Disable steerSat alert when blinkers on or LKAS off

* Revert stopping distance to default for pedal lurch

* Re-intro 2m stopping distance

* x_lead = 6

* Merge Gernby's latest Feed forward resonant (#68)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* hopefully proper merge of merged fixes of merge

* fixed an oops for non-bosch hondas

* added steer rate to future state calculation

* added actual acceleration to future projected state

* fixed projected angle error for PIF

* untested ...

* added comments

* completely UNtested

* untested merge

* battling shitty git

* git is sucking giant monkey balls

* Trying to figure out what git did...

* still trying to un-git myself

* Finally got it fixed, works awesome!

* Hopefully not corrupted by git

* hopefully fixed white space corruption

* working again, hopefully resolved git issue

* Revert "Implement csouers 67-70% charging to preserve batt"

This reverts commit e3249be.

* Revert "Merge with kegman-gernbyFFsteer-latest (#69)"

This reverts commit 99031cf.

* Pedal lurch prevention v6

* Pedal lurch prevention v7

* Revert visiond back to 0.5.6

* Revert to 0.5.6 visiond

* Brake sooner if approaching a car fast

* Pedal lurch prevention v8 - almost there

* Even more conservative braking for 2 and 3 bars

* Pedal lurch prevention v9

* 1 bar and 2 bar tuning

* syntax error 1 bar / 2 bar tuning

* Revert "syntax error 1 bar / 2 bar tuning"

This reverts commit eb4bbe1.

* Revert "1 bar and 2 bar tuning"

This reverts commit 663ece1.

* Revert "Even more conservative braking for 2 and 3 bars"

This reverts commit 4bb4cf9.

* Revert "Brake sooner if approaching a car fast"

This reverts commit 1ff5347.

* Revert "1 or 2 bar:  more conservative braking"

This reverts commit 0959a0b.

* Revert "More conservative braking in city for 1 and 2 bar distance"

This reverts commit dbae46d.

* Pedal lurch prevention v10

* Lurch prevention v11

* BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25

* visiond-wiggly 0.5.4

* visiond 0.5.6

* Fix comma pedal grinding noise when braking

commit 5dd7fb3dbe01c8854eb4784080cf7108fc970cb9
Date:   Wed Dec 19 19:34:55 2018 -0500

    Revert "BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25"

    This reverts commit b0d75c5.

commit f5cec844471cd4eb650450d88e6118ff818d5edb
Date:   Wed Dec 19 19:34:16 2018 -0500

    Revert "BRAKE_STOPPING_TARGET to 0.0"

    This reverts commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a.

commit 1e07b857438aaf983e36f45aa3653ab61aadc17f
Date:   Wed Dec 19 00:38:09 2018 -0500

    Update carstate.py

commit f6b3ba0696f5192167780579a9daa05a39bd30e2
Date:   Wed Dec 19 00:33:54 2018 -0500

    Pedal grind further Code cleanup

commit 0afbcd38396ffd863d963194dda8ddb8e9f2bf02
Date:   Wed Dec 19 00:16:15 2018 -0500

    Pedal Grinding further code cleanup

commit 33b4ce0e38441463846d593861183f96a154e11e
Date:   Tue Dec 18 16:48:03 2018 -0500

    Grinding noise code cleanup

commit f6edcfacd22fe503330adcd0bef2b9aa9a742838
Date:   Tue Dec 18 16:19:25 2018 -0500

    Fix Syntax error

commit 2a74863cf4e6d93e3b390d41fa427243f28ebdfa
Date:   Tue Dec 18 16:12:46 2018 -0500

    Pedal noise mitigation v1

commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a
Date:   Tue Dec 18 10:53:11 2018 -0500

    BRAKE_STOPPING_TARGET to 0.0

* Revert "Fix comma pedal grinding noise when braking"

This reverts commit 454b918.

* Fix Pedal Grinding noise (#70)

* BRAKE_STOPPING_TARGET to 0.0

* Pedal noise mitigation v1

* Fix Syntax error

* Grinding noise code cleanup

* Pedal Grinding further code cleanup

* Pedal grind further Code cleanup

* Update carstate.py

* Revert "BRAKE_STOPPING_TARGET to 0.0"

This reverts commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a.

* Revert "BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25"

This reverts commit b0d75c5.

* Add visiond.057

* Revert "Merge branch 'kegman-devel' of https://github.com/kegman/openpilot into kegman-devel"

This reverts commit 612695b, reversing
changes made to 6531ed2.

* Fix Comma Pedal Grinding sound when braking

commit 5dd7fb3dbe01c8854eb4784080cf7108fc970cb9
Date:   Wed Dec 19 19:34:55 2018 -0500

    Revert "BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25"

    This reverts commit b0d75c5.

commit f5cec844471cd4eb650450d88e6118ff818d5edb
Date:   Wed Dec 19 19:34:16 2018 -0500

    Revert "BRAKE_STOPPING_TARGET to 0.0"

    This reverts commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a.

commit 1e07b857438aaf983e36f45aa3653ab61aadc17f
Date:   Wed Dec 19 00:38:09 2018 -0500

    Update carstate.py

commit f6b3ba0696f5192167780579a9daa05a39bd30e2
Date:   Wed Dec 19 00:33:54 2018 -0500

    Pedal grind further Code cleanup

commit 0afbcd38396ffd863d963194dda8ddb8e9f2bf02
Date:   Wed Dec 19 00:16:15 2018 -0500

    Pedal Grinding further code cleanup

commit 33b4ce0e38441463846d593861183f96a154e11e
Date:   Tue Dec 18 16:48:03 2018 -0500

    Grinding noise code cleanup

commit f6edcfacd22fe503330adcd0bef2b9aa9a742838
Date:   Tue Dec 18 16:19:25 2018 -0500

    Fix Syntax error

commit 2a74863cf4e6d93e3b390d41fa427243f28ebdfa
Date:   Tue Dec 18 16:12:46 2018 -0500

    Pedal noise mitigation v1

commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a
Date:   Tue Dec 18 10:53:11 2018 -0500

    BRAKE_STOPPING_TARGET to 0.0

* Simplified pedal grinding noise fix code

* Grinding noise fix applied only to Honda Pilots

* Indent fix

* self.CP

* Tweak braking for 1 / 2 bar distance and Fix Grinding for Pilot only (#71)

* Tweaks to 1 and 2 bar distance braking

* Code cleanup

* Apply grinding fix for Honda Pilot only

* Indent fix

* self.CP

* Revert "Merge branch 'kegman-gernbyFFsteer-latest' into kegman-devel"

This reverts commit 78fa3e4, reversing
changes made to 0171235.

* Revert "Merge branch 'kegman-devel-pilotFFsteer' into kegman-devel-noFFsteer"

This reverts commit 08f2477, reversing
changes made to 2ccc171.

* 60-70% Battery Limit Charging for longevity

* Increase brightness for Eon and Leon

* Kill video uploader if car is running

* Display set speed in km/h in ACC HUD if metric

* Revert "Display set speed in km/h in ACC HUD if metric"

This reverts commit ca5fcb4.

* Display set speed in km/h in ACC HUD if metric

* Gernby's FF steering PR candidate (#97)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* hopefully proper merge of merged fixes of merge

* fixed an oops for non-bosch hondas

* added steer rate to future state calculation

* added actual acceleration to future projected state

* fixed projected angle error for PIF

* untested ...

* added comments

* completely UNtested

* untested merge

* battling shitty git

* git is sucking giant monkey balls

* Trying to figure out what git did...

* still trying to un-git myself

* Finally got it fixed, works awesome!

* Hopefully not corrupted by git

* hopefully fixed white space corruption

* working again, hopefully resolved git issue

* removed hard-coded actuator delay

* Fixed steer_actuator_delay for pathplanner

* Wiggle vision + resonant FF and error cancellation

* increased projection factor and decreased accel_limit

* enhanced torque logic to use accelerated rate

* added smoothing of mpc delta values

* trying different interpolation logic

* added update to cur_state.delta

* very smooth interpolation between delayed MPC updates

* increased Kf for Pilot

* much better interpolation plus Civic tweaks

* tiny meaningless changes

* Fixed honda interface values

* removed steer_offset from pilot

* Tweaked steer_offset list

* Reverted a couple resonant parameters

Reduced projection_factor and increased accel_limit

* Enabled error correction

* changed Kp for some

* Works great... time to clean it up

* reverted accelerated_angle_rate for pid updates

* reverted visiond

* Increased error correction

* Reverted projection_factor

* fixed projected_angle_steers for future statefixed projected_angle_steers for future state

* Added simplified tuning parameters

* last commit didn't have saved values

* not working ... lane filtering

* added calculated steer rate

* updated toyota carstate

* add dual-mode steer-rate alternating

* reverted toyota carstate change

* enabled auto-selection of steer_rate

* removed extra variable

* untested: cleaning up for PR

* Fixed a cleanup issue

* added comments in carstate

* more cleanup

* not quite ready

* added vibration

* need to test, but I think it's ready

* Update carstate.py

* Add 2019-Insight

* Update README.md

* adding gm support (#103)

* Disable NEOS 8 update

* Update carcontroller.py

* adding gm

* gm

* gm

* Update manager.py

* Update manager.py

* Update interface.py

* Update interface.py

* Update interface.py

* Update manager.py
icmma pushed a commit that referenced this pull request Feb 9, 2019
* Honda Pilot PID Tuning

* Adjustable Follow Distance w/HUD (#12)

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* arne's cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* Remove custom btn var line

could be crashing the code when button pressed

* HUD distance lines

* HUD distance lines

* passing CS.CP.readdistancelines

* Hardcode hud object dist_lines var

* Initializes CS.readdistancelines before passing to hud obj

* use integer read_distance_lines instead

* Add HUD_DISTANCE_3 for horizontal HUD bars on dash

* Default to 2 bars follow distance (1.8s)

* Code Cleanup for Distance Adjustment

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

* Implement csouers 67-70% charging to preserve batt

* Auto-distance at surface street speeds

Override short distance setting when slow

Override distance when slow

Override distance if slow

Override distance when slow

Override distance when slow

Increase follow distance when below 60 kph

Lead car and rel. velocity to distance override

Override distance bars

revert

Override and restore dist based on speed and accel

Step up distance when < 40 km/h and restore

Revert

When using 1 bar distance:  Slow the car down earlier and more aggressively  (#18)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Revert "Switch to 1.8s for softer braking"

This reverts commit d53623062ef814509db925fe4e624c3ae8aff1f1.

* Disable OTA update for safety

* Physical LKAS button disables OP steer and shows dashed lines on HUD (#19)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Disable LKAS

* Apply Steer = 0 when user presses LKAS button

* Add Lkas button

* Add LK mode to HUDD data object

* Add Dashed Lanes to HUD

* Adjust HDD object

* return LKAS var in CarState

* Return LK var to CS

* Syntax error fix

* Update carcontroller.py

* testing hud object hardcoded hud_lanes and lkMode

* Restore accidentally deleted steer command

* Update carcontroller.py

* Update carcontroller.py

* Don't show solid lanes if OP steering disabled

* Dashed lines fix during engagement

eliminate steering alert when lkas disabled

lkas button logic cleanup

Reverse the dashed-lane indicator

No steering alert if LKAS disabled

revert Alert - LKAS errors during steer disable

Disable audible alert when steering disabled

Delete CS.aEgo < -0.5 override condition

* Remove chime disable when steering overriden

One bar profile change to 1.8s if < 65 kph

Simplified

chime instead of beep disable for LK override

* Adjust BRAKE_STOPPING_TARGET to 0.25

Keeps the brake pump from going crazy at a stop

* Add relative velocity to auto distance for 1 bar setting (#26)

* CAMERA_OFFSET = 0.08

* Revert Cost_long to comma value of 0.1

* Do not override to 1.8s when accel from stop

* Update logic for override distance bars

* Override distance when < 65kph and v_rel not > 5

* Use rel acceleration to reset to 1 bar

* Use vRel

* Update planner.py

* v_lead - vEgo > 1

* vLead - vEgo = -1

* vLead-vEgo < -1.5

* Cleanup Arne's code for distance

* vLead - vEgo < 1.25

* Back to vLead - vEgo < -1

* Disable OP steering and audio alarm when blinkers on (#28)

* LKAS disable when blinkers are on

* Update carcontroller.py

* Update carcontroller.py

* fix syntax error

* Critical alarm if cruise disengages while braking (#32)

* Update pathplanner.py

* Loud alert in case cruise disables when braking

* re-add if statement on speed for loud alert

* Update interface.py

* increase stopping distance to car by 1.5m

* Increase stopping distance to 2m

* Revert CAMERA_OFFSET to 0.06 (comma default)

* Lane width reduction to 2.85m

* Reduce tailgating for one bar distance at surface street speeds & code cleanup (#43)

* Gernby's Lane width filter fix (#41)

* Fix lane width filtering

* Fixed lane width filtering

* CAMERA_OFFSET = 0.08

* Minimum distance for one bar distance setting

* Don't tailgate at slow speeds with 1 bar distance

* x_lead < 5 only

* x_lead < 5 syntax fix

* self.v_rel < -1 or (x_lead < 10 and self.v_rel >= -1 and self.v_rel < 1)

* Tail gating auto distance change

* x_lead < 7.5 and self.v_rel >= -1 and self.v_rel < 0.2

* self.lastTR > 0 re-adding reinitialization

* Revert "Gernby's Lane width filter fix (#41)"

This reverts commit d081cfd8a05d2eb32e0148d477c806e65662dea7.

* Increase min distance to 10m for auto distance

* Auto distance code cleanup

* Add lead car fast approaching autodistance

* Auto distance Code cleanup

* Don't re-initialize MPC if already initialized

* self.lastTR != instead of >

* Initialize TR = 1.8

* include if statements vs just assigning boolean

* switch to 1 and 0 for TRUE AND FALSE

* Revert "switch to 1 and 0 for TRUE AND FALSE"

This reverts commit 58dcf718cdc3fca636229bf29942669670cb4487.

* Revert "include if statements vs just assigning boolean"

This reverts commit da7b5fa5088d62e78ba57d9e4c01e89160e77b9e.

* Revert "Initialize TR = 1.8"

This reverts commit f9c2571faeb0acaab818bcff146a2a397c0f07ff.

* Initialize TR=1.8 inside override loop

* Cleanup TR assignment for override loop

* Code Cleanup

* Syntax error

* Syntax error

* if statements for autodistance vars

* tr-last assignment indent

* CS.readdistancelines assignment to self.tr_last

* remove else MPC init

* Flatten out elif ladder for autodistance

* Removed shrinking_fast stopping for now

Braking is too sudden with 3 bar distance when radar detects car.  Shrinking gap takes care of this with 2 bar distance.

* Code Cleanup

* Revert CAMERA_OFFSET to Comma default of 0.06

* Merge Gernby's Resonant Steering (#51)

* Learn_angle_steer min max increased to +/-7 degs

* Increase min one bar distance to 12m for autodist

* Merge Gernby's Feed-Forward-Accel-Rate Branch (#49)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* removed Steer Offset because Pilot no likey

* Increase tailgating 1 bar resume to 0.5 m/s

* Gernby's resonant steering v2

* fixed an oops for non-bosch hondas

* CAMERA_OFFSET = 0.08

* More conservative tailgating distance and resume

* More conservative auto-distance for 1 bar setting

* Revert CAMERA_OFFSET to 0.06

* Revert auto-distance for 1 bar distance setting

* Revert "Merge Gernby's Resonant Steering" (#53)

* Revert "Revert auto-distance for 1 bar distance setting"

This reverts commit b7e5fb5.

* Revert "Revert CAMERA_OFFSET to 0.06"

This reverts commit 05cf21d.

* Revert "Merge Gernby's Resonant Steering (#51)"

This reverts commit d35aa19.

* better crowned road centering: learn_angle +/-7

* slightly harder braking when tailgating

* Merge Gernby's Resonant FF steering (#62)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* hopefully proper merge of merged fixes of merge

* fixed an oops for non-bosch hondas

* added steer rate to future state calculation

* added actual acceleration to future projected state

* fixed projected angle error for PIF

* untested ...

* added comments

* Boost kF for pilot by 30%

* x_lead < 7.5 or (x_lead < 17.5 and self.v_rel < 1)

* x_lead < 7.5 or (x_lead < 17.5 and self.v_rel < 0.5)

* if x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

* Boost KF for all

* x_lead < 17.5 and self.v_rel < 0.75

* x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

* more conservative kF for Civics

* Civic kF 0.00003 - Pilot kF 0.000078

* Revert Civic kF values to default

* x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

* Proper alerts on Eon and disable flashing HUD alert when blinkers on or LKAS off (#63)

* Disable steer alert when LKAS off

* Display steering unavailable on Eon when LKAS off

* Revert chime disable in favor of new method

* x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

* logic correction on HUD alert

* blinkers on disables HUD alarm

* Add Manual Steering alert for LKAS Off mode

* Call manual steering alert when LKAS off

* Call blinkers alert when blinkers on

* Add blinkers alert

* Adjust Blinkers alert logic to include LKAS mode

* Fix blinker logic

* Add new steering required alerts to capnp

* Trace LKAS / LDW error

* Disable hud alert when LKAS off or blinkers on

* Disable HUD alerts if LKAS off or blinkers on

* Disable other ACC alert if LKAS off or blinkers on

* Revert testing of steering required alert override

* Disable steer saturate alert if blinkers on or LKAS off

* Disable steer sat alert if LKAS off or blinkers on

* Revert steerSaturated logic

* disable steer limit alert when LKAS off or blinkers on

* Fix Syntax error

* Revert  steerLimit alert disable

* Disable steerSat alert when blinkers on or LKAS off

* Revert stopping distance to default for pedal lurch

* Re-intro 2m stopping distance

* Reduce steerKpV for Civics by 20% for Gernby FF steering

* Reduce kPV for civic v2

* Reduce Civic kP further

* Merge Gernby's latest Feed forward resonant (#68)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* hopefully proper merge of merged fixes of merge

* fixed an oops for non-bosch hondas

* added steer rate to future state calculation

* added actual acceleration to future projected state

* fixed projected angle error for PIF

* untested ...

* added comments

* completely UNtested

* untested merge

* battling shitty git

* git is sucking giant monkey balls

* Trying to figure out what git did...

* still trying to un-git myself

* Finally got it fixed, works awesome!

* Hopefully not corrupted by git

* hopefully fixed white space corruption

* working again, hopefully resolved git issue

* Revert "Implement csouers 67-70% charging to preserve batt"

This reverts commit e3249be.

* Revert "Implement csouers 67-70% charging to preserve batt"

This reverts commit e3249be.

* Prevent lurching from stop with Comma Pedal

* Prevent lurching from stop with Comma Pedal 2

* Dev UI from P Lee

* delete print() statements

* LaC.lateral_error = 1.0 * np.clip.....

* Pedal lurch prevention v4

* Increase 1 bar city tailing distance by 1 m

* More conservative braking in city for 1 and 2 bar distance

* Revert "LaC.lateral_error = 1.0 * np.clip....."

This reverts commit 82b9ff9.

* Pedal lurch prevention v5

* 1 or 2 bar:  more conservative braking

* Revert "Reduce Civic kP further"

This reverts commit af9bb3f.

* Revert "Reduce kPV for civic v2"

This reverts commit 84e25f3.

* Revert "Reduce steerKpV for Civics by 20% for Gernby FF steering"

This reverts commit 083741a.

* Revert "Revert Civic kF values to default"

This reverts commit 2d5ee5e.

* Revert "Civic kF 0.00003 - Pilot kF 0.000078"

This reverts commit c9434f3.

* Revert "more conservative kF for Civics"

This reverts commit 61613c2.

* Revert "Boost KF for all"

This reverts commit 8858f51.

* Revert "Boost kF for pilot by 30%"

This reverts commit d7220b2.

* Revert "Merge Gernby's Resonant FF steering (#62)"

This reverts commit 234e57d.

* Merge with kegman-gernbyFFsteer-latest (#69)

* Honda Pilot PID Tuning

* Adjustable Follow Distance w/HUD (#12)

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* arne's cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* TR

* remove readdistancelines - causes boot error

* copying cereal

* HUD distance lines display

* capnpp add

* revert

* revert

* Set ACC HUD to KPH

* Test - set HUD_ACC distance line to 2

* revert cruise_kph

LKAS error

* Remove custom btn var line

could be crashing the code when button pressed

* HUD distance lines

* HUD distance lines

* passing CS.CP.readdistancelines

* Hardcode hud object dist_lines var

* Initializes CS.readdistancelines before passing to hud obj

* use integer read_distance_lines instead

* Add HUD_DISTANCE_3 for horizontal HUD bars on dash

* Default to 2 bars follow distance (1.8s)

* Code Cleanup for Distance Adjustment

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

Cleanup

* Auto-distance at surface street speeds

Override short distance setting when slow

Override distance when slow

Override distance if slow

Override distance when slow

Override distance when slow

Increase follow distance when below 60 kph

Lead car and rel. velocity to distance override

Override distance bars

revert

Override and restore dist based on speed and accel

Step up distance when < 40 km/h and restore

Revert

When using 1 bar distance:  Slow the car down earlier and more aggressively  (#18)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Revert "Switch to 1.8s for softer braking"

This reverts commit d53623062ef814509db925fe4e624c3ae8aff1f1.

* Disable OTA update for safety

* Physical LKAS button disables OP steer and shows dashed lines on HUD (#19)

* Change one bar braking profile to 3 bars

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* Update planner.py

* fake lead car vars

* fake lead vars

* Auto Distance Bar Working - tuning values

* Logging to log.txt

* Override hysteresis for one bar follow

* Only set override when decelerating

* syntax error fix for override flag

* Switch to 1.8s for softer braking

* Disable LKAS

* Apply Steer = 0 when user presses LKAS button

* Add Lkas button

* Add LK mode to HUDD data object

* Add Dashed Lanes to HUD

* Adjust HDD object

* return LKAS var in CarState

* Return LK var to CS

* Syntax error fix

* Update carcontroller.py

* testing hud object hardcoded hud_lanes and lkMode

* Restore accidentally deleted steer command

* Update carcontroller.py

* Update carcontroller.py

* Don't show solid lanes if OP steering disabled

* Dashed lines fix during engagement

eliminate steering alert when lkas disabled

lkas button logic cleanup

Reverse the dashed-lane indicator

No steering alert if LKAS disabled

revert Alert - LKAS errors during steer disable

Disable audible alert when steering disabled

Delete CS.aEgo < -0.5 override condition

* Remove chime disable when steering overriden

One bar profile change to 1.8s if < 65 kph

Simplified

chime instead of beep disable for LK override

* Adjust BRAKE_STOPPING_TARGET to 0.25

Keeps the brake pump from going crazy at a stop

* Add relative velocity to auto distance for 1 bar setting (#26)

* CAMERA_OFFSET = 0.08

* Revert Cost_long to comma value of 0.1

* Do not override to 1.8s when accel from stop

* Update logic for override distance bars

* Override distance when < 65kph and v_rel not > 5

* Use rel acceleration to reset to 1 bar

* Use vRel

* Update planner.py

* v_lead - vEgo > 1

* vLead - vEgo = -1

* vLead-vEgo < -1.5

* Cleanup Arne's code for distance

* vLead - vEgo < 1.25

* Back to vLead - vEgo < -1

* Disable OP steering and audio alarm when blinkers on (#28)

* LKAS disable when blinkers are on

* Update carcontroller.py

* Update carcontroller.py

* fix syntax error

* Critical alarm if cruise disengages while braking (#32)

* Update pathplanner.py

* Loud alert in case cruise disables when braking

* re-add if statement on speed for loud alert

* Update interface.py

* increase stopping distance to car by 1.5m

* Increase stopping distance to 2m

* Revert CAMERA_OFFSET to 0.06 (comma default)

* Lane width reduction to 2.85m

* Reduce tailgating for one bar distance at surface street speeds & code cleanup (#43)

* Gernby's Lane width filter fix (#41)

* Fix lane width filtering

* Fixed lane width filtering

* CAMERA_OFFSET = 0.08

* Minimum distance for one bar distance setting

* Don't tailgate at slow speeds with 1 bar distance

* x_lead < 5 only

* x_lead < 5 syntax fix

* self.v_rel < -1 or (x_lead < 10 and self.v_rel >= -1 and self.v_rel < 1)

* Tail gating auto distance change

* x_lead < 7.5 and self.v_rel >= -1 and self.v_rel < 0.2

* self.lastTR > 0 re-adding reinitialization

* Revert "Gernby's Lane width filter fix (#41)"

This reverts commit d081cfd8a05d2eb32e0148d477c806e65662dea7.

* Increase min distance to 10m for auto distance

* Auto distance code cleanup

* Add lead car fast approaching autodistance

* Auto distance Code cleanup

* Don't re-initialize MPC if already initialized

* self.lastTR != instead of >

* Initialize TR = 1.8

* include if statements vs just assigning boolean

* switch to 1 and 0 for TRUE AND FALSE

* Revert "switch to 1 and 0 for TRUE AND FALSE"

This reverts commit 58dcf718cdc3fca636229bf29942669670cb4487.

* Revert "include if statements vs just assigning boolean"

This reverts commit da7b5fa5088d62e78ba57d9e4c01e89160e77b9e.

* Revert "Initialize TR = 1.8"

This reverts commit f9c2571faeb0acaab818bcff146a2a397c0f07ff.

* Initialize TR=1.8 inside override loop

* Cleanup TR assignment for override loop

* Code Cleanup

* Syntax error

* Syntax error

* if statements for autodistance vars

* tr-last assignment indent

* CS.readdistancelines assignment to self.tr_last

* remove else MPC init

* Flatten out elif ladder for autodistance

* Removed shrinking_fast stopping for now

Braking is too sudden with 3 bar distance when radar detects car.  Shrinking gap takes care of this with 2 bar distance.

* Code Cleanup

* Revert CAMERA_OFFSET to Comma default of 0.06

* Merge Gernby's Resonant Steering (#51)

* Learn_angle_steer min max increased to +/-7 degs

* Increase min one bar distance to 12m for autodist

* Merge Gernby's Feed-Forward-Accel-Rate Branch (#49)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* removed Steer Offset because Pilot no likey

* Increase tailgating 1 bar resume to 0.5 m/s

* Gernby's resonant steering v2

* fixed an oops for non-bosch hondas

* CAMERA_OFFSET = 0.08

* More conservative tailgating distance and resume

* More conservative auto-distance for 1 bar setting

* Revert CAMERA_OFFSET to 0.06

* Revert auto-distance for 1 bar distance setting

* Revert "Merge Gernby's Resonant Steering" (#53)

* Revert "Revert auto-distance for 1 bar distance setting"

This reverts commit b7e5fb5.

* Revert "Revert CAMERA_OFFSET to 0.06"

This reverts commit 05cf21d.

* Revert "Merge Gernby's Resonant Steering (#51)"

This reverts commit d35aa19.

* better crowned road centering: learn_angle +/-7

* Implement csouers 67-70% charging to preserve batt

* slightly harder braking when tailgating

* x_lead < 5 or (x_lead < 17.5 and self.v_rel < 0.5)

* Proper alerts on Eon and disable flashing HUD alert when blinkers on or LKAS off (#63)

* Disable steer alert when LKAS off

* Display steering unavailable on Eon when LKAS off

* Revert chime disable in favor of new method

* x_lead < 6 or (x_lead < 17.5 and self.v_rel < 0.5)

* logic correction on HUD alert

* blinkers on disables HUD alarm

* Add Manual Steering alert for LKAS Off mode

* Call manual steering alert when LKAS off

* Call blinkers alert when blinkers on

* Add blinkers alert

* Adjust Blinkers alert logic to include LKAS mode

* Fix blinker logic

* Add new steering required alerts to capnp

* Trace LKAS / LDW error

* Disable hud alert when LKAS off or blinkers on

* Disable HUD alerts if LKAS off or blinkers on

* Disable other ACC alert if LKAS off or blinkers on

* Revert testing of steering required alert override

* Disable steer saturate alert if blinkers on or LKAS off

* Disable steer sat alert if LKAS off or blinkers on

* Revert steerSaturated logic

* disable steer limit alert when LKAS off or blinkers on

* Fix Syntax error

* Revert  steerLimit alert disable

* Disable steerSat alert when blinkers on or LKAS off

* Revert stopping distance to default for pedal lurch

* Re-intro 2m stopping distance

* x_lead = 6

* Merge Gernby's latest Feed forward resonant (#68)

* Fixed feed-forward to consider steer_offset

* fixed a small oops on types

* Testing strategies for zero-crossing

* Moved angle stat collection to latcontrol.py

* First version that runs

* added outbound interface for feed-forward table

* First working

* Added more metrics

* Adjusted parameter timing

* performance tweaks

* Cleanup

* untested tweaks

* minor tweaks

* many untested changes

* going the other way with some things...

* Best yet

* cleaned up personalized "stuff"

* more cleanup for general use

* untested: minor adjustment to further reduce noise

* Fixed defect in desired angle interpolation

* some cleanup

* reverted change to Ki

* Reverted changes to manager.py

* Added steering rate consideration to latcontrol

* cleaned up for PR

* Fixed merge

* Testing approach when desired angle close to actual

* trying rate-based feed-forward

* added self-tuning parms for rate and angle FF

* fixed trim logic, and persisted to flash

* working amazingly well

* decreased time lapse for angle-based FF adjust

* many tweaks, self-tuning is a bitch

* simulteneous dual mode feedforward working very well

* added angular accelleration limit

* added super awesome angular accel limit

* non-specific save

* switching directions again

* oops

* ugly code with amazing results

* awesome, but untested after some cleanup

* more cleanup

* cleanup of the cleanup?  Need to test

* works amazingly well ... big O face

* cleanup

* I wish git was batter for cleanup

* hopefully proper merge of merged fixes of merge

* fixed an oops for non-bosch hondas

* added steer rate to future state calculation

* added actual acceleration to future projected state

* fixed projected angle error for PIF

* untested ...

* added comments

* completely UNtested

* untested merge

* battling shitty git

* git is sucking giant monkey balls

* Trying to figure out what git did...

* still trying to un-git myself

* Finally got it fixed, works awesome!

* Hopefully not corrupted by git

* hopefully fixed white space corruption

* working again, hopefully resolved git issue

* Revert "Implement csouers 67-70% charging to preserve batt"

This reverts commit e3249be.

* Revert "Merge with kegman-gernbyFFsteer-latest (#69)"

This reverts commit 99031cf.

* Pedal lurch prevention v6

* Pedal lurch prevention v7

* Revert visiond back to 0.5.6

* Revert to 0.5.6 visiond

* Brake sooner if approaching a car fast

* Pedal lurch prevention v8 - almost there

* Even more conservative braking for 2 and 3 bars

* Pedal lurch prevention v9

* 1 bar and 2 bar tuning

* syntax error 1 bar / 2 bar tuning

* Revert "syntax error 1 bar / 2 bar tuning"

This reverts commit eb4bbe1.

* Revert "1 bar and 2 bar tuning"

This reverts commit 663ece1.

* Revert "Even more conservative braking for 2 and 3 bars"

This reverts commit 4bb4cf9.

* Revert "Brake sooner if approaching a car fast"

This reverts commit 1ff5347.

* Revert "1 or 2 bar:  more conservative braking"

This reverts commit 0959a0b.

* Revert "More conservative braking in city for 1 and 2 bar distance"

This reverts commit dbae46d.

* Pedal lurch prevention v10

* Lurch prevention v11

* BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25

* visiond-wiggly 0.5.4

* visiond 0.5.6

* Fix comma pedal grinding noise when braking

commit 5dd7fb3dbe01c8854eb4784080cf7108fc970cb9
Date:   Wed Dec 19 19:34:55 2018 -0500

    Revert "BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25"

    This reverts commit b0d75c5.

commit f5cec844471cd4eb650450d88e6118ff818d5edb
Date:   Wed Dec 19 19:34:16 2018 -0500

    Revert "BRAKE_STOPPING_TARGET to 0.0"

    This reverts commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a.

commit 1e07b857438aaf983e36f45aa3653ab61aadc17f
Date:   Wed Dec 19 00:38:09 2018 -0500

    Update carstate.py

commit f6b3ba0696f5192167780579a9daa05a39bd30e2
Date:   Wed Dec 19 00:33:54 2018 -0500

    Pedal grind further Code cleanup

commit 0afbcd38396ffd863d963194dda8ddb8e9f2bf02
Date:   Wed Dec 19 00:16:15 2018 -0500

    Pedal Grinding further code cleanup

commit 33b4ce0e38441463846d593861183f96a154e11e
Date:   Tue Dec 18 16:48:03 2018 -0500

    Grinding noise code cleanup

commit f6edcfacd22fe503330adcd0bef2b9aa9a742838
Date:   Tue Dec 18 16:19:25 2018 -0500

    Fix Syntax error

commit 2a74863cf4e6d93e3b390d41fa427243f28ebdfa
Date:   Tue Dec 18 16:12:46 2018 -0500

    Pedal noise mitigation v1

commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a
Date:   Tue Dec 18 10:53:11 2018 -0500

    BRAKE_STOPPING_TARGET to 0.0

* Revert "Fix comma pedal grinding noise when braking"

This reverts commit 454b918.

* Fix Pedal Grinding noise (#70)

* BRAKE_STOPPING_TARGET to 0.0

* Pedal noise mitigation v1

* Fix Syntax error

* Grinding noise code cleanup

* Pedal Grinding further code cleanup

* Pedal grind further Code cleanup

* Update carstate.py

* Revert "BRAKE_STOPPING_TARGET to 0.0"

This reverts commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a.

* Revert "BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25"

This reverts commit b0d75c5.

* Add visiond.057

* Revert "Merge branch 'kegman-devel' of https://github.com/kegman/openpilot into kegman-devel"

This reverts commit 612695b, reversing
changes made to 6531ed2.

* Fix Comma Pedal Grinding sound when braking

commit 5dd7fb3dbe01c8854eb4784080cf7108fc970cb9
Date:   Wed Dec 19 19:34:55 2018 -0500

    Revert "BRAKE_STOPPING_TARGET reduced to 0.1 from 0.25"

    This reverts commit b0d75c5.

commit f5cec844471cd4eb650450d88e6118ff818d5edb
Date:   Wed Dec 19 19:34:16 2018 -0500

    Revert "BRAKE_STOPPING_TARGET to 0.0"

    This reverts commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a.

commit 1e07b857438aaf983e36f45aa3653ab61aadc17f
Date:   Wed Dec 19 00:38:09 2018 -0500

    Update carstate.py

commit f6b3ba0696f5192167780579a9daa05a39bd30e2
Date:   Wed Dec 19 00:33:54 2018 -0500

    Pedal grind further Code cleanup

commit 0afbcd38396ffd863d963194dda8ddb8e9f2bf02
Date:   Wed Dec 19 00:16:15 2018 -0500

    Pedal Grinding further code cleanup

commit 33b4ce0e38441463846d593861183f96a154e11e
Date:   Tue Dec 18 16:48:03 2018 -0500

    Grinding noise code cleanup

commit f6edcfacd22fe503330adcd0bef2b9aa9a742838
Date:   Tue Dec 18 16:19:25 2018 -0500

    Fix Syntax error

commit 2a74863cf4e6d93e3b390d41fa427243f28ebdfa
Date:   Tue Dec 18 16:12:46 2018 -0500

    Pedal noise mitigation v1

commit 7a6b3a67826dd1fd5b942b06eb7c1d15b0f3c23a
Date:   Tue Dec 18 10:53:11 2018 -0500

    BRAKE_STOPPING_TARGET to 0.0

* Simplified pedal grinding noise fix code

* Grinding noise fix applied only to Honda Pilots

* Indent fix

* self.CP

* Tweak braking for 1 / 2 bar distance and Fix Grinding for Pilot only (#71)

* Tweaks to 1 and 2 bar distance braking

* Code cleanup

* Apply grinding fix for Honda Pilot only

* Indent fix

* self.CP

* Revert "Merge branch 'kegman-gernbyFFsteer-latest' into kegman-devel"

This reverts commit 78fa3e4, reversing
changes made to 0171235.
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.

2 participants