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

ROS-I tesseract and trajopt install

asked 2019-02-01 14:46:41 -0500

cpetlowany gravatar image

Hello,

I am trying to install tesseract and trajopt on ROS kinetic (Ubuntu 16.04) and I run into issues with Eigen and tesseract. Namely, I get the error "fatal error: Eigen/Eigen: No such file or directory compilation terminated."

Any idea how to proceed?

Best, Christina

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-02-08 10:55:20 -0500

cpetlowany gravatar image

I dowloaded Eigen from source. Be sure to use version 3.2.92.

edit flag offensive delete link more

Comments

1

Are you still having this problem? I installed everything last week and did not have to do anything special to get either tesseract or trajopt_ros to compile.

Did you run rosdep install .. before building?

gvdhoorn gravatar image gvdhoorn  ( 2019-02-08 11:05:24 -0500 )edit

I was able to fix it by installing and building from source. I did not run rosdep install before building but Eigen already existed on my computer but under the usr/include folder and not the usr/local/include folder where it was expected.

cpetlowany gravatar image cpetlowany  ( 2019-02-08 11:10:05 -0500 )edit
2

The typical workflow before building ROS pkgs from source (such as tesseract and trajopt_ros) would be to run

rosdep check --from-paths $CATKIN_WS/src --ignore-src

that way you can make sure you have all dependencies.

re: expected in /usr/local: I don't know that is true. I don't ..

gvdhoorn gravatar image gvdhoorn  ( 2019-02-08 11:26:23 -0500 )edit
1

.. have an Eigen install there and things built OK.

In general using system provided packages is recommended, as this has the least chance of interfering with other packages/build processes and is automatically kept up-to-date.

gvdhoorn gravatar image gvdhoorn  ( 2019-02-08 11:27:06 -0500 )edit
1

Ok I will try to clean things up and see if I can get it working

cpetlowany gravatar image cpetlowany  ( 2019-02-08 11:38:15 -0500 )edit

Let me know if things don't work. They should, so that should be fixed.

gvdhoorn gravatar image gvdhoorn  ( 2019-02-08 12:43:01 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-02-01 14:46:41 -0500

Seen: 376 times

Last updated: Feb 08 '19