-
Notifications
You must be signed in to change notification settings - Fork 23
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
pcl_catkin && catkin build dcl_fast_lio error #18
Comments
Hi~ Lee-JaeWon find_package(PCL REQUIRED) And when compiling the Node executable: |
@zhongshp LIO-SAM works well. Only fast-lio seems to need a solution. All were purely produced and executed in docker environments. |
I tried running dcl-slam on ROS noetic, but it doesn't work.
I cloned and built pcl_catkin github in the src folder because I think I need a pcl-catkin package when I build.
However, when I follow your
README
step by step, an error occurs in the process ofcatkin build dcl_fast_lio
.Do you know the solution?
I am confident that I have satisfied both the version and the dependency.
Specifically, I think I need to know what's different between your environment and mine. Especially for the
pcl_catkin
package.To sum up, I only added
pcl_catkin
to your README method. If I don't addpcl_catkin
, it sayspcl_catkin
is required, and if I add it, another error occurs.This relates to issue #14 .
I'd appreciate it if you could answer.
The text was updated successfully, but these errors were encountered: