ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

eigen3 missing error during ROS installation

asked 2015-08-06 15:18:09 -0500

jishnu gravatar image

Hi I'm trying to install ROS on my MAC suing homebrew.While installtion I got this message :

 CMake Error at CMakeLists.txt:7 (find_package):
  By not providing "FindEigen3.cmake" in CMAKE_MODULE_PATH this project has
 asked CMake to find a package configuration file provided by "Eigen3", but
  CMake did not find one
 Could not find a package configuration file provided by "Eigen3" with any
 of the following names:
Eigen3Config.cmake
eigen3-config.cmake
 Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set
 "Eigen3_DIR" to a directory containing one of the above files.  If "Eigen3"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/Users/Jishnu/ros_catkin_ws/build_isolated/pcl_ros/CMakeFiles/CMakeOutput.log".
<== Failed to process package 'pcl_ros': 
 Command '['/Users/Jishnu/ros_catkin_ws/install_isolated/env.sh', 'cmake',      '/Users/Jishnu/ros_catkin_ws/src/perception_pcl/pcl_ros', '-  DCATKIN_DEVEL_PREFIX=/Users/Jishnu/ros_catkin_ws/devel_isolated/pcl_ros', '-DCMAKE_INSTALL_PREFIX=/Users/Jishnu/ros_catkin_ws/install_isolated', '-DCMAKE_BUILD_TYPE=Release', '-G', 'Unix Makefiles']' returned non-zero exit status 1

I'M a beginner in ROS, so could someone please help me out with this.

edit retag flag offensive close merge delete

Comments

Hi I have eigen installed . The installed version is 3.2.4

jishnu gravatar image jishnu  ( 2015-08-07 09:47:05 -0500 )edit

PCL Build on Mac seems to be broken. Try removing PCL packages and build it.

dementor gravatar image dementor  ( 2015-10-02 16:23:42 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-08-07 01:16:15 -0500

mgruhler gravatar image

Do you have eigen3 installed? I'm not familiar with MAC/homebrew, but in ubuntu you can install it with sudo apt-get install libeigen3-dev. According to this, it could be just eigen3 for Mac.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-08-06 15:18:09 -0500

Seen: 2,684 times

Last updated: Aug 06 '15