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
I want to use the pandora package in ROS noetic (Ubuntu 20.04). When building the package I first get an error /usr/include/pcl-1.10/pcl/pcl_macros.h:75:10:fatal error: Eigen/Core: no such file or directory in the pcl library. When I add the Eigen3 dependencies in the CMakeLists.txt, I get tons of other errors pointing to the pcl library (version 1.10.1). When building the package in ROS melodic - where I have pcl version 1.8 - it works perfectly fine. Is the package really restricted to a specific pcl version? Is the package tested in ROS noetic?
Thanks,
Lukas
The text was updated successfully, but these errors were encountered:
This project was developed for Ubuntu 18.04 - with ROS melodic.
Ubuntu 20.04 with ROS noetic is not supported.
Pandora has been discontinued since May 2020, there will be no further updates for this project. Please consider switch to Ubuntu 18.04 - with ROS melodic.
Hey guys,
I want to use the pandora package in ROS noetic (Ubuntu 20.04). When building the package I first get an error
/usr/include/pcl-1.10/pcl/pcl_macros.h:75:10:fatal error: Eigen/Core: no such file or directory
in the pcl library. When I add theEigen3
dependencies in the CMakeLists.txt, I get tons of other errors pointing to the pcl library (version 1.10.1). When building the package in ROS melodic - where I have pcl version 1.8 - it works perfectly fine. Is the package really restricted to a specific pcl version? Is the package tested in ROS noetic?Thanks,
Lukas
The text was updated successfully, but these errors were encountered: