We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bee95 commit d8a4ccfCopy full SHA for d8a4ccf
examples/minimal_logging/package.xml
@@ -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