Unable to locate package ros-electric-arm-navigation

asked 2013-12-19 22:36:25 -0500

updated 2013-12-19 22:42:13 -0500

Hi,

i would like to rosmake dmp_launch. I need some packages, but i don't know where i can download them and how to get them. Following packages are needed:

arm_navigation_msgs kinematics_msgs barrett_hand_msgs

Can anyone help me?

I get serveral errors:

    visualization_utilities
mkdir -p bin
cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=/opt/ros/groovy/share/ros/core/rosbuild/rostoolchain.cmake  ..
[rosbuild] Building package visualization_utilities
Failed to invoke /opt/ros/groovy/bin/rospack deps-manifests visualization_utilities
[rospack] Error: package/stack 'visualization_utilities' depends on non-existent package 'arm_navigation_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
  'visualization_utilities'.  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!
make: *** [all] Error 1
---------------------
inverse_kinematics
mkdir -p bin
cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=/opt/ros/groovy/share/ros/core/rosbuild/rostoolchain.cmake  ..
[rosbuild] Building package inverse_kinematics
Failed to invoke /opt/ros/groovy/bin/rospack deps-manifests inverse_kinematics
[rospack] Error: package/stack 'inverse_kinematics' depends on non-existent package 'kinematics_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
  'inverse_kinematics'.  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!
make: *** [all] Error 1
---------------------
dynamic_movement_primitive_utilities
mkdir -p bin
cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=/opt/ros/groovy/share/ros/core/rosbuild/rostoolchain.cmake  ..
[rosbuild] Building package dynamic_movement_primitive_utilities
Failed to invoke /opt/ros/groovy/bin/rospack deps-manifests dynamic_movement_primitive_utilities
[rospack] Error: package/stack 'dynamic_movement_primitive_utilities' depends on non-existent package 'barrett_hand_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
  'dynamic_movement_primitive_utilities'.  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!
make: *** [all] Error 1
---------------------
dmp_behaviors
mkdir -p bin
cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=/opt/ros/groovy/share/ros/core/rosbuild/rostoolchain.cmake  ..
[rosbuild] Building package dmp_behaviors
Failed to invoke /opt/ros/groovy/bin/rospack deps-manifests dmp_behaviors
[rospack] Error: package/stack 'dynamic_movement_primitive_utilities' depends on non-existent package 'barrett_hand_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 ...
(more)
edit retag flag offensive close merge delete