Skip to content

Commit

Permalink
Increased the yaw I term saturation limit
Browse files Browse the repository at this point in the history
Limit increased from 75 dps to 100 dps.
  • Loading branch information
lkaino committed Apr 9, 2017
1 parent 7973cab commit 0f67f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/flight/mixer_tricopter.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#define TRI_TAIL_SERVO_ANGLE_MID (900)
#define TRI_YAW_FORCE_CURVE_SIZE (100)
#define TRI_TAIL_SERVO_MAX_ANGLE (500)
#define TRI_SERVO_SATURATION_DPS_ERROR_LIMIT (75.0f)
#define TRI_SERVO_SATURATION_DPS_ERROR_LIMIT (100.0f)

static const uint8_t TRI_TAIL_MOTOR_INDEX = 0;
static const int32_t TRI_YAW_FORCE_PRECISION = 1000;
Expand Down

0 comments on commit 0f67f40

Please sign in to comment.