|
2 | 2 | Changelog for package behaviortree_cpp
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* adding virtual TreeNode::onInit() [issue #33] |
| 8 | +* fix issue #34 : if you don't implement convertFromString, it will compile but it may throw |
| 9 | +* Pretty demangled names and obsolate comments removed |
| 10 | +* bug fixes |
| 11 | +* more comments |
| 12 | +* [enhancement #32]: add CoroActionNode and rename ActionNode as "AsynActionNode" |
| 13 | + The name ActionNode was confusing and it has been deprecated. |
| 14 | +* Update README.md |
| 15 | +* removed old file |
| 16 | +* Fix issue #31 : convertFromString mandatory for TreeNode::getParam, not Blackboard::get |
| 17 | +* Cherry piking changes from PR #19 which solve issue #2 CONAN support |
| 18 | +* Contributors: Davide Faconti |
| 19 | + |
| 20 | +2.4.3 (2018-12-07) |
| 21 | +------------------ |
| 22 | +* Merge branch 'master' into ros2 |
| 23 | +* removed old file |
| 24 | +* Fix issue #31 : convertFromString mandatory for TreeNode::getParam, not Blackboard::get |
| 25 | +* 2.4.3 |
| 26 | +* version bump |
| 27 | +* Merge pull request #30 from nuclearsandwich/patch-1 |
| 28 | + Fix typo in package name. |
| 29 | +* Remove extra find_package(ament_cmake_gtest). |
| 30 | + This package should only be needed if BUILD_TESTING is on and is |
| 31 | + find_package'd below if ament_cmake is found and BUILD_TESTING is on. |
| 32 | +* Fix typo in package name. |
| 33 | +* added video to readme |
| 34 | +* Cherry piking changes from PR #19 which solve issue #2 CONAN support |
| 35 | +* Merge pull request #29 from nuclearsandwich/ament-gtest-dep |
| 36 | + Add test dependency on ament_cmake_gtest. |
| 37 | +* Add test dependency on ament_cmake_gtest. |
| 38 | +* fix travis removing CI |
| 39 | +* Contributors: Davide Faconti, Steven! Ragnarök |
| 40 | + |
| 41 | +2.4.2 (2018-12-05) |
| 42 | +------------------ |
| 43 | +* support ament |
| 44 | +* change to ament |
| 45 | +* Contributors: Davide Faconti |
| 46 | + |
5 | 47 | 2.4.1 (2018-12-05)
|
6 | 48 | ------------------
|
7 | 49 | * fix warnings and dependencies in ROS, mainly related to ZMQ
|
|
0 commit comments