Skip to content

Commit d4bd89b

Browse files
committed
Update gazebo example
1 parent aa992bf commit d4bd89b

File tree

1 file changed

+3
-15
lines changed
  • docs/_02_examples/gazebo/project_gazebo

1 file changed

+3
-15
lines changed

docs/_02_examples/gazebo/project_gazebo/index.rst

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,30 +61,18 @@ Launcher offers a different pool of options to customize the execution. ``./laun
6161
Closing
6262
=======
6363

64-
Close all nodes (aerostack2 and ground_station) with the following command:
64+
Close all nodes (aerostack2 and ground_station) with the following command executing outside the tmux session:
6565

6666
.. code-block:: bash
6767
68-
./stop_tmuxinator.bash
68+
./stop.bash
6969
7070
.. note::
7171

7272
The command ``tmux kill-server`` will have a similar effect but closing all tmux sessions, so be careful if you have other tmux sessions running.
7373

7474
If launcher was executed with the flag ``-g``, closing should be done manually exiting all gnome-terminal tabs.
7575

76-
Close **only** the Aerostack2 nodes with the following command:
77-
78-
.. code-block:: bash
79-
80-
./stop_tmuxinator_as2.bash
81-
82-
Close **only** the ground station nodes with the following command:
83-
84-
.. code-block:: bash
85-
86-
./stop_tmuxinator_ground_station.bash
87-
8876

8977
.. _project_gazebo_mission:
9078

@@ -187,4 +175,4 @@ The execution is similar to the python API mission where the drone will fly a sq
187175

188176
.. note::
189177

190-
Trees can be defined using GUIs like :ref:`Groot <https://www.behaviortree.dev/groot/>`.
178+
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`.

0 commit comments

Comments
 (0)