Skip to content

Commit

Permalink
Added compass_stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
peci1 committed Dec 20, 2024
1 parent 424ab0c commit 6d32b36
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
9 changes: 9 additions & 0 deletions compass_stack/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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()

29 changes: 29 additions & 0 deletions compass_stack/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- SPDX-FileCopyrightText: Czech Technical University in Prague -->
<package format="3">
<name>compass_stack</name>
<version>2.0.2</version>
<description>Tools for working with azimuths, compasses and magnetometers.</description>

<author email="peckama2@fel.cvut.cz">Martin Pecka</author>
<maintainer email="peckama2@fel.cvut.cz">Martin Pecka</maintainer>

<license file="LICENSE">BSD</license>

<url type="repository">https://github.com/ctu-vras/compass</url>
<url type="bugtracker">https://github.com/ctu-vras/compass/issues</url>
<url type="website">https://wiki.ros.org/compass_stack</url>

<buildtool_depend>catkin</buildtool_depend>

<exec_depend>compass_conversions</exec_depend>
<exec_depend>compass_msgs</exec_depend>
<exec_depend>magnetic_model</exec_depend>
<exec_depend>magnetometer_compass</exec_depend>
<exec_depend>magnetometer_pipeline</exec_depend>

<export>
<metapackage />
</export>
</package>

0 comments on commit 6d32b36

Please sign in to comment.