You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove ${PCL_INCLUDE_DIRS} from include_directories
package.xml
Add pcl_ros depend tags.
edit: Have had this come up before with another package, something unique about my debian:jessie mixed source install. Probably works for everyone else, but can't hurt specifying the dependency.
The text was updated successfully, but these errors were encountered:
I had just removed the PCL ROS dependencies and instead linked to PCL directly because I thought that this was causing a build error on jenkins. Not sure what the problem is there. I will add your suggestions to the next release. Thanks!
CMakeLists.txt
pcl_ros
tofind_package
andcatkin_package
.PCL
fromcatkin_package->DEPENDS
.${PCL_INCLUDE_DIRS}
frominclude_directories
package.xml
pcl_ros
depend tags.edit: Have had this come up before with another package, something unique about my debian:jessie mixed source install. Probably works for everyone else, but can't hurt specifying the dependency.
The text was updated successfully, but these errors were encountered: