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

hector_quadrotor installation in ROS melodic

asked 2018-06-06 23:21:14 -0500

credoz gravatar image

updated 2019-03-02 09:44:55 -0500

gvdhoorn gravatar image

Package cannot be found when sudo apt-get install ros-melodic-hector-quadrotor-demo. I even tried building it with the source but then errors from driver_base not found happen. If there are any melodic users can you guide me how to install hector_quadrotor.


Edit: This is the error message i'm receiving

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

    driver_baseConfig.cmake
    driver_base-config.cmake

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


-- Configuring incomplete, errors occurred!
See also "/home/billa/hector_quadrotor_tutorial/build/CMakeFiles/CMakeOutput.log".
See also "/home/billa/hector_quadrotor_tutorial/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
edit retag flag offensive close merge delete

Comments

1

What is the error that you get? I tried compiling the hector_quadrotor stack on melodic and got no compile errors.

kartikmohta gravatar image kartikmohta  ( 2018-06-19 20:45:06 -0500 )edit

Would you kindly let us know how you installed from source? Was that by cloning the git repo and attempting a catkin_make or by following the instructions here

stpjul004 gravatar image stpjul004  ( 2018-10-09 07:17:45 -0500 )edit

Yeah i was following the instructions.

credoz gravatar image credoz  ( 2018-10-09 10:21:53 -0500 )edit

Did you find any solution?

Wajeeh gravatar image Wajeeh  ( 2019-03-02 03:49:09 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2020-10-18 21:51:25 -0500

SilverBullet gravatar image

You can try sudo apt install ros-melodic-driver-base.

But I didn't have this error compelling from source. I got package hector_pose_estimation not found. Then I cloned the source of hector_pose_estimation to my workspace too. And then everything worked fine.

edit flag offensive delete link more
0

answered 2020-08-04 19:48:15 -0500

FerdeLance gravatar image

try sudo apt install ros-melodic-driver-base. This solved it for me.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-06-06 23:21:14 -0500

Seen: 1,957 times

Last updated: Oct 18 '20