Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Next, you will implement the position, altitude and yaw control for your quad.

- implement the code in the function `LateralPositionControl()`
- implement the code in the function `AltitudeControl()`
- tune parameters `kpPosZ` and `kpPosZ`
- tune parameters `kpPosXY` and `kpPosZ`
- tune parameters `kpVelXY` and `kpVelZ`

If successful, the quads should be going to their destination points and tracking error should be going down (as shown below). However, one quad remains rotated in yaw.
Expand Down Expand Up @@ -296,4 +296,4 @@ The specific performance metrics are as follows:

## Authors ##

Thanks to Fotokite for the initial development of the project code and simulator.
Thanks to Fotokite for the initial development of the project code and simulator.