mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-08 10:44:34 +08:00
[Temp] Adjust DASR
This commit is contained in:
@@ -19,8 +19,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
# Dynamic accel slew rate - how fast accel bounds can change per frame
|
# Dynamic accel slew rate - how fast accel bounds can change per frame
|
||||||
SLEW_RATE_BP = [11.12, 16.67] # m/s (~40-60 km/h)
|
SLEW_RATE_BP = [5.56, 11.12, 16.67] # m/s (~40-60 km/h)
|
||||||
SLEW_RATE_V = [0.10, 0.05] # faster response at lower speeds, smoother at highway
|
SLEW_RATE_V = [0.15, 0.10, 0.05] # faster response at lower speeds, smoother at highway
|
||||||
|
|
||||||
|
|
||||||
class DASR:
|
class DASR:
|
||||||
|
|||||||
Reference in New Issue
Block a user