We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d084a7 commit 878d354Copy full SHA for 878d354
concepts/index.rst
@@ -71,7 +71,7 @@ Behavior Trees
71
Behavior trees (BT) are becoming increasingly common in complex robotics tasks.
72
They are a tree structure of tasks to be completed.
73
It creates a more scalable and human-understandable framework for defining multi-step or many state applications.
74
-This is opposed to a finite state machine (FSM) which may then have dozens or states and hundreds of transitions.
+This is opposed to a finite state machine (FSM) which may have dozens of states and hundreds of transitions.
75
An example would be a soccer playing robot.
76
Embedding the logic of soccer game play into a FSM would be challenging and error prone with many possible states and rules.
77
Additionally, modeling choices like to shoot at the goal from the left, right, or center, is particularly unclear.
0 commit comments