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

Problem build open3d_slam_lua_io #75

Open
Cavalletta98 opened this issue Oct 13, 2023 · 5 comments
Open

Problem build open3d_slam_lua_io #75

Cavalletta98 opened this issue Oct 13, 2023 · 5 comments

Comments

@Cavalletta98
Copy link

Hi, i'm getting this error when try to build on ubuntu 20.04 with ROS Noetic

Schermata del 2023-10-13 17-13-53

Do you know why?

@nubertj
Copy link
Member

nubertj commented Oct 13, 2023

Did you install lua?
sudo apt install liblua5.2-dev

The instructions are here:
https://open3d-slam.readthedocs.io/en/latest/installation.html

@Cavalletta98
Copy link
Author

Yes,i did. I followed all the steps

@nubertj
Copy link
Member

nubertj commented Oct 16, 2023

I can't reproduce this issue on noetic and ubuntu 20.04.

What are you trying to build here? Are you able to build open3d_slam alone?
i.e.
catkin build open3d_slam

Your error message indicates that it can't find the header file of open3d_slam. If this does not work I would propse cleaning the workspace catkin clean and then building it again catkin build open3d_slam_ros.

@Cavalletta98
Copy link
Author

I'm able to build open3d_slam alone but not open3d_slam_ros

@nubertj
Copy link
Member

nubertj commented Oct 18, 2023

Is it possible that something is wrong with your catkin workspace?
Because the file which is not found exists here.

And it is up to catkin to add it to your include paths and hence, to be able to find it within another catkin package, as it is included in the CMakeLists.txt here.

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