Skip to content

Commit 2334c26

Browse files
committed
port raw_description
1 parent 8a600c5 commit 2334c26

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

raw_description/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
cmake_minimum_required(VERSION 3.0.2)
1+
cmake_minimum_required(VERSION 3.5)
22
project(raw_description)
33

4-
find_package(catkin REQUIRED)
5-
6-
catkin_package()
4+
find_package(ament_cmake REQUIRED)
75

86
install(DIRECTORY Media meshes urdf
9-
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
7+
DESTINATION share/${PROJECT_NAME}
108
)
9+
10+
ament_package()

raw_description/COLCON_IGNORE

Whitespace-only changes.

raw_description/package.xml

Lines changed: 5 additions & 2 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>raw_description</name>
35
<version>0.7.8</version>
46
<description>This package contains the description (mechanical, kinematic, visual,
@@ -13,13 +15,14 @@
1315
<maintainer email="[email protected]">Jannik Abbenseth</maintainer>
1416
<author email="[email protected]">Alexander Bubeck</author>
1517

16-
<buildtool_depend>catkin</buildtool_depend>
18+
<buildtool_depend>ament_cmake</buildtool_depend>
1719

1820
<exec_depend>cob_description</exec_depend>
1921
<exec_depend>gazebo_ros</exec_depend>
2022
<exec_depend>xacro</exec_depend>
2123

2224
<export>
2325
<gazebo_ros gazebo_media_path="${prefix}"/>
26+
<build_type>ament_cmake</build_type>
2427
</export>
2528
</package>

0 commit comments

Comments
 (0)