Skip to content

Commit

Permalink
set 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs committed Oct 2, 2024
1 parent 700a726 commit 32305a1
Show file tree
Hide file tree
Showing 59 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion dependencies/scenario_execution_py_trees_ros/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>scenario_execution_py_trees_ros</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Fixes in py-trees-ros not yet release</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/scenario_execution_py_trees_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion examples/example_multi_robot/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>example_multi_robot</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Example Multi Robot</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion examples/example_multi_robot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion examples/example_scenario_control/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>example_scenario_control</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution Example for Scenario Control using RVIZ</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion examples/example_scenario_control/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=[PACKAGE_NAME],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion examples/example_simulation/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>example_simulation</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution Example for Simulation</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion examples/example_simulation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=[PACKAGE_NAME],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_floorplan_dsl/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>scenario_execution_floorplan_dsl</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution library for Floorplan DSL</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_floorplan_dsl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_gazebo/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Changelog for package scenario_execution_gazebo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-10-02)
1.2.0 (2024-10-02)
------------------
* Initial creation of gazebo library for scenario execution
2 changes: 1 addition & 1 deletion libs/scenario_execution_gazebo/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>scenario_execution_gazebo</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution library for Gazebo</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_gazebo/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_kubernetes/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>scenario_execution_kubernetes</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Package for scenario execution kubernetes library</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_kubernetes/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_nav2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Changelog for package scenario_execution_nav2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-10-02)
1.2.0 (2024-10-02)
------------------
* Initial creation of nav2 library for scenario execution
2 changes: 1 addition & 1 deletion libs/scenario_execution_nav2/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>scenario_execution_nav2</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution library for Nav2</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_nav2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_os/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Changelog for package scenario_execution_os
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-10-02)
1.2.0 (2024-10-02)
------------------
* Initial creation of os library for scenario execution
2 changes: 1 addition & 1 deletion libs/scenario_execution_os/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>scenario_execution_os</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution library for OS interactions</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_os/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_pybullet/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>scenario_execution_pybullet</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution library for PyBullet</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_pybullet/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_x11/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Changelog for package scenario_execution_x11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-10-02)
1.2.0 (2024-10-02)
------------------
* Initial creation of x11 library for scenario execution
2 changes: 1 addition & 1 deletion libs/scenario_execution_x11/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>scenario_execution_x11</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution library for X11</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion libs/scenario_execution_x11/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion scenario_coverage/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>scenario_coverage</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Robotics Scenario Execution Coverage Tools</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion scenario_coverage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package scenario_execution
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-10-02)
1.2.0 (2024-10-02)
------------------
* Commandline parameters
* Add increment, decrement action, fix check
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution/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>scenario_execution</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(exclude=['test*']),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution_control/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package scenario_execution_control
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-10-02)
1.2.0 (2024-10-02)
------------------
* Initial creation of control package for scenario execution

2 changes: 1 addition & 1 deletion scenario_execution_control/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>scenario_execution_control</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution Control</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution_control/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
PACKAGE_NAME = 'scenario_execution_control'
setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=[PACKAGE_NAME],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution_interfaces/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Changelog for package scenario_execution_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-10-02)
1.2.0 (2024-10-02)
------------------
* Initial creation of interfaces package for scenario execution
2 changes: 1 addition & 1 deletion scenario_execution_interfaces/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>scenario_execution_interfaces</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>ROS2 Interfaces for Scenario Execution</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package scenario_execution_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-10-02)
1.2.0 (2024-10-02)
------------------
* check_data_external: add action to check with custom python function
* rename record_bag to bag_record, add bag_play
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution_ros/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>scenario_execution_ros</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Scenario Execution for ROS</description>
<author email="[email protected]">Frederik Pasch</author>
<author email="[email protected]">Florian Mirus</author>
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution_ros/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion scenario_execution_rviz/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Changelog for package scenario_execution_rviz
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-10-02)
1.2.0 (2024-10-02)
------------------
* Initial creation of rviz plugin package for scenario execution
2 changes: 1 addition & 1 deletion scenario_execution_rviz/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>scenario_execution_rviz</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>The scenario_execution_rviz package</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion simulation/gazebo/gazebo_static_camera/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>gazebo_static_camera</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>Spawn a static camera within a gazebo world</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion simulation/gazebo/gazebo_static_camera/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name=PACKAGE_NAME,
version='1.3.0',
version='1.2.0',
packages=find_namespace_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
2 changes: 1 addition & 1 deletion simulation/gazebo/gazebo_tf_publisher/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>gazebo_tf_publisher</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>
Node to publish ignition ground truth TF tree
</description>
Expand Down
2 changes: 1 addition & 1 deletion simulation/gazebo/tb4_sim_scenario/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>tb4_sim_scenario</name>
<version>1.3.0</version>
<version>1.2.0</version>
<description>TurtleBot 4 Simulation Scenario Execution</description>
<author email="[email protected]">Intel Labs</author>
<maintainer email="[email protected]">Intel Labs</maintainer>
Expand Down
Loading

0 comments on commit 32305a1

Please sign in to comment.