Skip to content

Added Executables and fixed include error#16

Open
Kaapeine wants to merge 1 commit intounmannedlab:mainfrom
Kaapeine:main
Open

Added Executables and fixed include error#16
Kaapeine wants to merge 1 commit intounmannedlab:mainfrom
Kaapeine:main

Conversation

@Kaapeine
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

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