Skip to content

Commit c5a3f9b

Browse files
committed
Use package format 3 and add xml schema
1 parent 15b4577 commit c5a3f9b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
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>web_video_server</name>
45
<version>1.0.0</version>
56
<description>HTTP Streaming of ROS Image Topics in Multiple Formats</description>
67

78
<maintainer email="[email protected]">Błażej Sowa</maintainer>
8-
<author email="[email protected]">Mitchell Wills</author>
99

1010
<license>BSD</license>
1111

1212
<url type="website">http://ros.org/wiki/web_video_server</url>
1313
<url type="bugtracker">https://github.com/RobotWebTools/web_video_server/issues</url>
1414
<url type="repository">https://github.com/RobotWebTools/web_video_server</url>
1515

16+
<author email="[email protected]">Mitchell Wills</author>
17+
1618
<buildtool_depend>ament_cmake_ros</buildtool_depend>
1719

1820
<build_depend>rclcpp</build_depend>

0 commit comments

Comments
 (0)