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

Revision history [back]

click to hide/show revision 1
initial version

Hi,

I've checked and all the folders containing ros packages are in the ros package path (I have one folder like ~/ros and this is in the ROS_PACKAGE_PATH and inside this folder are the packages). But the rosmake keeps telling me the same error:

[rosmake-1] Starting >>> gazebo [ make ]
[ rosmake ] All 22 linespache_commons_util: 1.6 sec ] [ gazebo: 0.3 sec ] [ 2 Active 55/90 Complete ] {------------------------------------------------------------------------------- mkdir -p bin cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=rospack find rosbuild/rostoolchain.cmake .. [rosbuild] Building package gazebo Failed to invoke /opt/ros/diamondback/ros/bin/rospack deps-manifests gazebo [rospack] couldn't find dependency [common_rosdeps] of [gazebo] [rospack] missing dependency

CMake Error at /opt/ros/diamondback/ros/core/rosbuild/public.cmake:113 (message):

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

Call Stack (most recent call first): /opt/ros/diamondback/ros/core/rosbuild/public.cmake:183 (rosbuild_invoke_rospack) CMakeLists.txt:5 (rosbuild_init)

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

Which I understand means that when tries to make the gazebo it doesn't finds the common_rosdep, does it?

So, what I need is how to install properly gazebo or where to find common_rosdeps to keep on with the rosmake.

Thanks.