MCPcopy 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
187def main(args=None):
188 parser = argparse.ArgumentParser()

Callers 8

mainFunction · 0.95
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
publishFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

_stop_allMethod · 0.95

Tested by

no test coverage detected