|
2 | 2 | Changelog for package behaviortree_cpp
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* fix issue `#501 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/501>`_ |
| 8 | +* fix issue `#505 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/505>`_ |
| 9 | +* solve issue `#506 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/506>`_ |
| 10 | +* prevent useless exception catcking |
| 11 | +* fix issue `#507 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/507>`_ |
| 12 | +* adding the uid to the log to uniquely identify the nodes (`#502 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/502>`_) |
| 13 | +* fix in SharedLibrary and cosmetic changes to the code |
| 14 | +* using tinyxml ErrorStr() instead of ErrorName() to get more info about missing file (`#497 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/497>`_) |
| 15 | +* Fixed use of ros_pkg for ROS1 applications (`#483 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/483>`_) |
| 16 | +* Fix error message StdCoutLogger -> MinitraceLogger (`#495 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/495>`_) |
| 17 | +* Fix boost dependency in package.xml (`#493 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/493>`_) |
| 18 | + Co-authored-by: Bart Keulen < [email protected]> |
| 19 | +* support Enums in string conversion |
| 20 | +* fix issue 489 |
| 21 | +* updated example. Demonstrate pass by reference |
| 22 | +* lexy updated |
| 23 | +* rename haltChildren to resetChildren |
| 24 | +* revert `#329 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/329>`_ |
| 25 | +* Merge branch 'master' of github.com:BehaviorTree/BehaviorTree.CPP |
| 26 | +* Small improvements (`#479 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/479>`_) |
| 27 | + * Make message for allowed port names more explicit |
| 28 | + Also throw an exception for unknown port direction rather than using |
| 29 | + `PortDirection::INOUT`. |
| 30 | + * Small code improvements |
| 31 | + * Remove code without effect |
| 32 | +* Fix some renaming for V4 (`#480 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/480>`_) |
| 33 | +* Define NodeConfiguration for BT3 compatibility (`#477 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/477>`_) |
| 34 | +* Implement `#404 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/404>`_ to solve `#435 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/435>`_ (gtest not found) |
| 35 | +* fix issue `#474 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/474>`_ Make libraries dependencies private |
| 36 | +* fix issue `#413 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/413>`_ (Delay logic) |
| 37 | +* change suggested in `#444 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/444>`_ |
| 38 | +* add XML converter |
| 39 | +* Add CodeQL workflow (`#471 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/471>`_) |
| 40 | +* Update README.md |
| 41 | +* Contributors: Ana, Bart Keulen, Christian Henkel, Davide Faconti, Gaël Écorchard, Jorge, Mahmoud Farshbafdoustar, Norawit Nangsue |
| 42 | + |
5 | 43 | 4.0.1 (2022-11-19)
|
6 | 44 | ------------------
|
7 | 45 | * version 4.X
|
|
0 commit comments