Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segment fault #4

Open
JasonSun623 opened this issue Dec 5, 2022 · 1 comment
Open

segment fault #4

JasonSun623 opened this issue Dec 5, 2022 · 1 comment

Comments

@JasonSun623
Copy link

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

@wang-chen
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants