gaoxiang12 / slam_in_autonomous_driving

《自动驾驶中的SLAM技术》对应开源代码
1.76k stars 430 forks source link

use docker #150

Closed yuafowo closed 2 months ago

yuafowo commented 2 months ago

cd ./thirdparty/g2o mkdir build cd build cmake .. make -j8

new add : make install

cd /sad mkdir build cd build cmake .. make -j8