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

RoboCop3d's profile - activity

2015-09-12 01:06:26 -0500 received badge  Famous Question (source)
2015-09-12 01:06:26 -0500 received badge  Notable Question (source)
2015-06-28 08:57:34 -0500 received badge  Supporter (source)
2015-06-26 07:50:09 -0500 received badge  Popular Question (source)
2015-06-25 14:52:10 -0500 commented question Install hector quadrotor on ROS Jade

Thanks for reminding me joq

2015-06-22 12:45:19 -0500 asked a question Install hector quadrotor on ROS Jade

I tried compiling the hector quadrotor files as according to the instructions given in the tutorials for hector quadrotor on the ROS page but the instruction catkin_make gives an Cmake Error! how do i overcome this?

Update: The CMake Error :

CMake Error at /opt/ros/jade/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a package configuration file provided by
  "hardware_interface" with any of the following names:

    hardware_interfaceConfig.cmake
    hardware_interface-config.cmake

  Add the installation prefix of "hardware_interface" to CMAKE_PREFIX_PATH or
  set "hardware_interface_DIR" to a directory containing one of the above
  files.  If "hardware_interface" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  hector_quadrotor/hector_quadrotor_controller/CMakeLists.txt:7 (find_package)


-- Configuring incomplete, errors occurred!