We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f6eb2 commit 800180eCopy full SHA for 800180e
mocha_core/mocha_core/mocha.py
@@ -216,10 +216,6 @@ def main(args=None):
216
except Exception as e:
217
print(f"Exception: {e}")
218
mocha.shutdown(f"Exception: {e}")
219
- finally:
220
- # Clean up node and ROS2 from main thread (safe)
221
- mocha.destroy_node()
222
- rclpy.shutdown()
223
224
if __name__ == "__main__":
225
main()
mocha_core/mocha_core/translator.py
@@ -149,10 +149,6 @@ def main(args=None):
149
print("Keyboard Interrupt")
150
151
152
153
154
- translator_node.destroy_node()
155
156
157
158
0 commit comments