This is a c++ implementation based on strasdat/Sophus. The solvers' cpp files are in the test/ceres/ directory.
- Eigen 3.3.4
- Google ceres 2.0.0
Assume the current directory is the root of this repository.
Compile
$ chmod +x ./scripts/run_cpp_tests.sh
$ ./scripts/run_cpp_tests.sh
Run
$ chmod +x ./scripts/run_robust_pcl_reconstruction_example_cauchy_two_EM.sh
$ ./scripts/run_robust_pcl_reconstruction_example_cauchy_two_EM.sh
- ccache may not be installed by default. Simply install it.
$ sudo apt-get install ccache
Thanks for the open source code: RobustPCLReconstruction!