Merge pull request #1602 from carla-simulator/local_planner_debug_flag
Adding the flag correctly
This commit is contained in:
commit
c3231d01f2
|
@ -119,6 +119,6 @@ class BasicAgent(Agent):
|
|||
else:
|
||||
self._state = AgentState.NAVIGATING
|
||||
# standard local planner behavior
|
||||
control = self._local_planner.run_step()
|
||||
control = self._local_planner.run_step(debug=debug)
|
||||
|
||||
return control
|
||||
|
|
Loading…
Reference in New Issue