Skip to content

Commit

Permalink
Update manual regarding yaw/pitch/roll PID controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerMalmberg committed Dec 17, 2023
1 parent f3d643f commit 098f27a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,19 +492,19 @@ Please note that deleting named waypoints do not update routes that reference th

### Advanced Settings

| Command | Parameters/options | Unit/type | Parameter Optional | Description |
| ------- | ------------------ | --------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| set | | | | |
| | -lightp | number | Y | The proportional value of the yaw/pitch/roll controller for constructs with a mass of less than 10T. Default: 6.5 |
| | -lighti | number | Y | The integral value of the yaw/pitch/roll controller for constructs with a mass of less than 10T. Default: 20 |
| | -lightd | number | Y | The derivative value of the yaw/pitch/roll controller for constructs with a mass of less than 10T. Default: 1600 |
| | -lighta | number | Y | The amortization value of the yaw/pitch/roll controller for constructs with a mass of less than 10T. Default: 1600 |
| | -heavyp | number | Y | The proportional value of the yaw/pitch/roll controller for constructs with a mass of more than than 10T. Default: 6.5 |
| | -heavyi | number | Y | The integral value of the yaw/pitch/roll controller for constructs with a mass of more than than 10T. Default: 20 |
| | -heavyd | number | Y | The derivative value of the yaw/pitch/roll controller for constructs with a mass of more than than 10T. Default: 1600 |
| | -heavya | number | Y | The amortization value of the yaw/pitch/roll controller for constructs with a mass of more than than 10T. Default: 1600 |

> Note: Adjusting the values of the yaw/pitch/roll controller may allow you to get quicker responses, but also induce instability.
| Command | Parameters/options | Unit/type | Parameter Optional | Description |
| ------- | ------------------ | --------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| set | | | | |
| | -lightp | number | Y | The proportional value of the yaw/pitch/roll controller for constructs with a mass of less than 10T. Default: 10 |
| | -lighti | number | Y | The integral value of the yaw/pitch/roll controller for constructs with a mass of less than 10T. Default: 0 |
| | -lightd | number | Y | The derivative value of the yaw/pitch/roll controller for constructs with a mass of less than 10T. Default: 800 |
| | -lighta | number | Y | The amortization value of the yaw/pitch/roll controller for constructs with a mass of less than 10T. Default: 0.1 |
| | -heavyp | number | Y | The proportional value of the yaw/pitch/roll controller for constructs with a mass of more than than 10T. Default: 6 |
| | -heavyi | number | Y | The integral value of the yaw/pitch/roll controller for constructs with a mass of more than than 10T. Default: 1 |
| | -heavyd | number | Y | The derivative value of the yaw/pitch/roll controller for constructs with a mass of more than than 10T. Default: 1600 |
| | -heavya | number | Y | The amortization value of the yaw/pitch/roll controller for constructs with a mass of more than than 10T. Default: 0.1 |

> Note: Adjusting the values of the yaw/pitch/roll controller may allow you to get quicker responses, but also induce instability. If the construct behaves jerkish, try lowering the lightd/heavyd value.
### Free and strict mode

Expand Down

0 comments on commit 098f27a

Please sign in to comment.