Skip to content

Commit fa13d61

Browse files
committed
new version 4.1.0
1 parent 604c013 commit fa13d61

File tree

14 files changed

+83
-40
lines changed

14 files changed

+83
-40
lines changed

yasmin/CHANGELOG.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog for package yasmin
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
4.1.0 (2025-12-07)
7+
------------------
8+
* adding python-dev in deps and removing unused test deps for python
9+
* setting signing handle as false by default
10+
* adding SIGINT handler for YASMIN state machines in core package
11+
* adding abort to fibonacci demo server
12+
* Contributors: Miguel Ángel González Santamarta
13+
614
4.0.2 (2025-12-01)
715
------------------
816
* fixing macros using pybind and setting EventsExecutor for Kilted and Rolling
@@ -21,7 +29,7 @@ Changelog for package yasmin
2129
* adding attr test to python blackboard
2230
* removing comments from python stub files of yasmin package
2331
* Merge pull request `#70 <https://github.com/uleroboticsgroup/yasmin/issues/70>`_ from uleroboticsgroup/pybinding
24-
[New Greate Version] Pybinding + Plugins + Editor
32+
[New Great Version] Pybinding + Plugins + Editor
2533
* adding set and get attr to blackboard pybinding
2634
* setting input/output remappings
2735
* fixing clang version
@@ -36,7 +44,6 @@ Changelog for package yasmin
3644
* remapping renamed to remappings
3745
* adding type registry toblackboard
3846
* replacing static constexpr bool with static bool in BlackboardPyWrapper
39-
* reverting only-one-workflow
4047
* fixing BlackboardPyWrapper to improve the type check in Python
4148
* initial files fo yasmin_factory
4249
* fixing license name in package.xml files

yasmin/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>yasmin</name>
5-
<version>4.0.2</version>
5+
<version>4.1.0</version>
66
<description>YASMIN (Yet Another State MachINe) main package</description>
77
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3.0</license>

yasmin_demos/CHANGELOG.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Changelog for package yasmin_demos
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
4.1.0 (2025-12-07)
7+
------------------
8+
* adding python-dev in deps and removing unused test deps for python
9+
* setting signing handle as false by default
10+
* updating nav demo in docs
11+
* adding SIGINT handler for YASMIN state machines in core package
12+
* adding Reentrant as default callback group in ActionState
13+
* adding abort to fibonacci demo server
14+
* Contributors: Miguel Ángel González Santamarta
15+
616
4.0.2 (2025-12-01)
717
------------------
818
* fixing python comments
@@ -24,7 +34,7 @@ Changelog for package yasmin_demos
2434
* removing comments from main functions
2535
* creating C++ nav_demo
2636
* Merge pull request `#70 <https://github.com/uleroboticsgroup/yasmin/issues/70>`_ from uleroboticsgroup/pybinding
27-
[New Greate Version] Pybinding + Plugins + Editor
37+
[New Great Version] Pybinding + Plugins + Editor
2838
* fixing Python imports
2939
* fixing clang version
3040
* cancling SM created by factoy in C++

yasmin_demos/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>yasmin_demos</name>
5-
<version>4.0.2</version>
5+
<version>4.1.0</version>
66
<description>Demos of YASMIN (Yet Another State MachINe)</description>
77
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3.0</license>

yasmin_editor/CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package yasmin_editor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.1.0 (2025-12-07)
6+
------------------
7+
58
4.0.2 (2025-12-01)
69
------------------
710
* fixing python comments
@@ -21,7 +24,7 @@ Changelog for package yasmin_editor
2124
* refactoring yasmin_editor
2225
* removing comments from main functions
2326
* Merge pull request `#70 <https://github.com/uleroboticsgroup/yasmin/issues/70>`_ from uleroboticsgroup/pybinding
24-
[New Greate Version] Pybinding + Plugins + Editor
27+
[New Great Version] Pybinding + Plugins + Editor
2528
* new python files for load and save state machines in editor
2629
* removing transition dialog
2730
* restoring get_concurrence_data in concurrence dialog for editor

yasmin_editor/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>yasmin_editor</name>
5-
<version>4.0.2</version>
5+
<version>4.1.0</version>
66
<description>Editor for YASMIN (Yet Another State MachINe)</description>
77
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3.0</license>

