Aggressive acceleration when following a lead
Added toggle to make the acceleration more aggressive when following a lead.
This commit is contained in:
@@ -75,3 +75,4 @@ class FrogPilotPlanner:
|
||||
longitudinal_tune = params.get_bool("LongitudinalTune")
|
||||
self.acceleration_profile = params.get_int("AccelerationProfile") if longitudinal_tune else 0
|
||||
self.deceleration_profile = params.get_int("DecelerationProfile") if longitudinal_tune else 0
|
||||
self.aggressive_acceleration = longitudinal_tune and params.get_bool("AggressiveAcceleration")
|
||||
|
||||
Reference in New Issue
Block a user