Skip to content

Commit

Permalink
Merge pull request #71 from aerostack2/behaviors
Browse files Browse the repository at this point in the history
Fix link on behaviors and downscale interface diagram
  • Loading branch information
RPS98 authored Aug 7, 2024
2 parents 4e7169a + 7e1970e commit 334c1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_01_aerostack2_concepts/behaviors/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ The interface also informs about the execution of the behavior with two separate
The feedback provides information about the progress of the behavior execution, e.g., the current position of the drone while following a path.

.. figure:: images/robot_behaviors.png
:scale: 70
:scale: 50
:class: with-shadow

Aerostack2 behaviors
Aerostack2 behaviors interface.


.. 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/_04_robot_behaviors/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Robot Behaviors

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

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

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

0 comments on commit 334c1e9

Please sign in to comment.