File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package behaviortree_cpp
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ Forthcoming
6
+ -----------
7
+ * Merge pull request #27 from mjeronimo/bt-12-4-2018
8
+ Add support for ament/colcon build
9
+ * updated documentation
10
+ * Merge pull request #25 from BehaviorTree/include_xml
11
+ Add the ability to include an XML from another one
12
+ * <include> supports ROS package getPath (issue #17)
13
+ * Trying to fix writeXML (issue #24)
14
+ * New feature: include XMl from other XMLs (issue #17)
15
+ * more verbose error message
16
+ * adding unit tests for Repeat and Retry nodes #23
17
+ * Bug fix in Retry and Repeat Decorators (needs unit test)
18
+ * Throw if the parameter in blackboard can't be read
19
+ * Try to prevent error #22 in user code
20
+ * changed the protocol of the XML
21
+ * fixing issue #22
22
+ * Contributors: Davide Faconti, Michael Jeronimo
23
+
5
24
2.3.0 (2018-11-28)
6
25
------------------
7
26
* Fix: registerBuilder did not register the manifest. It was "broken" as public API method
Original file line number Diff line number Diff line change 1
1
![ License MIT] ( https://img.shields.io/dub/l/vibe-d.svg )
2
- ![ Version] ( https://img.shields.io/badge/version-v2.3 -green.svg )
2
+ ![ Version] ( https://img.shields.io/badge/version-v2.4 -green.svg )
3
3
[ ![ Build Status] ( https://travis-ci.org/BehaviorTree/BehaviorTree.CPP.svg?branch=master )] ( https://travis-ci.org/BehaviorTree/BehaviorTree.CPP )
4
4
5
5
# About BehaviorTree.CPP
You can’t perform that action at this time.
0 commit comments