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

error building groovy from source --> move_base_msgs notfound [closed]

asked 2013-04-05 01:57:09 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi, I have been following the instructions from www.ros.org/wiki/groovy/Installation/Source to build ROS Groovy on Gentoo x86_64 and it is nearly there! Just one thing fails for me right at the end. I would be very grateful for help in solving this.

The catkin ws is built and the rosbuild ws fails right at the end with this message:

{-------------------------------------------------------------------------------
  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=/opt/ros/groovy/share/ros/core/rosbuild/rostoolchain.cmake  ..
  [rosbuild] Building package simple_navigation_goals_tutorial
  Failed to invoke /opt/ros/groovy/bin/rospack deps-manifests simple_navigation_goals_tutorial
  [rospack] Error: package/stack 'simple_navigation_goals_tutorial' depends on non-existent package 'move_base_msgs' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'


  CMake Error at /opt/ros/groovy/share/ros/core/rosbuild/public.cmake:129 (message):


    Failed to invoke rospack to get compile flags for package
    'simple_navigation_goals_tutorial'.  Look above for errors from rospack
    itself.  Aborting.  Please fix the broken dependency!

  Call Stack (most recent call first):
    /opt/ros/groovy/share/ros/core/rosbuild/public.cmake:203 (rosbuild_invoke_rospack)
    CMakeLists.txt:12 (rosbuild_init)


  -- Configuring incomplete, errors occurred!
-------------------------------------------------------------------------------}

I have searched for the move_base_msgs package and it does not exist on my computer. How do I install this package so I can move on to bigger and better things :)

Thanks again for your help.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-11-28 16:17:41.989243

Comments

I too have this issue! Woud be very interested in a solution.

Noldorin gravatar image Noldorin  ( 2013-04-07 16:45:25 -0500 )edit

Okay, I think I'm onto something: in the source folder for simple_navigation_goals_tutorial (the package that is trying to build in the above log), there is a file "ROS_BUILD_BLACKLIST_OSX". Clearly rosmake is ignoring this somehow, when it shouldn't be...

Noldorin gravatar image Noldorin  ( 2013-04-07 16:55:39 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-06-20 05:56:20 -0500

focs gravatar image

updated 2013-06-20 05:58:21 -0500

Why is it so hard to install ros on Gentoo? After 2 days and nearly there just as you are.

This package can be installed with:

$roslocate info move_base_msgs
- git:
    local-name: move_base_msgs
    uri:
    version: groovy-devel

$roslocate info move_base_msgs | wstool merge -
$wstool update

I think it may ask for more dependencies later on. Also we should write the process of installation we followed somewhere because there is an incredible lack of information.

After I add this package it asks for more things:

Failed to invoke /opt/ros/groovy/bin/rospack deps-manifests base_local_planner
  [rospack] Error: package/stack 'costmap_2d' depends on non-existent package 'pcl_ros' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'

I don't know if I should follow the same procedure with this one. I know pcl is big.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-04-05 01:57:09 -0500

Seen: 483 times

Last updated: Jun 20 '13