adding the flag correctly
This commit is contained in:
parent
413737887f
commit
092d3d7898
|
@ -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