def main(): store_data = StoreData() rospy.init_node('store_data', anonymous=True) try: rospy.spin() except KeyboardInterrupt: print("Shutting down")