|
2 | 2 | Changelog for package behaviortree_cpp
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* fix warning and follow coding standard |
| 8 | +* docs: Small changes to tutorial 02 (`#225 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/225>`_) |
| 9 | + Co-authored-by: Valerio Magnago < [email protected]> |
| 10 | +* Merge branch 'master' of https://github.com/BehaviorTree/BehaviorTree.CPP |
| 11 | +* tutorial 1 fixed |
| 12 | +* decreasing warning level to fix issue `#220 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/220>`_ |
| 13 | +* fix compilation |
| 14 | +* Allow BT factory to define clock source for TimerQueue/TimerNode (`#215 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/215>`_) |
| 15 | + * Allow BT factory to define clock source for TimerQueue/TimerNode |
| 16 | + * Fix unit tests |
| 17 | + Co-authored-by: Cam Fulton < [email protected]> |
| 18 | + Co-authored-by: Davide Faconti < [email protected]> |
| 19 | +* Added delay node and wait for enter keypress node (`#182 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/182>`_) |
| 20 | + * Added delay node and wait for enter press node |
| 21 | + * Fixed unsigned int to int conversion bug |
| 22 | + * Added a new timer to keep a track of delay timeout and return RUNNING in the meanwhile |
| 23 | + * Removed wait for keypress node |
| 24 | + * Review changes suggested by gramss |
| 25 | + Co-authored-by: Indraneel Patil < [email protected]> |
| 26 | +* Update SequenceNode.md (`#211 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/211>`_) |
| 27 | +* add failure threshold to parallel node with tests (`#216 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/216>`_) |
| 28 | +* Update tutorial_05_subtrees.md |
| 29 | + I believe that the API has been updated. Reflecting the same in this tutorial. |
| 30 | +* Contributors: Aayush Naik, Davide Faconti, Indraneel Patil, Renan Salles, Valerio Magnago, Wuqiqi123, fultoncjb |
| 31 | + |
5 | 32 | 3.5.1 (2020-06-11)
|
6 | 33 | ------------------
|
7 | 34 | * trying to fix compilation in eloquent Minor fix on line 19
|
|
0 commit comments