ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi @pieeer1, try the following:
(Re)-Install libsuitparse:
sudo apt-get install libsuitesparse-dev
(Re)-Compiling g2o:
cd g2o/build/ cmake .. make
Install
sudo make install
I saw a similar error here