Skip to content

Commit

Permalink
packages .xml - version bumped, URLs added
Browse files Browse the repository at this point in the history
  • Loading branch information
rayvburn committed Feb 20, 2022
1 parent 2fcb3fe commit 6ad5454
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 93 deletions.
7 changes: 2 additions & 5 deletions hubero_bringup_gazebo_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<?xml version="1.0"?>
<package>
<name>hubero_bringup_gazebo_ros</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The hubero_bringup_gazebo_ros package</description>

<author email="[email protected]">Jarosław Karwowski</author>
<maintainer email="[email protected]">Jarosław Karwowski</maintainer>

<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>BSD-3</license>
<url type="website">https://github.com/rayvburn/hubero</url>

<buildtool_depend>catkin</buildtool_depend>
<run_depend>hubero_gazebo</run_depend>
Expand Down
12 changes: 2 additions & 10 deletions hubero_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
<?xml version="1.0"?>
<package format="2">
<name>hubero_common</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The hubero_common package</description>

<author email="[email protected]">Jarosław Karwowski</author>
<maintainer email="[email protected]">Jarosław Karwowski</maintainer>

<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>BSD-3</license>

<!-- Url tags are optional, but multiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/hubero_common</url> -->
<url type="website">https://github.com/rayvburn/hubero</url>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
12 changes: 2 additions & 10 deletions hubero_core/package.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
<?xml version="1.0"?>
<package format="2">
<name>hubero_core</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The hubero_core package</description>

<author email="[email protected]">Jarosław Karwowski</author>
<maintainer email="[email protected]">Jarosław Karwowski</maintainer>

<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>BSD-3</license>

<!-- Url tags are optional, but multiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/hubero_core</url> -->
<url type="website">https://github.com/rayvburn/hubero</url>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>hubero_common</build_depend>
Expand Down
27 changes: 2 additions & 25 deletions hubero_gazebo/package.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1,14 @@
<?xml version="1.0"?>
<package format="2">
<name>hubero_gazebo</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The hubero_gazebo package</description>

<author email="[email protected]">Jarosław Karwowski</author>
<maintainer email="[email protected]">Jarosław Karwowski</maintainer>

<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>BSD-3</license>
<url type="website">https://github.com/rayvburn/hubero</url>

<!-- The *depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<!-- Examples: -->
<!-- Use depend as a shortcut for packages that are both build and exec dependencies -->
<!-- <depend>roscpp</depend> -->
<!-- Note that this is equivalent to the following: -->
<!-- <build_depend>roscpp</build_depend> -->
<!-- <exec_depend>roscpp</exec_depend> -->
<!-- Use build_depend for packages you need at compile time: -->
<!-- <build_depend>message_generation</build_depend> -->
<!-- Use build_export_depend for packages you need in order to build against this package: -->
<!-- <build_export_depend>message_generation</build_export_depend> -->
<!-- Use buildtool_depend for build tool packages: -->
<!-- <buildtool_depend>catkin</buildtool_depend> -->
<!-- Use exec_depend for packages you need at runtime: -->
<!-- <exec_depend>message_runtime</exec_depend> -->
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<!-- Use doc_depend for packages you need only for building documentation: -->
<!-- <doc_depend>doxygen</doc_depend> -->
<buildtool_depend>catkin</buildtool_depend>

<!-- <build_depend>roscpp</build_depend> -->
Expand Down
8 changes: 2 additions & 6 deletions hubero_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
<!-- Based on https://github.com/ros-planning/navigation/blob/kinetic-devel/nav_core/package.xml -->
<package format="2">
<name>hubero_interfaces</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The hubero_interfaces package</description>

<author email="[email protected]">Jarosław Karwowski</author>
<maintainer email="[email protected]">Jarosław Karwowski</maintainer>
<license>BSD-3</license>

<!-- Url tags are optional, but multiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/hubero_interfaces</url> -->
<url type="website">https://github.com/rayvburn/hubero</url>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>hubero_common</build_depend>
Expand Down
23 changes: 2 additions & 21 deletions hubero_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,14 @@
<?xml version="1.0"?>
<package format="2">
<name>hubero_ros</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The hubero_ros package</description>

<author email="[email protected]">Jarosław Karwowski</author>
<maintainer email="[email protected]">Jarosław Karwowski</maintainer>
<license>BSD-3</license>
<url type="website">https://github.com/rayvburn/hubero</url>

<!-- The *depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<!-- Examples: -->
<!-- Use depend as a shortcut for packages that are both build and exec dependencies -->
<!-- <depend>roscpp</depend> -->
<!-- Note that this is equivalent to the following: -->
<!-- <build_depend>roscpp</build_depend> -->
<!-- <exec_depend>roscpp</exec_depend> -->
<!-- Use build_depend for packages you need at compile time: -->
<!-- <build_depend>message_generation</build_depend> -->
<!-- Use build_export_depend for packages you need in order to build against this package: -->
<!-- <build_export_depend>message_generation</build_export_depend> -->
<!-- Use buildtool_depend for build tool packages: -->
<!-- <buildtool_depend>catkin</buildtool_depend> -->
<!-- Use exec_depend for packages you need at runtime: -->
<!-- <exec_depend>message_runtime</exec_depend> -->
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<!-- Use doc_depend for packages you need only for building documentation: -->
<!-- <doc_depend>doxygen</doc_depend> -->
<buildtool_depend>catkin</buildtool_depend>

<build_depend>roscpp</build_depend>
Expand Down
12 changes: 2 additions & 10 deletions hubero_ros_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
<?xml version="1.0"?>
<package>
<name>hubero_ros_msgs</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The hubero_ros_msgs package</description>

<author email="[email protected]">Jarosław Karwowski</author>
<maintainer email="[email protected]">Jarosław Karwowski</maintainer>

<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>BSD-3</license>

<!-- Url tags are optional, but multiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/hubero_ros_msgs</url> -->
<url type="website">https://github.com/rayvburn/hubero</url>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
Expand Down
8 changes: 2 additions & 6 deletions hubero_ros_scenarios/package.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<?xml version="1.0"?>
<package format="2">
<name>hubero_ros_scenarios</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>The hubero_ros_scenarios package</description>

<author email="[email protected]">Jarosław Karwowski</author>
<maintainer email="[email protected]">Jarosław Karwowski</maintainer>
<license>BSD-3</license>

<!-- Url tags are optional, but multiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/hubero_ros_scenarios</url> -->
<url type="website">https://github.com/rayvburn/hubero</url>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
Expand Down

0 comments on commit 6ad5454

Please sign in to comment.