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
74b8e31f
Commit
74b8e31f
authored
12 years ago
by
px4dev
Browse files
Options
Downloads
Patches
Plain Diff
VERY rough mixer definitions for quadrotors in X and + configuration using PX4FMU.
parent
528095a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ROMFS/mixers/FMU_quad+.mix
+54
-0
54 additions, 0 deletions
ROMFS/mixers/FMU_quad+.mix
ROMFS/mixers/FMU_quadX.mix
+54
-0
54 additions, 0 deletions
ROMFS/mixers/FMU_quadX.mix
with
108 additions
and
0 deletions
ROMFS/mixers/FMU_quad+.mix
0 → 100644
+
54
−
0
View file @
74b8e31f
Quadrotor + mixer for PX4FMU
============================
This file defines mixers suitable for controlling a quadrotor in the +
arrangement using PX4FMU. The configuration assumes the motors are connected
starting with the front motor on output 0 and proceeding clockwise.
Inputs to the mixer come from channel group 0 (vehicle attitude), channels 0
(roll), 1 (pitch), 2 (yaw) and 3 (thrust).
See the README for more information on the scaler format.
Scale values here will definitely need tuning.
Front
-----
M: 4
S: 0 0 10000 10000 0 -10000 10000
S: 0 0 0 0 0 -10000 10000
S: 0 1 1000 1000 0 -10000 10000
S: 0 2 1000 1000 0 -10000 10000
S: 0 3 0 20000 -10000 -10000 10000
Right
-----
M: 4
S: 0 0 10000 10000 0 -10000 10000
S: 0 0 1000 1000 0 -10000 10000
S: 0 1 0 0 0 -10000 10000
S: 0 2 -1000 -1000 0 -10000 10000
S: 0 3 0 20000 -10000 -10000 10000
Back
----
M: 4
S: 0 0 10000 10000 0 -10000 10000
S: 0 0 0 0 0 -10000 10000
S: 0 1 -1000 -1000 0 -10000 10000
S: 0 2 1000 1000 0 -10000 10000
S: 0 3 0 20000 -10000 -10000 10000
Left
----
M: 4
S: 0 0 10000 10000 0 -10000 10000
S: 0 0 -1000 -1000 0 -10000 10000
S: 0 1 0 0 0 -10000 10000
S: 0 2 -1000 -1000 0 -10000 10000
S: 0 3 0 20000 -10000 -10000 10000
This diff is collapsed.
Click to expand it.
ROMFS/mixers/FMU_quadX.mix
0 → 100644
+
54
−
0
View file @
74b8e31f
Quadrotor X mixer for PX4FMU
============================
This file defines mixers suitable for controlling a quadrotor in the X
arrangement using PX4FMU. The configuration assumes the motors are connected
starting with the front-right motor on output 0 and proceeding clockwise.
Inputs to the mixer come from channel group 0 (vehicle attitude), channels 0
(roll), 1 (pitch), 2 (yaw) and 3 (thrust).
See the README for more information on the scaler format.
Scale values here will definitely need tuning.
Front right
-----------
M: 4
S: 0 0 10000 10000 0 -10000 10000
S: 0 0 1000 1000 0 -10000 10000
S: 0 1 1000 1000 0 -10000 10000
S: 0 2 1000 1000 0 -10000 10000
S: 0 3 0 20000 -10000 -10000 10000
Back right
----------
M: 4
S: 0 0 10000 10000 0 -10000 10000
S: 0 0 1000 1000 0 -10000 10000
S: 0 1 -1000 -1000 0 -10000 10000
S: 0 2 -1000 -1000 0 -10000 10000
S: 0 3 0 20000 -10000 -10000 10000
Back left
---------
M: 4
S: 0 0 10000 10000 0 -10000 10000
S: 0 0 -1000 -1000 0 -10000 10000
S: 0 1 -1000 -1000 0 -10000 10000
S: 0 2 1000 1000 0 -10000 10000
S: 0 3 0 20000 -10000 -10000 10000
Front left
----------
M: 4
S: 0 0 10000 10000 0 -10000 10000
S: 0 0 -1000 -1000 0 -10000 10000
S: 0 1 1000 1000 0 -10000 10000
S: 0 2 -1000 -1000 0 -10000 10000
S: 0 3 0 20000 -10000 -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