Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e392e5

Browse files
author
Davide Faconti
committed
version bump
1 parent c937839 commit 1e392e5

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22
Changelog for package behaviortree_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

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+
547
2.4.1 (2018-12-05)
648
------------------
749
* fix warnings and dependencies in ROS, mainly related to ZMQ

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>behaviortree_cpp</name>
3-
<version>2.4.1</version>
3+
<version>2.4.3</version>
44
<description>
55
This package provides a behavior trees core.
66
</description>

0 commit comments

Comments
 (0)