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

lordsairos's profile - activity

2015-06-08 16:34:52 -0500 received badge  Notable Question (source)
2015-06-08 16:34:52 -0500 received badge  Famous Question (source)
2015-01-05 03:11:03 -0500 received badge  Popular Question (source)
2014-10-31 10:16:18 -0500 commented answer build hector_quadrotor in fedora 18

you are right dear Austin .. I should fetch dependency sources into src folder of my catkin work space, and rosdep update and install them using catkin_make . i think ROS has not a handy and standard route for building packages .. the user but not developers may get confused .. i'm trying.

2014-10-30 22:18:31 -0500 asked a question build hector_quadrotor in fedora 18

hello ROS es .. I want to build an run hector_quadrotor stack and its [slam indoor demo] ( http://wiki.ros.org/hector_quadrotor/... ) in Fedora .. I know that ros is more compatible with ubuntu .. I build ROS from source ..and now want to make hector as mentioned link , but i have problem .. when i run catkin_make I get som error :


CMake Error at /opt/ros/hydro/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)

i know that i should resolve dependency and I run : rosdep install --from-paths src --ignore-src --rosdistro hydro -y but now i get these error :


hector_quadrotor_controller: No definition of [controller_interface] for OS version [spherical]
hector_quadrotor_teleop: No definition of [joy] for OS version [spherical]
hector_quadrotor_controller_gazebo: No definition of [gazebo_ros_control] for OS version [spherical]

i'm in Fedora 18 .. i'm sorry for that :! but i should use this distro .. please help me around these problem dears in ROS ...