Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #127 from ianjfrosst/master
Browse files Browse the repository at this point in the history
Updated parameters
  • Loading branch information
ianjfrosst committed Apr 30, 2017
2 parents 4ccbb14 + e010442 commit f601a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Autopilot/AttitudeManager/FixedWing.c
Expand Up @@ -25,7 +25,7 @@ int input_RC_Flap;
int input_GS_Flap;

float adverse_yaw_mix = 0.5; // Roll rate -> yaw rate scaling (to counter adverse yaw)
float roll_turn_mix = 5.0; // Roll angle -> pitch rate scaling (for fixed-wing turns)
float roll_turn_mix = 1.0; // Roll angle -> pitch rate scaling (for banked turns)

void initialization(){
setPWM(THROTTLE_OUT_CHANNEL, MIN_PWM);
Expand Down
2 changes: 1 addition & 1 deletion Autopilot/Path Manager/PathManager.h
Expand Up @@ -16,7 +16,7 @@
//In Radians or (90 degrees)
#define MAX_PATH_APPROACH_ANGLE PI/2

#define PATH_BUFFER_SIZE 50
#define PATH_BUFFER_SIZE 100
#define PATH_FREE 0
#define PATH_FULL 1

Expand Down

0 comments on commit f601a83

Please sign in to comment.