/uav_modules

The OLD UAV Modules.

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

The Old UAV modules

⚠️ Attention please: This package is no longer maintained!!!

This is an old package that is no longer maintained. The new version of the UAV Modules is located here. This repository will be erased soon

Installation

We recommend compiling the uav_modules in a separated workspace from the uav_core. More information in the catkin workspace guide.

  1. Clone the uav_modules:
cd ~/git
git clone https://github.com/ctu-mrs/uav_modules
  1. Call the main installation script:
~/git/uav_modules/installation/install.sh
  1. Create a ROS workspace dedicated just to the uav_modules package and link the uav_modules into it:
mkdir -p ~/modules_workspace/src && cd ~/modules_workspace
catkin init
cd ~/modules_workspace/src
ln -s ~/git/uav_modules
  1. Extend the mrs_workspace:
cd ~/modules_workspace
catkin config --extend ~/mrs_workspace/devel
  1. Compile the workspace
cd ~/modules_workspace
catkin build

Submodules