Skip to content

Update README.md #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.