Skip to content

Commit

Permalink
Update package.xml file in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrwiega committed Nov 9, 2022
1 parent 0a4aa4d commit 0ff4464
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
6 changes: 3 additions & 3 deletions cliff_detector/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>

<package format="3">
<name>cliff_detector</name>
<version>1.0.1</version>
<description>Cliff detector package</description>
<author>Michal Drwiega (http://www.mdrwiega.com)</author>
<maintainer email="[email protected]">Michal Drwiega</maintainer>
<maintainer email="[email protected]">Michal Drwiega (https://mdrwiega.com/)</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/depth_nav_tools</url>

Expand Down
6 changes: 4 additions & 2 deletions depth_sensor_pose/package.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>

<package format="3">
<name>depth_sensor_pose</name>
<version>1.1.0</version>
<description>Depth sensor pose calibration package</description>
<author>Michal Drwiega (http://www.mdrwiega.com)</author>
<maintainer email="[email protected]">Michal Drwiega</maintainer>
<maintainer email="[email protected]">Michal Drwiega (https://mdrwiega.com/)</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/depth_nav_tools</url>

Expand Down
6 changes: 4 additions & 2 deletions laserscan_kinect/package.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>

<package format="3">
<name>laserscan_kinect</name>
<version>1.1.0</version>
Expand All @@ -6,8 +9,7 @@
to a 2D laser scanner format. The conversion algorithm allows to remove a ground from the depth image
and compensate the sensor mount tilt angle relative to the ground.
</description>
<author>Michal Drwiega (http://www.mdrwiega.com)</author>
<maintainer email="[email protected]">Michal Drwiega</maintainer>
<maintainer email="[email protected]">Michal Drwiega (https://mdrwiega.com/)</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/depth_nav_tools</url>

Expand Down
8 changes: 4 additions & 4 deletions nav_layer_from_points/package.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>

<package format="3">
<name>nav_layer_from_points</name>
<version>1.0.0</version>
<description> Plugin-based layers for the navigation software. </description>
<author>Michal Drwiega (http://www.mdrwiega.com)</author>
<maintainer email="[email protected]">Michal Drwiega</maintainer>
<maintainer email="[email protected]">Michal Drwiega (https://mdrwiega.com/)</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/depth_nav_tools</url>

Expand All @@ -23,5 +25,3 @@
<build_type>ament_cmake</build_type>
</export>
</package>


0 comments on commit 0ff4464

Please sign in to comment.