Orocos-bfl not found while installing navigation stack ROS indigo + Ubuntu 14.04
Hey guys,
I have just installed Ubuntu 14.04 and ROS indigo and is trying to install navigation stack ( http://wiki.ros.org/navigation ). While doing catkin_make, I get the following error in the robot_pose_ekf package:
-- Boost version: 1.54.0
-- +++ processing catkin package: 'robot_pose_ekf'
-- ==> add_subdirectory(navigation/robot_pose_ekf)
checking for module 'orocos-bfl'
-- package 'orocos-bfl' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 (_pkg_check_modules_internal)
navigation/robot_pose_ekf/CMakeLists.txt:6 (pkg_check_modules)
Then, I tried to install bfl from http://www.orocos.org/bfl which did not work as it is not up-to-date I guess. Can anyone help me out here and give some suggestions on how to solve this issue?
Thanks in advance.
Naman Kumar