MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / done

Method done

PythonAPI/carla/agents/navigation/basic_agent.py:126–131  ·  view source on GitHub ↗

Check whether the agent has reached its destination. :return bool

(self)

Source from the content-addressed store, hash-verified

124 return control
125
126 def done(self):
127 """
128 Check whether the agent has reached its destination.
129 :return bool
130 """
131 return self._local_planner.done()

Callers 5

VbFunction · 0.45
XbFunction · 0.45
main.jsFile · 0.45
getScriptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected