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

Added Executables and fixed include error #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kaapeine
Copy link

I faced a lot of issues trying to build this project. The main executables are missing from the CMake file for some reason, and one of the libraries was missing. One of the src files needed an include to be modified as well. The Issues helped me a lot, and I hope this PR helps other people trying to get this package up and running. I was able to run the calibration procedure on the example rosbag provided.

@Kaapeine
Copy link
Author

This fixes another import error.

sudo mv /usr/include/flann/ext/lz4.h /usr/include/flann/ext/lz4.h.bak
sudo mv /usr/include/flann/ext/lz4hc.h /usr/include/flann/ext/lz4.h.bak

sudo ln -s /usr/include/lz4.h /usr/include/flann/ext/lz4.h
sudo ln -s /usr/include/lz4hc.h /usr/include/flann/ext/lz4hc.h

@chinitaberrio
Copy link

This is great @Kaapeine, Thanks!

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

Successfully merging this pull request may close these issues.

2 participants