You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/strasdat/Sophus.git
git checkout a621ff
vim sophus/so2.cpp
change line 32 and 33 to unit_complex_ = std::complex<double>(1,0);
mkdir build
cd build
cmake ..
make