-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce package.xml format 3 Schema (#779)
- Loading branch information
1 parent
6cdc62a
commit 65fdd50
Showing
30 changed files
with
134 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
||
<!-- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
||
|
Oops, something went wrong.