Skip to content

Commit 0ff4464

Browse files
committed
Update package.xml file in all packages
1 parent 0a4aa4d commit 0ff4464

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

cliff_detector/package.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0"?>
2-
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
34
<package format="3">
45
<name>cliff_detector</name>
56
<version>1.0.1</version>
67
<description>Cliff detector package</description>
7-
<author>Michal Drwiega (http://www.mdrwiega.com)</author>
8-
<maintainer email="[email protected]">Michal Drwiega</maintainer>
8+
<maintainer email="[email protected]">Michal Drwiega (https://mdrwiega.com/)</maintainer>
99
<license>BSD</license>
1010
<url type="website">http://ros.org/wiki/depth_nav_tools</url>
1111

depth_sensor_pose/package.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
14
<package format="3">
25
<name>depth_sensor_pose</name>
36
<version>1.1.0</version>
47
<description>Depth sensor pose calibration package</description>
5-
<author>Michal Drwiega (http://www.mdrwiega.com)</author>
6-
<maintainer email="[email protected]">Michal Drwiega</maintainer>
8+
<maintainer email="[email protected]">Michal Drwiega (https://mdrwiega.com/)</maintainer>
79
<license>BSD</license>
810
<url type="website">http://ros.org/wiki/depth_nav_tools</url>
911

laserscan_kinect/package.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
14
<package format="3">
25
<name>laserscan_kinect</name>
36
<version>1.1.0</version>
@@ -6,8 +9,7 @@
69
to a 2D laser scanner format. The conversion algorithm allows to remove a ground from the depth image
710
and compensate the sensor mount tilt angle relative to the ground.
811
</description>
9-
<author>Michal Drwiega (http://www.mdrwiega.com)</author>
10-
<maintainer email="[email protected]">Michal Drwiega</maintainer>
12+
<maintainer email="[email protected]">Michal Drwiega (https://mdrwiega.com/)</maintainer>
1113
<license>BSD</license>
1214
<url type="website">http://ros.org/wiki/depth_nav_tools</url>
1315

nav_layer_from_points/package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
14
<package format="3">
25
<name>nav_layer_from_points</name>
36
<version>1.0.0</version>
47
<description> Plugin-based layers for the navigation software. </description>
5-
<author>Michal Drwiega (http://www.mdrwiega.com)</author>
6-
<maintainer email="[email protected]">Michal Drwiega</maintainer>
8+
<maintainer email="[email protected]">Michal Drwiega (https://mdrwiega.com/)</maintainer>
79
<license>BSD</license>
810
<url type="website">http://ros.org/wiki/depth_nav_tools</url>
911

@@ -23,5 +25,3 @@
2325
<build_type>ament_cmake</build_type>
2426
</export>
2527
</package>
26-
27-

0 commit comments

Comments
 (0)