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

Installation - Irrlicht #3

Open
Felix-Tr opened this issue Nov 16, 2021 · 4 comments
Open

Installation - Irrlicht #3

Felix-Tr opened this issue Nov 16, 2021 · 4 comments

Comments

@Felix-Tr
Copy link

After compiling Irrlicht, I had another two small debugging steps before I was able to run it succesfully:

  1. In cmake/FindIrrlicht.cmake I had to add the Linux subdirectory because Cmake apparently doesn't check the subdirectories:
FIND_LIBRARY(IRRLICHT_LIBRARY NAMES Irrlicht
   PATHS $ENV{IRRDIR}/lib/Linux
)
  1. When testing the Irrlicht Installation I was missing the following library:

sudo apt-get install libxxf86vm-dev

Maybe this helps someone setting everything up, I was able to run it with:

20.04.2-Ubuntu
ros noetic
opencv 4.2
irrlicht-1.6.1

@snowman-maker
Copy link

I have been stuck for several days,THANK YOU!

@wcx12306
Copy link

Have you successfully deployed RatSLAM on Ubuntu20? Can you add a contact information to discuss it?

@Felix-Tr
Copy link
Author

It's been a while and I cannot help with more than what I wrote in the Issue :)

@wcx12306
Copy link

It's been a while and I cannot help with more than what I wrote in the Issue :)

Could you please tell me the name of your Issue? I would like to learn about it

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

3 participants