MIN_LATERAL_CONTROL_SPEED = 0.0 # m/s
This commit is contained in:
parent
924ee12ab0
commit
620634167a
@ -1,9 +1,8 @@
|
||||
Version 0.9.7 (2024-XX-XX)
|
||||
========================
|
||||
* New driving model
|
||||
* Adjust driving personality with the follow distance button
|
||||
* Support for hybrid variants of supported Ford models
|
||||
|
||||
* 汉化UI
|
||||
mazda 优化
|
||||
机械小鸽 修改
|
||||
Version 0.9.6 (2024-02-27)
|
||||
========================
|
||||
* New driving model
|
||||
|
@ -3,7 +3,7 @@ from abc import abstractmethod, ABC
|
||||
from openpilot.common.numpy_fast import clip
|
||||
from openpilot.common.realtime import DT_CTRL
|
||||
|
||||
MIN_LATERAL_CONTROL_SPEED = 0.3 # m/s
|
||||
MIN_LATERAL_CONTROL_SPEED = 0.0 # m/s
|
||||
|
||||
|
||||
class LatControl(ABC):
|
||||
|
Loading…
x
Reference in New Issue
Block a user