Failed to process package 'robot_pose_ekf'

asked 2015-06-21 22:52:33 -0500

psprox96 gravatar image

Hi all.

I encountered this problem while catkin_make_isolated:

CMake Warning at /opt/ros/groovy/share/catkin/cmake/test/download_test_data.cmake:9 (message):
  download_test_data() is deprecated, please use catkin_download_test_data()
  instead.

  Use the following signature:

  catkin_download_test_data(download_data_test_ekf_test2.bag
  http://pr.willowgarage.com/data/robot_pose_ekf/ekf_test2_indexed.bag
  FILENAME test/ekf_test2.bag MD5 71addef0ed900e05b301e0b4fdca99e2)
Call Stack (most recent call first):
  CMakeLists.txt:69 (download_test_data)


CMake Error at CMakeLists.txt:77 (add_rostest):
  Unknown CMake command "add_rostest".


-- Configuring incomplete, errors occurred!
<== Failed to process package 'robot_pose_ekf': 
  Command '/home/gordon/catkin_ws/devel_isolated/hector_elevation_mapping/env.sh cmake /home/gordon/catkin_ws/src/navigation/robot_pose_ekf -DCATKIN_DEVEL_PREFIX=/home/gordon/catkin_ws/devel_isolated/robot_pose_ekf -DCMAKE_INSTALL_PREFIX=/home/gordon/catkin_ws/install_isolated' returned non-zero exit status 1

Reproduce this error by running:
==> cd /home/gordon/catkin_ws/build_isolated/robot_pose_ekf && /home/gordon/catkin_ws/devel_isolated/hector_elevation_mapping/env.sh cmake /home/gordon/catkin_ws/src/navigation/robot_pose_ekf -DCATKIN_DEVEL_PREFIX=/home/gordon/catkin_ws/devel_isolated/robot_pose_ekf -DCMAKE_INSTALL_PREFIX=/home/gordon/catkin_ws/install_isolated

Command failed, exiting.

What should I do to correct it? Thanks for any help!

edit retag flag offensive close merge delete

Comments

Which version of the navigation stack are you trying to build? This looks like a cmake error that's fixed in all recent versions.

ahendrix gravatar image ahendrix  ( 2015-06-22 00:17:32 -0500 )edit

How do I check the version? I got the package from here: https://github.com/ros-planning/navig...

psprox96 gravatar image psprox96  ( 2015-06-22 00:41:27 -0500 )edit

Oh found our something, I tried to catkin_make the navigation package and its working fine but while im building pcl package, I have to use catkin_make_isolated for it to work but here comes that problem shown above.

psprox96 gravatar image psprox96  ( 2015-06-22 01:38:05 -0500 )edit

The version number from the package.xml, the git branch or the git revision are all useful version numbers.

ahendrix gravatar image ahendrix  ( 2015-06-22 08:41:29 -0500 )edit