File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 22Changelog for package behaviortree_cpp
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+ * Simplify the visualization of custom type in Groot2 and improved tutorial 12
8+ * fix compilation warnings
9+ * Apply changes in ReactiveSequence to ReactiveFallback too
10+ * test that logging works correctly with ReactiveSequence `#643 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/643 >`_
11+ * reduce the number of times preconditions scripts are executed
12+ * PauseWithRetry test added
13+ * Contributors: Davide Faconti
14+
5154.3.5 (2023-08-14)
616------------------
717* fix issue `#621 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/621 >`_: ConsumeQueue
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16.3) # version on Ubuntu Focal
22
3- project (behaviortree_cpp VERSION 4.3.5 LANGUAGES C CXX)
3+ project (behaviortree_cpp VERSION 4.3.6 LANGUAGES C CXX)
44
55set (CMAKE_CONFIG_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR} /cmake" )
66list (APPEND CMAKE_MODULE_PATH "${CMAKE_CONFIG_PATH} " )
You can’t perform that action at this time.
0 commit comments