-
Notifications
You must be signed in to change notification settings - Fork 333
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 Octree error in catkin_make #409
Comments
@AnOrdinaryUsser Please post your CMakeLists.txt |
|
@AnOrdinaryUsser Where do you link to the PCL libraries? ( Read this if you haven't already: https://pcl.readthedocs.io/projects/tutorials/en/master/using_pcl_pcl_config.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good,
I'm trying to make my robot, which uses the D415 camera from intel, to be able to detect obstacles thanks to the point cloud and then I can use that information to make it able to avoid them.
I am using the following:
And the following pcl packages:
The problem is that I have made a code that uses the octree, to detect near neighbours based on the points and their depth, to see if it is an object or not and detect it as an obstacle.
The code is a simple callback, here it is:
But when I go to compile the whole workspace with catkin_make, it seems that everything goes fine until the following error:
The truth that I am something new with ROS and more using PCL, I think it is an error of the libraries or something like that, but I do not know what to do more digging in because this error comes out and I do not give with a solution that brings some light on the matter.
The text was updated successfully, but these errors were encountered: