Skip to content

Commit

Permalink
Enforce package.xml format 3 Schema (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser authored Nov 15, 2021
1 parent 6cdc62a commit 65fdd50
Show file tree
Hide file tree
Showing 30 changed files with 134 additions and 106 deletions.
1 change: 1 addition & 0 deletions moveit/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?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>moveit</name>
<version>2.3.0</version>
Expand Down
6 changes: 3 additions & 3 deletions moveit_commander/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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>moveit_commander</name>
<version>1.1.5</version>
<description>Python interfaces to MoveIt</description>

<author email="[email protected]">Ioan Sucan</author>

<maintainer email="[email protected]">Michael Görner</maintainer>
<maintainer email="[email protected]">Robert Haschke</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>
Expand All @@ -16,6 +14,8 @@
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<author email="[email protected]">Ioan Sucan</author>

<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-catkin-pkg</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-catkin-pkg</buildtool_depend>
Expand Down
7 changes: 4 additions & 3 deletions moveit_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<?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>moveit_common</name>
<version>2.3.0</version>
<description>Common support functionality used throughout MoveIt</description>

<author email="[email protected]">Lior Lustgarten</author>

<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>

<license>BSD</license>

<url type="website">http://moveit.ros.org</url>
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<author email="[email protected]">Lior Lustgarten</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>backward_ros</depend>
Expand Down
11 changes: 7 additions & 4 deletions moveit_core/package.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
<?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>moveit_core</name>
<version>2.3.0</version>
<description>Core libraries used by MoveIt</description>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>
<author email="[email protected]">Acorn Pooley</author>
<author email="[email protected]">Dave Coleman</author>

<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">Michael Görner</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>

<license>BSD</license>

<url type="website">http://moveit.ros.org</url>
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>
<author email="[email protected]">Acorn Pooley</author>
<author email="[email protected]">Dave Coleman</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<buildtool_depend>eigen3_cmake_module</buildtool_depend>
Expand Down
2 changes: 2 additions & 0 deletions moveit_demo_nodes/run_move_group/package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?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>run_move_group</name>
<version>2.3.0</version>
<description>Demo launch file for running a MoveGroup setup</description>
<maintainer email="[email protected]">Henning Kayser</maintainer>
<license>BSD</license>
<author email="[email protected]">Henning Kayser</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_common</build_depend>
Expand Down
5 changes: 3 additions & 2 deletions moveit_demo_nodes/run_moveit_cpp/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?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>run_moveit_cpp</name>
<version>2.3.0</version>
<description>TODO: Package description</description>
<author email="[email protected]">Henning Kayser</author>
<description>A minimal example implementation of a MoveItCpp application</description>
<maintainer email="[email protected]">Henning Kayser</maintainer>
<license>BSD</license>
<author email="[email protected]">Henning Kayser</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_common</build_depend>
Expand Down
3 changes: 2 additions & 1 deletion moveit_demo_nodes/run_ompl_constrained_planning/package.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?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>run_ompl_constrained_planning</name>
<version>2.3.0</version>
<description>Demo ompl constrained planning capabilities</description>
<author email="[email protected]">Boston Cleek</author>
<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<license>BSD</license>
<author email="[email protected]">Boston Cleek</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_common</build_depend>
Expand Down
9 changes: 5 additions & 4 deletions moveit_kinematics/package.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<?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>moveit_kinematics</name>
<version>2.3.0</version>
<description>Package for all inverse kinematics solvers in MoveIt</description>

<author email="[email protected]">Dave Coleman</author>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>

<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">G.A. vd. Hoorn</maintainer>
Expand All @@ -20,6 +17,10 @@
<url type="repository">https://github.com/ros-planning/moveit2</url>
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>

<author email="[email protected]">Dave Coleman</author>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_common</build_depend>

Expand Down
7 changes: 4 additions & 3 deletions moveit_planners/moveit_planners/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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>moveit_planners</name>
<version>2.3.0</version>
<description>Meta package that installs all available planners for MoveIt</description>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>

<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>
Expand All @@ -16,6 +14,9 @@
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<!--
Expand Down
9 changes: 5 additions & 4 deletions moveit_planners/ompl/package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<package format="2">
<?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>moveit_planners_ompl</name>
<version>2.3.0</version>
<description>MoveIt interface to OMPL</description>

<author email="[email protected]">Ioan Sucan</author>

<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>
Expand All @@ -15,6 +14,8 @@
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<author email="[email protected]">Ioan Sucan</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_common</build_depend>

Expand Down
1 change: 1 addition & 0 deletions moveit_planners/pilz_industrial_motion_planner/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?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>pilz_industrial_motion_planner</name>
<version>1.1.5</version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<package>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>pilz_industrial_motion_planner_testutils</name>
<version>1.1.5</version>
<description>Helper scripts and functionality to test industrial motion generation</description>
Expand All @@ -20,9 +21,9 @@
<build_depend>moveit_msgs</build_depend>
<build_depend>tf2_eigen</build_depend>

<run_depend>moveit_core</run_depend>
<run_depend>moveit_msgs</run_depend>
<run_depend>moveit_commander</run_depend>
<exec_depend>moveit_core</exec_depend>
<exec_depend>moveit_msgs</exec_depend>
<exec_depend>moveit_commander</exec_depend>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
8 changes: 5 additions & 3 deletions moveit_planners/trajopt/package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<package format="2">
<?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>moveit_planners_trajopt</name>
<version>1.1.0</version>
<description>TrajOpt planning plugin, an optimization based motion planner </description>

<author email="[email protected]">Omid Heidari</author>

<maintainer email="[email protected]">Omid Heidari</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>

Expand All @@ -14,6 +14,8 @@
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<author email="[email protected]">Omid Heidari</author>

<buildtool_depend>catkin</buildtool_depend>

<depend>pluginlib</depend>
Expand Down
7 changes: 4 additions & 3 deletions moveit_plugins/moveit_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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>moveit_plugins</name>
<version>2.3.0</version>
<description>Metapackage for MoveIt plugins.</description>

<author email="[email protected]">Michael Ferguson</author>
<author email="[email protected]">Ioan Sucan</author>

<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">Michael Görner</maintainer>
Expand All @@ -16,6 +14,9 @@

<url type="website">http://moveit.ros.org</url>

<author email="[email protected]">Michael Ferguson</author>
<author email="[email protected]">Ioan Sucan</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<exec_depend>moveit_simple_controller_manager</exec_depend>
Expand Down
8 changes: 4 additions & 4 deletions moveit_plugins/moveit_ros_control_interface/package.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0"?>
<package format="2">
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>moveit_ros_control_interface</name>
<version>2.3.0</version>
<description>ros_control controller manager interface for MoveIt</description>

<author email="[email protected]">Mathias Lüdtke</author>

<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>

<license>BSD</license>

<author email="[email protected]">Mathias Lüdtke</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_common</build_depend>
<depend>rclcpp_action</depend>
Expand Down
9 changes: 5 additions & 4 deletions moveit_plugins/moveit_simple_controller_manager/package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<package format="2">
<?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>moveit_simple_controller_manager</name>
<version>2.3.0</version>
<description>A generic, simple controller manager plugin for MoveIt.</description>

<author email="[email protected]">Michael Ferguson</author>

<maintainer email="[email protected]">Michael Görner</maintainer>
<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
Expand All @@ -16,6 +15,8 @@
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<author email="[email protected]">Michael Ferguson</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_common</build_depend>

Expand Down
12 changes: 6 additions & 6 deletions moveit_ros/benchmarks/package.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<package format="2">
<?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>moveit_ros_benchmarks</name>
<version>2.3.0</version>

<description>Enhanced tools for benchmarks in MoveIt</description>

<author email="[email protected]">Ryan Luna</author>

<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>

<license>BSD</license>

<url type="website">http://moveit.ros.org</url>
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<license>BSD</license>
<author email="[email protected]">Ryan Luna</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_common</build_depend>
Expand Down
11 changes: 6 additions & 5 deletions moveit_ros/manipulation/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<package format="2">
<?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>moveit_ros_manipulation</name>
<version>1.1.5</version>
<description>Components of MoveIt used for manipulation</description>

<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>

<maintainer email="[email protected]">Michael Görner</maintainer>
<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
Expand All @@ -17,6 +15,9 @@
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>

<buildtool_depend>catkin</buildtool_depend>

<depend>actionlib</depend>
Expand Down
10 changes: 6 additions & 4 deletions moveit_ros/move_group/package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<package format="2">
<?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>moveit_ros_move_group</name>
<version>2.3.0</version>
<description>The move_group node for MoveIt</description>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>

<maintainer email="[email protected]">Michael Görner</maintainer>
<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
Expand All @@ -16,6 +15,9 @@
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>

<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_common</build_depend>

Expand Down
Loading

0 comments on commit 65fdd50

Please sign in to comment.