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

navigation stack build errors

asked 2015-10-17 16:23:14 -0500

dan gravatar image

updated 2016-10-24 09:08:04 -0500

ngrennan gravatar image

I am trying to build the navigation stack from ros-planning/navigation/tree/indigo-devel but am having problems with libraries:

ros/catkin_ws/src/navigation/map_server/src/image_loader.cpp:43:27: fatal error: SDL/SDL_image.h: No such file or directory
 #include <SDL/SDL_image.h>

Solved that with apt-get install libsdl-image1.2-dev

But I cannot get past this one:

/usr/bin/ld: cannot find -lorocos-bfl

It comes up while trying to compile the robot_pose_ekf package. Removing that package allows the entire nav stack to build. The same problem is referenced here

but the answer is to build robot_pose_ekf separately. There should be a better way, so that the entire nav stack builds with catkin_make.

Suggestions?

edit retag flag offensive close merge delete

Comments

2

Have you run rosdep install --from-paths /path/to/your/catkin_ws/src --ignore-src before trying to build? That should resolve any missing dependency issues (and would've told you about sdl-image missing).

gvdhoorn gravatar image gvdhoorn  ( 2015-10-18 05:11:57 -0500 )edit

What Distribution are you using?

Humpelstilzchen gravatar image Humpelstilzchen  ( 2015-10-20 02:28:42 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2017-03-17 11:54:41 -0500

Azhar gravatar image

TRY THIS.

 sudo apt-get install ros-indigo-bfl
edit flag offensive delete link more
0

answered 2015-10-19 09:08:33 -0500

mohsen1989m gravatar image

Try to install gps-common package I guess it solves your problem

sudo apt-get install ros-indigo-gps-common

otherwise try to install binary version of navigation stack:

sudo apt-get install ros-indigo-navigation

Hope it helps

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-10-17 16:23:14 -0500

Seen: 1,488 times

Last updated: Mar 17 '17