You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-30Lines changed: 16 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -18,38 +18,9 @@ to visualize, record, replay and analyze state transitions.
18
18
Documentation
19
19
------------
20
20
21
-
https://eurecat.github.io/BehaviorTree.CPP
21
+
https://behaviortree.github.io/BehaviorTree.CPP/
22
22
23
-
Reference
24
-
------------
25
-
Please refer to the following paper when using the library:
26
-
27
-
**How Behavior Trees Modularize Hybrid Control Systems and Generalize Sequential Behavior Compositions, the Subsumption Architecture,
28
-
and Decision Trees.** Michele Colledanchise and Petter Ogren. IEEE Transaction on Robotics 2017.
29
-
30
-
Bibtex entry:
31
-
32
-
`@ARTICLE{TRO17Colledanchise,` <br/>
33
-
`author={M. Colledanchise and P. Ögren},` <br/>
34
-
`journal={IEEE Transactions on Robotics},` <br/>
35
-
`title={{How Behavior Trees Modularize Hybrid Control Systems and Generalize Sequential Behavior Compositions, the Subsumption Architecture, and Decision Trees}},` <br/>
36
-
`year={2017},` <br/>
37
-
`volume={33},` <br/>
38
-
`number={2},` <br/>
39
-
`pages={372-389},` <br/>
40
-
`keywords={Computer architecture;Decision trees;High definition video;Robot control;Switches;Behavior trees (BTs);decision trees;finite state machines (FSMs);hybrid dynamical systems (HDSs);modularity;sequential behavior compositions;subsumption architecture}, ` <br/>
41
-
`doi={10.1109/TRO.2016.2633567},` <br/>
42
-
`ISSN={1552-3098},` <br/>
43
-
`month={April},}`<br/>
44
23
45
-
Further readings
46
-
---------------
47
-
48
-
The book Behavior Trees in Robotics and AI, published by CRC Press Taylor & Francis, is available for purchase
49
-
(ebook and hardcover) on the CRC Press Store or Amazon. The Preprint version (free) is available here: https://arxiv.org/abs/1709.00084
50
-
51
-
Tutorials available at https://btirai.github.io/
52
-
53
24
Aknowledgement
54
25
------------
55
26
This library is the result of the join effort between **Eurecat** (main autjor, Davide Faconti) and the
@@ -62,6 +33,21 @@ MOOD2Be is one of the six **Integrated Technical Projects (ITPs)** selected from
62
33
[RobMoSys first open call](https://robmosys.eu/itp/) and it received funding from the European
63
34
Union’s Horizon 2020 Research and Innovation Programme.
64
35
36
+
Further readings
37
+
---------------
38
+
39
+
Please refer to the following paper when using the library:
40
+
41
+
**How Behavior Trees Modularize Hybrid Control Systems and Generalize Sequential Behavior Compositions, the Subsumption Architecture,
42
+
and Decision Trees.** Michele Colledanchise and Petter Ogren. IEEE Transaction on Robotics 2017.
43
+
44
+
45
+
**Behavior Trees in Robotics and AI**, published by CRC Press Taylor & Francis, is available for purchase
46
+
(ebook and hardcover) on the CRC Press Store or Amazon.
47
+
48
+
The Preprint version (free) is available here: https://arxiv.org/abs/1709.00084
0 commit comments