Skip to content

Commit 9f10d69

Browse files
committed
port cob_common
1 parent e2d6a9e commit 9f10d69

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

cob_common/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0.2)
1+
cmake_minimum_required(VERSION 3.5)
22
project(cob_common)
3-
find_package(catkin REQUIRED)
4-
catkin_metapackage()
3+
find_package(ament_cmake REQUIRED)
4+
ament_package()

cob_common/COLCON_IGNORE

Whitespace-only changes.

cob_common/package.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<package format="2">
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
24
<name>cob_common</name>
35
<version>0.7.8</version>
46
<description>The cob_common stack hosts common packages that are used within the Care-O-bot repository. E.g. utility packages or common message and service definitions etc. Also the urdf desciption of the robot is located in this stack.</description>
@@ -9,7 +11,7 @@
911

1012
<maintainer email="[email protected]">Felix Messmer</maintainer>
1113

12-
<buildtool_depend>catkin</buildtool_depend>
14+
<buildtool_depend>ament_cmake</buildtool_depend>
1315

1416
<exec_depend>cob_actions</exec_depend>
1517
<exec_depend>cob_description</exec_depend>
@@ -18,6 +20,6 @@
1820
<exec_depend>raw_description</exec_depend>
1921

2022
<export>
21-
<metapackage/>
23+
<build_type>ament_cmake</build_type>
2224
</export>
2325
</package>

0 commit comments

Comments
 (0)