Skip to content

Commit d8a4ccf

Browse files
committed
added main ros2 manifest file
1 parent 50bee95 commit d8a4ccf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

examples/minimal_logging/package.xml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
<?xml version="1.0"?>
3+
<?xml-model
4+
href="http://download.ros.org/schema/package_format3.xsd"
5+
schematypens="http://www.w3.org/2001/XMLSchema"?>
6+
<package format="3">
7+
<name>examples_rclrs_minimal_logging</name>
8+
<version>0.1.0</version>
9+
<description>Package containing an example of the logging mechanism in rclrs.</description>
10+
<license>Apache License 2.0</license>
11+
12+
<depend>rclrs</depend>
13+
<depend>rosidl_runtime_rs</depend>
14+
<depend>std_msgs</depend>
15+
16+
<export>
17+
<build_type>ament_cargo</build_type>
18+
</export>
19+
</package>

0 commit comments

Comments
 (0)