Skip to content

Commit 334c1e9

Browse files
authored
Merge pull request #71 from aerostack2/behaviors
Fix link on behaviors and downscale interface diagram
2 parents 4e7169a + 7e1970e commit 334c1e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

docs/_04_robot_behaviors/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Robot Behaviors
66

77
This catalog shows the list of behaviors according to the tasks that they perform.
88

9-
.. note:: For more information about what a behavior is, please refer to the :ref:`as2_concepts_behaviors` section, or how they interact with other Aerostack2 components at :ref:`_as2_concepts_architecture` section.
9+
.. note:: For more information about what a behavior is, please refer to the :ref:`as2_concepts_behaviors` section, or how they interact with other Aerostack2 components at :ref:`as2_concepts_architecture` section.
1010

1111
.. TDB: Reference msgs in parameters column to as2_msgs section.
1212
.. TDB: Add description to request, result and feedback msgs.

0 commit comments

Comments
 (0)