Skip to content

Commit 3d02a5a

Browse files
committed
update packages to format 3
1 parent ff2c1f7 commit 3d02a5a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

mavros/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>mavros</name>
45
<version>2.12.0</version>
56
<description>

mavros_examples/package.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>mavros_examples</name>
5-
<version>0.0.1</version>
5+
<version>2.12.0</version>
66
<description>
7-
Example scripts demonstrating MAVROS usage in ROS 2
7+
Example scripts demonstrating MAVROS usage
88
</description>
99

1010
<maintainer email="[email protected]">Haroon Rasheed</maintainer>
1111
<author email="[email protected]">Haroon Rasheed</author>
1212

13-
1413
<license>GPLv3</license>
1514
<license>LGPLv3</license>
1615
<license>BSD</license>

mavros_extras/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
34
<name>mavros_extras</name>
45
<version>2.12.0</version>
56
<description>

mavros_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>mavros_msgs</name>
55
<version>2.12.0</version>
66
<description>
7-
mavros_msgs defines messages for <a href="http://wiki.ros.org/mavros">MAVROS</a>.
7+
Messages for <a href="http://wiki.ros.org/mavros">MAVROS</a>.
88
</description>
99

1010
<maintainer email="[email protected]">Vladimir Ermakov</maintainer>

0 commit comments

Comments
 (0)