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
Hi,thanks for your great work, when I run roslaunch localization_bag_play.launch, got segment fault. I debug localiziation_node with CLion ,segment fault locates at g2o::ParameterSE3Offset* zero_offset = new g2o::ParameterSE3Offset in localization.cpp. My ros environment is Melodic.Looking forward to your reply
The text was updated successfully, but these errors were encountered:
Hi, this repo was only tested on Kinetic. the segment fault might be because of new versions of ROS or G2O.
Please make sure you install the correct version of G2O:
git clone https://github.com/RainerKuemmerle/g2o
cd g2o ; git checkout deafc01ee8315b9405351fb145238c5d62f82dc7
mkdir build ;cd build
cmake .. ; make -j4
sudo make install
Hi,thanks for your great work, when I run roslaunch localization_bag_play.launch, got segment fault. I debug localiziation_node with CLion ,segment fault locates at g2o::ParameterSE3Offset* zero_offset = new g2o::ParameterSE3Offset in localization.cpp. My ros environment is Melodic.Looking forward to your reply
The text was updated successfully, but these errors were encountered: