Skip to content

Commit 22d9a4d

Browse files
authored
Merge pull request #3 from manueldiaz96/master
Adding more explicit instructions on how to launch WaypointFlyer and WaypointFlyerSimple examples
2 parents f3808c6 + a5bf24a commit 22d9a4d

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Diff for: cpp/waypoint_flier/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ The package is written in C++ and features custom MRS libraries and msgs.
1616
./tmux/start.sh
1717
```
1818

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+
```
2029

2130
## Package structure
2231

Diff for: cpp/waypoint_flier_simple/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ You can test the program in simulation (see our [simulation tutorial](https://ct
1515
./tmux/start.sh
1616
```
1717

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+
```
1928

2029
## Package structure
2130

0 commit comments

Comments
 (0)