Hand-eye calibration from point clouds
sudo apt-get install g++ cmake cmake-curses-gui libgoogle-glog-dev libeigen3-dev ninja-build python3-pip
wget http://ceres-solver.org/ceres-solver-1.14.0.tar.gz
tar -xf ceres-solver-1.14.0.tar.gz
mkdir -p ceres-solver-1.14.0/build
cd ceres-solver-1.14.0/build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF ..
cmake --build .
cmake --build . --target install
git clone https://github.com/tingelst/eris-calibration.git
pip3 install eris-calibration