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

Error on roslaunch #271

Closed
ManChrys opened this issue Jul 26, 2021 · 3 comments
Closed

Error on roslaunch #271

ManChrys opened this issue Jul 26, 2021 · 3 comments

Comments

@ManChrys
Copy link

ManChrys commented Jul 26, 2021

Hello guys,

i just install the repo and when im running the launch file i have the following errors.
They rolling non stop until i Ctrl+C.

Screenshot from 2021-07-26 15-28-06

Screenshot from 2021-07-26 15-28-03

@gchbharath
Copy link

sudo apt-get install libparmetis-dev

@ManChrys
Copy link
Author

geo@geo:~$ sudo apt-get install libparmetis-dev
[sudo] password for geo:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libparmetis-dev is already the newest version (4.0.3-5).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

@ManChrys
Copy link
Author

SOLUTION!

just delete every gtsam file ( i had 2 versions)

and make a clean install

gtsam (Georgia Tech Smoothing and Mapping library)

wget -O ~/Downloads/gtsam.zip https://github.com/borglab/gtsam/archive/4.0.2.zip
cd ~/Downloads/ && unzip gtsam.zip -d ~/Downloads/
cd ~/Downloads/gtsam-4.0.2/
mkdir build && cd build
cmake -DGTSAM_BUILD_WITH_MARCH_NATIVE=OFF ..
sudo make install -j8

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