MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / done

Method done

agents/navigation/basic_agent.py:123–128  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

run_stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected