-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controller refactor #76
Conversation
… demands. SBUS example: const declaration
@@ -48,31 +48,47 @@ hf::SBUS_Receiver rc = hf::SBUS_Receiver(CHANNEL_MAP, SERIAL_SBUS, &SBUS_SERIAL) | |||
|
|||
hf::MixerQuadX mixer; | |||
|
|||
// Rate Constants |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are constants for Mosquito 90. When we launch the release, we may provide the parametrized sketch along with param files to configure properly either the Mosquito 90 and the Mosquito 150.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will put them in a separate file so that we can keep track of them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description of the issue/feature this PR addresses
Related issues: #58 #59
Current behavior before PR
The Mosquito can be flown but it is hard to do so since it has some inherent drift and it is not really stable.
Desired behavior after PR is merged
It is easier to fly the Mosquito and its behavior is more stable.