-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update VTOL.md #10775
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
base: master
Are you sure you want to change the base?
Update VTOL.md #10775
Conversation
minor typographical corrections
|
||
1. **Select the fisrt Mixer Profile and PID Profile:** | ||
- In the CLI, switch to the mixer_profile and pid_profile you wish to set first. You can also switch mixer_profile/pid_profile through gui if with aforementioned presets loaded. | ||
- In the CLI, switch to the mixer_profile and pid_profile you wish to set first. You can also switch mixer_profile/pid_profile through gui with aforementioned presets loaded. |
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.
Note, PID profile doesn't exist. It should be Control profile instead. I see this error exists all over this document.
|
||
2. **Switch to Multicopter/Tricopter:** | ||
- Assuming that you have set up your mixer similar to STEP1 and STEP2, you can now switch to the tricopter/multicopter mode and your servos should be tilting the motors upwards. If this is not the case, reverse the servo(s) in the Outputs tab such that the servo(s) is/are pointed upwards. | ||
- It is OK for the servos not to point exactly 90 degrees upwards, but they should be as close as possible to that position. | ||
- Also, ensure that your MAX values in the Mixer tab are at 100 and -100, so that your servo will move to the maximum position, as shown in the screenshots in STEP1 and STEP2. | ||
|
||
3. **Adjust the maximum throws for the Multicopter/Tricopter mode:** | ||
- While in tricopter mode, go to the Outputs tab and adjust the endpoints MIN and MAX values such that when your motors are pointed slightly backwards. | ||
- While in tricopter mode, go to the Outputs tab and adjust the endpoints MIN and MAX values so your motors are pointed slightly backwards. |
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 prefer the original here.
@@ -113,10 +113,10 @@ set mc_iterm_relax = RPY | |||
save | |||
``` | |||
|
|||
# STEP1: Configuring as a normal fixed-wing in Profile 1 | |||
# STEP 1: Configuring as a normal fixed-wing in Profile 1 |
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.
You've changed STEP1
to STEP 1
. But the other steps remain without a space. There are also parts in the document that refer to STEP1
where the space hasn't been added. I don't mind if it has the space or not. But it should be consistent throughout the document.
minor typographical corrections