Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilano committed Dec 27, 2019
1 parent 7602cfc commit d018c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ the Parrot Bebop takes off from the ground and keeps indefinitely the hovering p
$ roslaunch bebop_simulator task2_world.launch
```

the drone starts to follow the trajectory expressed as a sequence of waypoints (```math x_r, y_r, z_r``` and ```math \psi_r```) published at a settled time (```math 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.
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.

Gazebo Version
--------------
Expand Down

0 comments on commit d018c8b

Please sign in to comment.