Hi whoenig, thanks for your answer.
I really appreciate your work and I would like to read the paper related to the crazyswarm. In my university we are starting to work on the crazyflie as platform to test some distributed algorithm. I hope I'll be able to give some detail in the near future.
The installation of all hector packages is giving me many problems (btw I'm really new to ros). I'm trying to installing it as follow:
Code: Select all
$ mkdir -p ./hector_ros/src
$ cd ./hector_ros/src
$ catkin_init_workspace
$ cd ../
$ wstool init src https://raw.github.com/tu-darmstadt-ros-pkg/hector_quadrotor/indigo-devel/hector_quadrotor.rosinstall
$ catkin_make
After last step I've that "cmake" fail, as follow:
Code: Select all
-- Could not find the required component 'driver_base'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/kinetic/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
If I'm also unable to install ros-indigo-driver-base because it seems that can not be found.
Code: Select all
E: Unable to locate package ros-indigo-driver-base
What should I do?