-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ros unit tests #56
base: master
Are you sure you want to change the base?
Conversation
…ture/ros_unit_tests
…ture/ros_unit_tests
I pulled as many of the testPipeline.cpp tests from Kimera-VIO as I could without modifying the underlying code. I was only able to get 6/16 working with the RosbagDataProvider, as it does not have a sequential mode and does not shut itself down. See this issue for more details. |
I'm going to put test development on the backburner for now. I think the testing infrastructure used here is useful enough to merit merging into master. I could see an argument for not merging until the test suite is complete, but that may be a while. |
…ture/ros_unit_tests * 'master' of github.com:MIT-SPARK/Kimera-VIO-ROS: (35 commits) Deprecate Kitti support Separate spin into parallelSpin and sequentialSpin Require ctrl+c from user instead of autoShutdown Minor Add mesh rviz viz as dependency Use /home/tonirv in kimera_vio_eval Update tf to rosbag scripts Update write tf rosbags Add bash file for writing tfs to rosbags in batch Simplify and update add_tfs WIP writer of csvs poses to rosbags Wrong function name Adapt launch file: log gt to csv directly from rosbag if offline (instead of gt_logger) Add gt_logging in rosbag parser Add script for traj csv gen Make gt init in offline + parallel work Update RVIZ config for tesse Add ros offline + parallel = super fast Refactor launch file Add missing include file for IDE ...
Adding unit tests for all classes