Skip to content

Commit 67e0708

Browse files
committed
update
1 parent 789d36e commit 67e0708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEMstack/onboard/planning/stanley.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def update(self, vehicle: VehicleState, trajectory: Trajectory):
306306
self.stanley.set_path(trajectory)
307307

308308
# TODO
309-
reverse = True
309+
reverse = False
310310
# reverse = some_function_here()
311311
accel, f_delta = self.stanley.compute(vehicle, self, reverse)
312312

0 commit comments

Comments
 (0)