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
40bf8f75
Commit
40bf8f75
authored
8 years ago
by
Michael Schaeuble
Committed by
Lorenz Meier
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Bebop mixer and controller gains
parent
ad8f51f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ROMFS/px4fmu_common/init.d/4013_bebop
+35
-0
35 additions, 0 deletions
ROMFS/px4fmu_common/init.d/4013_bebop
ROMFS/px4fmu_common/mixers/bebop.main.mix
+7
-0
7 additions, 0 deletions
ROMFS/px4fmu_common/mixers/bebop.main.mix
posix-configs/bebop/px4.config
+14
-1
14 additions, 1 deletion
posix-configs/bebop/px4.config
with
56 additions
and
1 deletion
ROMFS/px4fmu_common/init.d/4013_bebop
0 → 100644
+
35
−
0
View file @
40bf8f75
#!nsh
#
# @name Parrot Bebop Frame
#
# @type Quadrotor x
#
# @maintainer Michael Schaeuble
#
sh /etc/init.d/rc.mc_defaults
#
# Load default params for this platform
#
if [ $AUTOCNF == yes ]
then
# Set all params here, then disable autoconfig
param set MC_ROLL_P 6.5
param set MC_ROLLRATE_P 0.109999999403953552
param set MC_ROLLRATE_I 0.0
param set MC_ROLLRATE_D 0.0006
param set MC_PITCH_P 6.5
param set MC_PITCHRATE_P 0.1
param set MC_PITCHRATE_I 0.0
param set MC_PITCHRATE_D 0.000799999
param set MC_YAW_P 1.049999
param set MC_YAWRATE_P 0.05
param set MC_YAWRATE_I 0.001
param set MC_YAWRATE_D 0.0
param set MC_YAW_FF 0.7
fi
set OUTPUT_MODE bebop
set USE_IO no
set MIXER bebop
This diff is collapsed.
Click to expand it.
ROMFS/px4fmu_common/mixers/bebop.main.mix
0 → 100644
+
7
−
0
View file @
40bf8f75
Multirotor mixer for Parrot Bebop
=================================
This file defines a single mixer for a quadrotor in the x configuration. All controls
are mixed 100%.
R: 4x 10000 10000 -10000 0
This diff is collapsed.
Click to expand it.
posix-configs/bebop/px4.config
+
14
−
1
View file @
40bf8f75
uorb
start
param
select
/
home
/
root
/
parameters
param
load
param
set
SYS_AUTOSTART
40
0
1
param
set
SYS_AUTOSTART
401
3
param
set
MAV_BROADCAST
1
param
set
MAV_TYPE
3
param
set
MC_ROLL_P
6
.
5
param
set
MC_ROLLRATE_P
0
.
109999999403953552
param
set
MC_ROLLRATE_I
0
.
0
param
set
MC_ROLLRATE_D
0
.
0006
param
set
MC_PITCH_P
6
.
5
param
set
MC_PITCHRATE_P
0
.
1
param
set
MC_PITCHRATE_I
0
.
0
param
set
MC_PITCHRATE_D
0
.
000799999
param
set
MC_YAW_P
1
.
049999
param
set
MC_YAWRATE_P
0
.
05
param
set
MC_YAWRATE_I
0
.
001
param
set
MC_YAWRATE_D
0
.
0
param
set
MC_YAW_FF
0
.
7
#df_ms5607_wrapper start
df_mpu6050_wrapper
start
-
R
8
df_ak8963_wrapper
start
-
R
4
...
...
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