File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
docs/_02_examples/gazebo/project_gazebo Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -61,30 +61,18 @@ Launcher offers a different pool of options to customize the execution. ``./laun
61
61
Closing
62
62
=======
63
63
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 :
65
65
66
66
.. code-block :: bash
67
67
68
- ./stop_tmuxinator .bash
68
+ ./stop .bash
69
69
70
70
.. note ::
71
71
72
72
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.
73
73
74
74
If launcher was executed with the flag ``-g ``, closing should be done manually exiting all gnome-terminal tabs.
75
75
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
-
88
76
89
77
.. _project_gazebo_mission :
90
78
@@ -187,4 +175,4 @@ The execution is similar to the python API mission where the drone will fly a sq
187
175
188
176
.. note ::
189
177
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/> `.
You can’t perform that action at this time.
0 commit comments