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

Non-existent package gazebo in ROS hydro

asked 2014-02-20 15:58:25 -0500

Sendoh gravatar image

updated 2014-04-20 14:09:19 -0500

ngrennan gravatar image

Hi All,

I am using rosmake a package in ROS hydro, but it gives me below errors:

 [rosbuild] Building package labrob_hummingbird_controller
  Failed to invoke /opt/ros/hydro/bin/rospack deps-manifests labrob_hummingbird_controller
  [rospack] Error: package/stack 'labrob_hummingbird_controller' depends on non-existent package 'gazebo' 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/hydro/share/ros/core/rosbuild/public.cmake:129 (message):


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

It seems that there is no gazebo dependency any more in ROS hydro. Does anyone know which dependency I should use to replace gazebo? The manifest.xml of the stack 'labrob_hummingbird_controller' can be found below:

<package>
  <description brief="HummingBirdController">

     HummingBirdController

  </description>
  <author>Lorenzo Rosa</author>
  <license>BSD</license>
  <review status="unreviewed" notes=""/>
  <url>http://ros.org/wiki/HummingBirdController</url>
  <depend package="gazebo"/>
  <depend package="geometry_msgs"/>
  <depend package="gazebo_plugins"/>
  <depend package="ar_pose"/>
  <!--depend package="ipc_bridge"/-->

  <export>
    <gazebo plugin_path="${prefix}/lib" />
  </export>

</package>
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-03-29 16:08:01 -0500

waldezjr gravatar image

ROS hydro + Gazebo have a new integration package now

I hope this helps you http://gazebosim.org/wiki/Tutorials/1...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-02-20 15:58:25 -0500

Seen: 471 times

Last updated: Mar 29 '14