Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Task1 and Task2 description have been added in the README.md file
  • Loading branch information
gsilano authored Feb 4, 2019
1 parent 15d6916 commit 8555741
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,19 @@ These value can be modified before simulating the drone behavior acting on the l

Finally, the waypoint and Kalman filters, as well as the data storage, can be enabled/disabled by using the variables: `csvFilesStoring`, `csvFilesStoringTime` (simulation time after which the data will be saved), `user_account` (required to define the storage path), `waypoint_filter` and `EKFActive`.

While, running in a terminal the command

```
$ roslaunch bebops task1_world.launch
```

the Parrot Bebop takes off from the ground and keeps indefinitely the hovering position subjected to wind gusts (up to 0.5 N) for a minute. Conversely,

```
$ roslaunch bebops task2_world.launch
```

the drone starts to follow the trajectory expressed as a sequence of waypoints (x_r, y_r, z_r and \psi_r) published at a settled time (t_0, t_1, t_3, etc.), as described in `waypoint.txt` file. To avoid system instabilities, a waypoint filter is employed to smooth the trajectory.

Bugs & Feature Requests
--------------------------
Expand Down

0 comments on commit 8555741

Please sign in to comment.