yasmin_factory/CHANGELOG.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package yasmin_factory
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.1.0 (2025-12-07)
6+
------------------
7+
* adding python-dev in deps and removing unused test deps for python
8+
* setting signing handle as false by default
9+
* adding SIGINT handler for YASMIN state machines in core package
10+
* Contributors: Miguel Ángel González Santamarta
11+
512
4.0.2 (2025-12-01)
613
------------------
714
* fixing macros using pybind and setting EventsExecutor for Kilted and Rolling
@@ -11,9 +18,6 @@ Changelog for package yasmin_factory
1118
4.0.1 (2025-11-25)
1219
------------------
1320
* adding ament_cmake_python to factory package.xml
14-
* Revert "removing Python3_INCLUDE_DIRS"
15-
This reverts commit a12378ab6fa1c36661832f8ad7db16a1a3440e95.
16-
* removing Python3_INCLUDE_DIRS
1721
* fixing dependencies in package.xml of demos and factory
1822
* Contributors: Miguel Ángel González Santamarta
1923

@@ -30,7 +34,7 @@ Changelog for package yasmin_factory
3034
* removing ament_python from dependencies
3135
* removing comments from main functions
3236
* Merge pull request `#70 <https://github.com/uleroboticsgroup/yasmin/issues/70>`_ from uleroboticsgroup/pybinding
33-
[New Greate Version] Pybinding + Plugins + Editor
37+
[New Great Version] Pybinding + Plugins + Editor
3438
* adding file_name + package to include XML state machines
3539
* fixing order to load included XML state machine in factory
3640
* replacing xml with lxml in Python

yasmin_factory/package.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<?xml version="1.0"?>
22
<package format="3">
3-
<name>yasmin_factory</name>
4-
<version>4.0.2</version>
5-
<description>YASMIN factory to create FSMs from XML files</description>
6-
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
7-
<license>GPL-3.0</license>
8-
<buildtool_depend>ament_cmake</buildtool_depend>
9-
<buildtool_depend>ament_cmake_python</buildtool_depend>
10-
<depend>python3-dev</depend>
11-
<depend>pluginlib</depend>
12-
<depend>pybind11-dev</depend>
13-
<depend>class_loader</depend>
14-
<depend>rclcpp</depend>
15-
<depend>yasmin</depend>
16-
<depend>yasmin_viewer</depend>
17-
<depend>tinyxml2_vendor</depend>
18-
<depend condition="$ROS_DISTRO == foxy">boost</depend>
19-
<exec_depend>python3</exec_depend>
20-
<exec_depend>python3-lxml</exec_depend>
21-
<test_depend>ament_cmake_gtest</test_depend>
22-
<test_depend>ament_cmake_pytest</test_depend>
23-
<export>
24-
<build_type>ament_cmake</build_type>
25-
</export>
3+
<name>yasmin_factory</name>
4+
<version>4.1.0</version>
5+
<description>YASMIN factory to create FSMs from XML files</description>
6+
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
7+
<license>GPL-3.0</license>
8+
<buildtool_depend>ament_cmake</buildtool_depend>
9+
<buildtool_depend>ament_cmake_python</buildtool_depend>
10+
<depend>python3-dev</depend>
11+
<depend>pluginlib</depend>
12+
<depend>pybind11-dev</depend>
13+
<depend>class_loader</depend>
14+
<depend>rclcpp</depend>
15+
<depend>yasmin</depend>
16+
<depend>yasmin_viewer</depend>
17+
<depend>tinyxml2_vendor</depend>
18+
<depend condition="$ROS_DISTRO == foxy">boost</depend>
19+
<exec_depend>python3</exec_depend>
20+
<exec_depend>python3-lxml</exec_depend>
21+
<test_depend>ament_cmake_gtest</test_depend>
22+
<test_depend>ament_cmake_pytest</test_depend>
23+
<export>
24+
<build_type>ament_cmake</build_type>
25+
</export>
2626
</package>

yasmin_msgs/CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog for package yasmin_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
4.1.0 (2025-12-07)
7+
------------------
8+
69
4.0.2 (2025-12-01)
710
------------------
811

@@ -12,7 +15,7 @@ Changelog for package yasmin_msgs
1215
4.0.0 (2025-11-24)
1316
------------------
1417
* Merge pull request `#70 <https://github.com/uleroboticsgroup/yasmin/issues/70>`_ from uleroboticsgroup/pybinding
15-
[New Greate Version] Pybinding + Plugins + Editor
18+
[New Great Version] Pybinding + Plugins + Editor
1619
* fixing license name in package.xml files
1720
* Contributors: Miguel Ángel González Santamarta
1821

yasmin_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>yasmin_msgs</name>
5-
<version>4.0.2</version>
5+
<version>4.1.0</version>
66
<description>Msgs of (Yet Another State MachINe)</description>
77
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
88
<license>GPL-3.0</license>

0 commit comments

Comments
 (0)