|
2 | 2 | Changelog for package behaviortree_cpp
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* Build samples independently of examples (`#315 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/315>`_) |
| 8 | +* Fix dependency in package.xml (`#313 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/313>`_) |
| 9 | +* Fix doc statement (`#309 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/309>`_) |
| 10 | + Fix sentence |
| 11 | +* Fix references to RetryUntilSuccesful (`#308 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/308>`_) |
| 12 | + * Fix github action |
| 13 | + * Fix references to RetryUntilSuccesful |
| 14 | +* added subclass RetryNodeTypo (`#295 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/295>`_) |
| 15 | + Co-authored-by: Subaru Arai <SubaruArai@local> |
| 16 | +* Fix github action (`#302 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/302>`_) |
| 17 | +* Minor spelling correction (`#305 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/305>`_) |
| 18 | + Corrected `the_aswer` to `the_answer` |
| 19 | +* Update FallbackNode.md (`#306 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/306>`_) |
| 20 | + typo correction. |
| 21 | +* Add signal handler for Windows (`#307 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/307>`_) |
| 22 | +* fix |
| 23 | +* file renamed and documentation fixed |
| 24 | +* Update documentation for reactive sequence (`#286 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/286>`_) |
| 25 | +* Update FallbackNode.md (`#287 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/287>`_) |
| 26 | + Fix the pseudocode in the documentation of 'Reactive Fallback' according to its source code. |
| 27 | +* Update fallback documentation to V3 (`#288 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/288>`_) |
| 28 | + * Update FallbackNode.md description to V3 |
| 29 | + * Fix typo |
| 30 | +* Use pedantic for non MSVC builds (`#289 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/289>`_) |
| 31 | +* Merge branch 'master' of https://github.com/BehaviorTree/BehaviorTree.CPP |
| 32 | +* updated to latest flatbuffers |
| 33 | +* Update README.md |
| 34 | +* Fix issue `#273 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/273>`_ |
| 35 | +* remove potential crash when an unfinished tree throws an exception |
| 36 | +* remove appveyor |
| 37 | +* Merge branch 'git_actions' |
| 38 | +* Fixes for compilation on windows. (`#248 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/248>`_) |
| 39 | + * Fix for detecting ZeroMQ on windows |
| 40 | + Naming convention is a bit different for ZeroMQ, specifically on Windows with vcpkg. While ZMQ and ZeroMQ are valid on linux, the ZMQ naming convention only works on linux. |
| 41 | + * Compilation on windows not working with /WX |
| 42 | + * Macro collision on Windows |
| 43 | + On windows, the macros defined in the abstract logger collides with other in windows.h. Made them lowercase to avoid collision |
| 44 | +* Remove native support for Conan (`#280 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/280>`_) |
| 45 | +* add github workflow |
| 46 | +* Registered missing dummy nodes for examples (`#275 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/275>`_) |
| 47 | + * Added CheckTemperature dummy node |
| 48 | + * Added SayHello dummy node |
| 49 | +* add zmq.hpp in 3rdparty dirfectory |
| 50 | +* add test |
| 51 | +* fix some warnings |
| 52 | +* Fix bug on halt of delay node (`#272 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/272>`_) |
| 53 | + - When DelayNode is halted and ticked again, it always returned FAILURE since the state of DelayNode was not properly reset. |
| 54 | + - This commit fixes unexpected behavior of DelayNode when it is halted. |
| 55 | + Co-authored-by: Jinwoo Choi < [email protected]> |
| 56 | +* Clear all of blackboard's content (`#269 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/269>`_) |
| 57 | +* Added printTreeRecursively overload with ostream parameter (`#264 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/264>`_) |
| 58 | + * Added overload to printTreeRecursively |
| 59 | + * Changed include to iosfwd |
| 60 | + * Added test to verify function writes to stream |
| 61 | + * Added call to overload without stream parameter |
| 62 | + * Fixed conversion error |
| 63 | + * Removed overload in favor of default argument |
| 64 | +* Fix typo (`#260 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/260>`_) |
| 65 | + Co-authored-by: Francesco Vigni < [email protected]> |
| 66 | +* Update README.md |
| 67 | +* abstract_logger.h: fixed a typo (`#257 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/257>`_) |
| 68 | +* Contributors: Adam Sasine, Affonso, Guilherme, Akash, Billy, Cong Liu, Daisuke Nishimatsu, Davide Faconti, Francesco Vigni, Heben, Jake Keller, Per-Arne Andersen, Ross Weir, Steve Macenski, SubaruArai, Taehyeon, Uilian Ries, Yadu, Yuwei Liang, matthews-jca, swarajpeppermint |
| 69 | + |
5 | 70 | 3.5.6 (2021-02-03)
|
6 | 71 | ------------------
|
7 | 72 | * fix issue `#227 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/227>`_
|
|
0 commit comments