Skip to content

Commit

Permalink
Turn on yaw scale limit to 125MSP for 0.5 max yaw rate in LLM
Browse files Browse the repository at this point in the history
  • Loading branch information
pittras committed Jul 26, 2018
1 parent f3df000 commit eb5f97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/iarc7_fc_comms/MspConf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace FcComms
static constexpr const double kMspMaxAngleRadians{55.0 * M_PI / 180.0};
static constexpr const double kMspPitchScale{(kMspStickEndPoint - kMspStickMidPoint)/kMspMaxAngleRadians};
static constexpr const double kMspRollScale{kMspPitchScale};
static constexpr const double kMspYawScale{0.0};// Should be filled in with values based on (kMspMax-kMspMidpoint) / max rate of rotation
static constexpr const double kMspYawScale{250.0};// Should be filled in with values based on (kMspMax-kMspMidpoint) / max rate of rotation
static constexpr const double kMspThrottleScale{(kMspStickEndPoint-kMspStickStartPoint)}; // (Max-Min) * throttle + min where throttle is ranged from 0-1
static constexpr const double kSafetyLandingThrottle{(1450.0 - kMspStickStartPoint)/kMspThrottleScale};

Expand Down

0 comments on commit eb5f97c

Please sign in to comment.