Demonstration of algorithms for robotics.
- CMake
- Eigen3
- Ceres Solver
- Matplot++
Launch Docker with the following command:
bash docker_bringup.sh
build
bash build.sh
clean build
bash clean_build.sh
Optimization of point cloud using Lie algebra.
Using self created Gauss-Newton method and Ceres Solver for optimization.
Pure matching between 3D point clouds.
Matching a point cloud with a line segment on a 2D plane.