File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,16 @@ The package is written in C++ and features custom MRS libraries and msgs.
16
16
./tmux/start.sh
17
17
```
18
18
19
- The call the services prepared in the terminal window.
19
+ Then, call the services prepared in the terminal window either by:
20
+
21
+ 1 . Pressing tmux binding (` Ctrl + b ` or ` Ctrl + a ` )
22
+ 2 . Pressing the down arrow to change to the terminal below
23
+ 3 . Pressing the up arrow to bring up the prepared terminal command
24
+
25
+ Or typing the following command into a terminal connected to the ROS server:
26
+ ```
27
+ rosservice call /uav1/waypoint_flier_simple/start
28
+ ```
20
29
21
30
## Package structure
22
31
Original file line number Diff line number Diff line change @@ -15,7 +15,16 @@ You can test the program in simulation (see our [simulation tutorial](https://ct
15
15
./tmux/start.sh
16
16
```
17
17
18
- The call the services prepared in the terminal window.
18
+ Then, call the services prepared in the terminal window either by:
19
+
20
+ 1 . Pressing tmux binding (` Ctrl + b ` or ` Ctrl + a ` )
21
+ 2 . Pressing the down arrow to change to the terminal below
22
+ 3 . Pressing the up arrow to bring up the prepared terminal command
23
+
24
+ Or typing the following command into a terminal connected to the ROS server:
25
+ ```
26
+ rosservice call /uav1/waypoint_flier_simple/start
27
+ ```
19
28
20
29
## Package structure
21
30
You can’t perform that action at this time.
0 commit comments