Skip to content

Commit

Permalink
added mrs_utils metapackage
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 14, 2023
1 parent b7f5d46 commit ac8fb78
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mrs_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cmake_minimum_required(VERSION 3.5)
project(mrs_utils)

set(CATKIN_DEPENDENCIES
cmake_modules
)

find_package(catkin REQUIRED COMPONENTS
${CATKIN_DEPENDENCIES}
)

catkin_package(
CATKIN_DEPENDS ${CATKIN_DEPENDENCIES}
)
23 changes: 23 additions & 0 deletions mrs_utils/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package format="2">

<name>mrs_utils</name>
<version>1.0.0</version>
<description>The MRS Utils metapackage</description>

<author email="tomas.baca@fel.cvut.cz">Tomas Baca</author>
<maintainer email="tomas.baca@fel.cvut.cz">Tomas Baca</maintainer>

<license>BSD 3-Clause</license>

<buildtool_depend>catkin</buildtool_depend>

<depend>cmake_modules</depend>

<depend>tf_reconfigure</depend>
<depend>tf_estimator</depend>
<depend>tf_connector</depend>
<depend>multireconfigure</depend>
<depend>euler_counter_example</depend>

</package>

0 comments on commit ac8fb78

Please sign in to comment.