diff --git a/compass_stack/CMakeLists.txt b/compass_stack/CMakeLists.txt new file mode 100644 index 0000000..652d031 --- /dev/null +++ b/compass_stack/CMakeLists.txt @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: BSD-3-Clause +# SPDX-FileCopyrightText: Czech Technical University in Prague + +cmake_minimum_required(VERSION 3.10.2) +project(compass_stack) + +find_package(catkin REQUIRED) +catkin_metapackage() + diff --git a/compass_stack/package.xml b/compass_stack/package.xml new file mode 100644 index 0000000..32e7a24 --- /dev/null +++ b/compass_stack/package.xml @@ -0,0 +1,29 @@ + + + + + compass_stack + 2.0.2 + Tools for working with azimuths, compasses and magnetometers. + + Martin Pecka + Martin Pecka + + BSD + + https://github.com/ctu-vras/compass + https://github.com/ctu-vras/compass/issues + https://wiki.ros.org/compass_stack + + catkin + + compass_conversions + compass_msgs + magnetic_model + magnetometer_compass + magnetometer_pipeline + + + + +