Fixed crucial production bug !!!!11111eleven

This commit is contained in:
PythonGame 2023-06-29 12:37:50 +00:00
parent 48e2ea0ac3
commit abdc2cc736

View File

@ -274,7 +274,7 @@ def main(args=None):
sim = Sim()
rclpy.spin(sim)
pub.destroy_node()
sim.destroy_node()
rclpy.shutdown()
if __name__ == '__main__':