Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Martín Rico <[email protected]>
  • Loading branch information
fmrico committed Oct 16, 2024
1 parent 9f5def8 commit 271be6c
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion plansys2_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_bringup</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>Bringup scripts and configurations for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_bt_actions/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_bt_actions</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains the Problem Expert module for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_core</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains the PDDL-based core for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_domain_expert/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_domain_expert</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains the Domain Expert module for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_executor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_executor</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains the Executor module for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_lifecycle_manager/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_lifecycle_manager</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>A controller/manager for the lifecycle nodes of the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_msgs</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>Messages and service files for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_pddl_parser/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_pddl_parser</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains a library for parsing PDDL domains and problems.

Expand Down
2 changes: 1 addition & 1 deletion plansys2_planner/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package plansys2_planner
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.10 (2024-10-16)
2.0.12 (2024-10-16)
-------------------
* Integrated feedback, and fixes to have tests to pass
* Added support for configuring the planner timeout
Expand Down
2 changes: 1 addition & 1 deletion plansys2_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_planner</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains the PDDL-based Planner module for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_popf_plan_solver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_popf_plan_solver</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains the PDDL-based Planner module for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_problem_expert/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_problem_expert</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains the Problem Expert module for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_support_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_support_py</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains modules for developing PlanSys components in Python</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_terminal/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_terminal</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>A terminal tool for monitor and manage the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_tests</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>This package contains the tests package for the ROS2 Planning System</description>

Expand Down
2 changes: 1 addition & 1 deletion plansys2_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>plansys2_tools</name>
<version>2.0.10</version>
<version>2.0.12</version>

<description>A set of tools for monitoring ROS2 Planning System</description>

Expand Down

0 comments on commit 271be6c

Please sign in to comment.