|
2 | 2 | Changelog for package behaviortree_cpp
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* Backport of some build-related flatbuffers changes (`#825 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/825>`_) |
| 8 | + * From flatbuffers upstream: Fix compiler error |
| 9 | + Original author of change: avaliente-bc |
| 10 | + Backport/update from upstream flatbuffers repository. |
| 11 | + Change taken from https://github.com/google/flatbuffers/pull/7227 |
| 12 | + * From flatbuffers upstream: Fix include of string_view with C++17 abseil |
| 13 | + Original author of change: ocpalo |
| 14 | + Backport/update from upstream flatbuffers repository. |
| 15 | + Changes taken from https://github.com/google/flatbuffers/pull/7897. |
| 16 | +* Add in call to ament_export_targets. (`#826 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/826>`_) |
| 17 | + That way downstream ament packages can use this |
| 18 | + package as a CMake target. |
| 19 | +* Fixed `#810 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/810>`_ - halting of subsequent nodes in ReactiveSequence/Fallback (`#817 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/817>`_) |
| 20 | + * ReactiveSequence and ReactiveFallback will behave more similarly to 3.8 |
| 21 | + * Reactive Sequence/Fallback defaulting to allow multiple async nodes |
| 22 | + --------- |
| 23 | + Co-authored-by: Davide Faconti < [email protected]> |
| 24 | + Co-authored-by: Matej Vargovcik < [email protected]> |
| 25 | +* Merge pull request `#769 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/769>`_ from bi0ha2ard/fewer_boost_dependencies |
| 26 | + depend only on libboost-coroutine(-dev) for v3.8 |
| 27 | +* fix(dependency): depend only on libboost-coroutine(-dev) |
| 28 | + At least on Ubuntu, boost-all-dev depends on openmpi, which depends on a |
| 29 | + fortran compiler and gcc. This is very heavy for Docker containers where |
| 30 | + only exec dependencies are really needed. |
| 31 | +* alternative to `#719 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/719>`_ |
| 32 | +* fix issue `#725 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/725>`_ : SetBlackboard can copy entries |
| 33 | +* Contributors: Chris Lalancette, Davide Faconti, Felix, Lars Toenning, afrixs |
| 34 | + |
5 | 35 | 3.8.5 (2023-08-14)
|
6 | 36 | ------------------
|
7 | 37 |
|
|
0 commit comments