Skip to content

Commit

Permalink
Add application folder
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Oct 19, 2022
1 parent d0528fd commit feb6e9c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ros_gz_example_application/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.5)

project(ros_gz_example_application)

find_package(ament_cmake REQUIRED)

ament_package()
20 changes: 20 additions & 0 deletions ros_gz_example_application/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros_gz_example_application</name>
<version>0.0.0</version>
<description>Application-specific implementations for the ros_gz_project example</description>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<license>Apache 2.0</license>
<author>Michael Carroll</author>
<author>Dharini Dutia</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<test_depend>ament_lint_auto</test_depend>

<export>
<build_type>ament_cmake</build_type>
</export>
</package>

0 comments on commit feb6e9c

Please sign in to comment.