@@ -17,7 +17,7 @@ Changelog for package behaviortree_cpp
1717* Fix dangling‐capture in TestNodeConfig
1818* Fix Precondition to only check condition once (`#904 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/904 >`_)
1919* fix issue 945
20- * extend JSON convertion to include vectors (`#965 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/965 >`_)
20+ * extend JSON conversion to include vectors (`#965 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/965 >`_)
2121* Fix CI, add BUILD_TESTS and remove catkin support
2222* Fix testing CMake issue to resolve Rolling regression (`#961 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/961 >`_)
2323* Bug fix/set blackboard (`#955 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/955 >`_)
@@ -116,7 +116,7 @@ Changelog for package behaviortree_cpp
116116* warn about overwritten enums
117117* fix ambiguous to_json
118118* Extend unit test for blackboard backup to run the second tree (`#789 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/789 >`_)
119- * json convertion changed and
119+ * json conversion changed and
120120* issue `#755 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/755 >`_ : add backchaining test and change reactive nodes checks (`#770 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/770 >`_)
121121* Update switch_node.h
122122* test moved and port remapping fixed
@@ -393,7 +393,7 @@ Changelog for package behaviortree_cpp
393393* better include paths
394394* Control node and Decorators RUNNING before first child
395395* blackboard: update getKeys and add mutex to scripting
396- * add [[nodiscard]] and some othe minor changes
396+ * add [[nodiscard]] and some other minor changes
397397* add screenshot
398398* change the behavior of tickOnce to actually loop is wake up signal is… (`#522 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/522 >`_)
399399 * change the behavior of tickOnce to actually loop is wake up signal is received
@@ -492,7 +492,7 @@ Changelog for package behaviortree_cpp
492492 dependency explicitly.
493493* Change order of lock to prevent deadlock. (`#368 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/368 >`_)
494494 Resolves `#367 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/367 >`_.
495- * Fix `#320 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/320 >`_ : forbit refrences in Any
495+ * Fix `#320 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/320 >`_ : forbid references in Any
496496* Update action_node.h
497497* Contributors: Adam Sasine, Davide Faconti, Fabian Schurig, Griswald Brooks, Hyeongsik Min, Robodrome, imgbot[bot], panwauu
498498
@@ -839,9 +839,9 @@ Changelog for package behaviortree_cpp
839839* Conan package distribution (#39)
840840* Non-functional refactoring of xml_parsing to clean up the code
841841* cosmetic changes in the code of BehaviorTreeFactory
842- * XML schema. Related to enchancement #40
842+ * XML schema. Related to enhancement #40
843843* call setRegistrationName() for built-in Nodes
844- The methos is called by BehaviorTreefactory, therefore it
844+ The method is called by BehaviorTreefactory, therefore it
845845 registrationName is empty if trees are created programmatically.
846846* Reset reference count when destroying logger (issue #38)
847847* Contributors: Davide Facont, Davide Faconti, Uilian Ries
@@ -857,7 +857,7 @@ Changelog for package behaviortree_cpp
857857------------------
858858* adding virtual TreeNode::onInit() [issue #33]
859859* fix issue #34 : if you don't implement convertFromString, it will compile but it may throw
860- * Pretty demangled names and obsolate comments removed
860+ * Pretty demangled names and obsolete comments removed
861861* bug fixes
862862* more comments
863863* [enhancement #32]: add CoroActionNode and rename ActionNode as "AsynActionNode"
@@ -924,7 +924,7 @@ Changelog for package behaviortree_cpp
924924* Fix: registerBuilder did not register the manifest. It was "broken" as public API method
925925* Use the Pimpl idiom to hide zmq from the header file
926926* move header of minitrace in the cpp file
927- * Fixed a crash occuring when you didn't initialized a Tree object (#20)
927+ * Fixed a crash occurring when you didn't initialized a Tree object (#20)
928928* Fix issue #16
929929* add ParallelNode to pre-registered entries in factory (issue #13)
930930* removed M_PI
0 commit comments