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

Problems with install hector quadrotor

asked 2014-07-15 14:04:29 -0500

flow wind gravatar image

I want to install Quadrotor outdoor flight demo and just go through everything step by step as the tutorial.Unlucky, the mistake appears after catkin_make.I am a beginner of ROS and sorry for my English at the same time.could anyone kindly help me? If possible, I wish to know how to solve the problem. Many thanks in advance!

CMake Error at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:75 (find_package): Could not find a configuration file for package joint_limits_interface.

Set joint_limits_interface_DIR to the directory containing a CMake configuration file for joint_limits_interface. The file will have one of the following names:

joint_limits_interfaceConfig.cmake
joint_limits_interface-config.cmake

Call Stack (most recent call first): gazebo_ros_pkgs/gazebo_ros_control/CMakeLists.txt:5 (find_package)

-- +++ processing catkin package: 'smartcar_description' -- ==> add_subdirectory(smartcar_description) -- +++ processing catkin package: 'using_markers' -- ==> add_subdirectory(using_markers) -- Configuring incomplete, errors occurred! make: * [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed

edit retag flag offensive close merge delete

Comments

In hydro system and 12.04 Ubuntu

flow wind gravatar image flow wind  ( 2014-07-15 14:46:27 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-07-15 15:03:05 -0500

flow wind gravatar image

updated 2014-07-19 19:40:32 -0500

ahendrix gravatar image
cd ~/catkin_ws    # or whereever your workspace resides
rosdep install --from-path src --ignore-src     # This will install all required packages.
catkin_make

these code are so powerful nd iI have solve my problem.

edit flag offensive delete link more

Comments

thank you, this is the unique solution

VictorArias gravatar image VictorArias  ( 2018-03-16 23:35:14 -0500 )edit

Question Tools

Stats

Asked: 2014-07-15 14:04:29 -0500

Seen: 952 times

Last updated: Jul 19 '14