Skip to content

Commit

Permalink
MC PID Tuning Cookbook: Add pre-conditions (Step 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
junwoo091400 committed Jan 9, 2023
1 parent f499682 commit aea98ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions en/config_mc/pid_tuning_guide_multicopter_cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ If you don't set any value, the default will be `0.0`, which assumes linear rela

## Step 2: Pre conditions

Before you go on any further, make sure the actuators outputs are correctly mapped. This can be done by going through the [output assignment](../config/actuators.md#output-assignment-and-configuration).

Make sure that the motors order and direction of rotation as as expected! With a wrong motor assignment, the PID controller can output undesirable results (e.g. Drone flipping and crashing).

### Motor Tilting for Yaw Authority

Furthermore, it is recommended to [tilt the rotors](./mc_motor_tilting_for_yaw.md) to increase the yaw control authority. Especially if your vehicle is very large (with high moment of inertia around yaw-axis).

## Step 3: Rate control tuning

## Step 4: Attitude control tuning
Expand Down

0 comments on commit aea98ef

Please sign in to comment.