@@ -15,7 +15,7 @@ It was designed to be flexible, easy to use, reactive and fast.
1515Even if our main use-case is __ robotics__ , you can use this library to build
1616__ AI for games__ , or to replace Finite State Machines.
1717
18- There are few features which make __ BehaviorTree.CPP__ unique, when compared to other implementations:
18+ There are a few features that make __ BehaviorTree.CPP__ unique, when compared to other implementations:
1919
2020- It makes __ asynchronous Actions__ , i.e. non-blocking, a first-class citizen.
2121
@@ -30,29 +30,26 @@ and load them at run-time.
3030 Nodes of the Tree.
3131
3232- It includes a __ logging/profiling__ infrastructure that allows the user
33- to visualize, record, replay and analyze state transitions.
33+ to visualize, record, replay, and analyze state transitions.
3434
35- ## Documentation and Community
35+ ## Documentation
3636
37- You can learn about the main concepts, the API and the tutorials here: https://www.behaviortree.dev/
38-
39- An automatically generated API documentation can be found here: https://www.behaviortree.dev/
40-
41- If the documentation doesn't answer your questions and/or you want to
42- connect with the other ** BT.CPP** users, visit [ our forum] ( https://github.com/BehaviorTree/BehaviorTree.CPP/discussions )
37+ - ** Tutorials and general documentation** : https://www.behaviortree.dev/
38+ - ** Auto-generated Doxygen** : https://behaviortree.github.io/BehaviorTree.CPP/
39+ - ** Community support and forum** : https://github.com/BehaviorTree/BehaviorTree.CPP/discussions
4340
4441# GUI Editor
4542
4643Editing a BehaviorTree is as simple as editing an XML file in your favorite text editor.
4744
48- If you are looking for a more fancy graphical user interface (and I know you do) check
45+ If you are looking for a fancier graphical user interface (and I know you do) check
4946[ Groot2] ( https://www.behaviortree.dev/groot ) out.
5047
5148![ Groot screenshot] ( docs/groot-screenshot.png )
5249
5350# How to compile
5451
55- ** BT.CPP** requires a compile that supports c ++17.
52+ ** BT.CPP** requires a compiler that supports C ++17.
5653
5754Three build systems are supported:
5855
@@ -104,7 +101,7 @@ The behaviortree-cpp port in vcpkg is kept up to date by Microsoft team members
104101
105102# Commercial support
106103
107- Are you using BT.CPP in your commercial product and do you need technical support / consulting?
104+ Are you using BT.CPP in your commercial product, and do you need technical support / consulting?
108105You can contact the primary author, ** dfaconti@aurynrobotics.com ** , to discuss your use case and needs.
109106
110107## Previous version
0 commit comments