Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
5ee6dad7
Commit
5ee6dad7
authored
9 years ago
by
Mark Whitehorn
Committed by
tumbili
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
clarify left/right and elevon assignments
parent
ad54f014
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ROMFS/px4fmu_common/mixers/caipirinha_vtol.main.mix
+12
-6
12 additions, 6 deletions
ROMFS/px4fmu_common/mixers/caipirinha_vtol.main.mix
with
12 additions
and
6 deletions
ROMFS/px4fmu_common/mixers/caipirinha_vtol.main.mix
+
12
−
6
View file @
5ee6dad7
...
...
@@ -3,17 +3,21 @@ Caipirinha tailsitter mixer
This file defines a mixer for the TBS Caipirinha tailsitter edition. This vehicle
has two motors in total, one attached to each wing. It also has two elevons which
are located in the slipstream of the propellers.
are located in the slipstream of the propellers. This mixer generates 4 PWM outputs
on the main PWM ouput port, two at 400Hz for the motors, and two at 50Hz for the
elevon servos. Channels 1-4 are configured to run at 400Hz, while channels 5-8 run
at the default rate of 50Hz. Note that channels 3 and 4 are assigned but not used.
Motor mixer
------------
When standing in front of the vehicle the first motor should be on the left side
while the second motor should be on the right side
.
Channel 1 connects to the right (starboard) motor.
Channel 2 connects to the left (port) motor
.
R: 2- 10000 10000 10000 0
Zero mixer (2x)
---------------
Channels 3,4 are unused.
Z:
...
...
@@ -21,11 +25,13 @@ Z:
Elevons mixer
--------------
Channel 5 connects to the right (starboard) elevon.
Channel 6 connects to the left (port) elevon.
M: 2
O: 10000 10000
0 -10000 10000
S: 1 0 -10000 -10000
0 -10000 10000
S: 1 1 10000 10000
0 -10000 10000
O: 10000
10000 0 -10000 10000
S: 1 0 -10000
-10000 0 -10000 10000
S: 1 1 10000
10000 0 -10000 10000
M: 2
O: 10000 10000 0 -10000 10000
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment