mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-03 14:43:48 +08:00
Fix unit test for v cruise helper
This commit is contained in:
@@ -59,7 +59,7 @@ class TestVCruiseHelper:
|
||||
|
||||
def enable(self, v_ego, experimental_mode):
|
||||
# Simulates user pressing set with a current speed
|
||||
self.v_cruise_helper.initialize_v_cruise(car.CarState(vEgo=v_ego), experimental_mode)
|
||||
self.v_cruise_helper.initialize_v_cruise(car.CarState(vEgo=v_ego), experimental_mode, False)
|
||||
|
||||
def test_adjust_speed(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user