Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UniflexAI/tinynav
/ destroy_node
Method
destroy_node
tool/ros2_node_manager.py:183–185 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
181
self.state_pub.publish(String(data=self.state))
182
183
def
destroy_node(self):
184
self._stop_all()
185
super().destroy_node()
186
187
def
main(args=None):
188
parser = argparse.ArgumentParser()
Callers
8
main
Function · 0.95
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
publish
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
_stop_all
Method · 0.95
Tested by
no test coverage detected