Skip to content

Commit 7e1970e

Browse files
committed
downscale image
1 parent 6256f1d commit 7e1970e

File tree

1 file changed

+2
-2
lines changed
  • docs/_01_aerostack2_concepts/behaviors

1 file changed

+2
-2
lines changed

docs/_01_aerostack2_concepts/behaviors/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The interface also informs about the execution of the behavior with two separate
2121
The feedback provides information about the progress of the behavior execution, e.g., the current position of the drone while following a path.
2222

2323
.. figure:: images/robot_behaviors.png
24-
:scale: 70
24+
:scale: 50
2525
:class: with-shadow
2626

27-
Aerostack2 behaviors
27+
Aerostack2 behaviors interface.
2828

2929

3030
.. warning:: Do not mix up aerostack2 behaviors with behavior trees. Behaviors can be used with and without behavior trees. The BT is the "task planner" while the behavior system is the "executor". You can replace BT with other planners available in Aerostack2. ``as2_behavior_trees`` package contains BT NodeTrees wrappers to activate Aerostack2 behaviors. are used to specify the mission plan, while the behaviors are the components that implement the tasks of the mission plan.

0 commit comments

Comments
 (0)