Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/DriveAdapter
/ __del__
Method
__del__
agents/navigation/local_planner.py:81–84 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
self._init_controller(opt_dict)
80
81
def
__del__(self):
82
if
self._vehicle:
83
self._vehicle.destroy()
84
print(
"Destroying ego-vehicle!"
)
85
86
def
reset_vehicle(self):
87
self._vehicle = None
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected