At a glance, the plan is to: - [ ] Move most of the logic in [estimator_node](https://github.com/TanPinDa/VINS-Mono/blob/master/vins_estimator/src/estimator_node.cpp) into [estimator.cpp](https://github.com/TanPinDa/VINS-Mono/blob/master/vins_estimator/src/estimator.cpp) - [ ] Move the publishing in [estimator_publisher](https://github.com/TanPinDa/VINS-Mono/blob/master/vins_estimator/src/utility/visualization.cpp) to the ROS observer - [ ] Move the publishing abd subscribing in [estimator_node](https://github.com/TanPinDa/VINS-Mono/blob/master/vins_estimator/src/estimator_node.cpp) to the ros observer -