|
2 | 2 | Changelog for package yasmin_demos |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | + |
| 6 | +3.2.0 (2025-04-11) |
| 7 | +------------------ |
| 8 | +* fixing c++ version in CMakeLists |
| 9 | +* Add Concurrence - Running Parallel/Concurrent States (`#50 <https://github.com/uleroboticsgroup/yasmin/issues/50>`_) |
| 10 | + * add concurrence state |
| 11 | + * add mutex for intermedaite state dict |
| 12 | + * prefix self vars with underscore |
| 13 | + * add concurrence str definition |
| 14 | + * add comment docs conform 120 character limit |
| 15 | + * fix init comment on concurrence |
| 16 | + * fix str gen for concurrence |
| 17 | + * replace state string representation as outcome map key with an integer alternative |
| 18 | + * add logic and tests to protect against running a state instance concurrently with itself |
| 19 | + * add newlines at end of files |
| 20 | + * verify intermedaite state outcome registration |
| 21 | + * add untested cpp implementation |
| 22 | + * fix compile warnings and add a demo |
| 23 | + * add licensing |
| 24 | + * run clang format on c files |
| 25 | + * run black format on py files |
| 26 | + * add python demo for concurrence |
| 27 | + * adjust to match python demo better |
| 28 | + --------- |
| 29 | + Co-authored-by: William Freidank <william.freidank@gtri.gatech.edu> |
| 30 | +* adding remapping to C++ version |
| 31 | +* Preempt monitor state on cancel request (`#46 <https://github.com/uleroboticsgroup/yasmin/issues/46>`_) |
| 32 | + * Preempt monitor state on cancel request |
| 33 | + * Add canceled outcome to monitor_state and monitor_demo |
| 34 | + * Implement monitor_state cancel check in Python |
| 35 | +* Feat/remmaping (`#47 <https://github.com/uleroboticsgroup/yasmin/issues/47>`_) |
| 36 | + * started remmaping |
| 37 | + * remmaping working with demo |
| 38 | + * reformated with black |
| 39 | + * formated again with --line-length 90 |
| 40 | + * added remap documentation to the code |
| 41 | +* Contributors: LuisMilczarek, Miguel Ángel González Santamarta, Paul Verhoeckx, William Freidank |
| 42 | + |
5 | 43 | 3.1.0 (2025-02-05) |
6 | 44 | ------------------ |
7 | 45 | * set_ros_loggers allows setting node to log |
|
0 commit comments