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
aa020eb2
Commit
aa020eb2
authored
6 years ago
by
Beat Küng
Committed by
Daniel Agar
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
airframes: add Holybro QAV250
parent
1990338a
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/px4fmu_common/init.d/airframes/4052_holybro_qav250
+57
-0
57 additions, 0 deletions
ROMFS/px4fmu_common/init.d/airframes/4052_holybro_qav250
ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt
+1
-0
1 addition, 0 deletions
ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt
with
58 additions
and
0 deletions
ROMFS/px4fmu_common/init.d/airframes/4052_holybro_qav250
0 → 100644
+
57
−
0
View file @
aa020eb2
#!/bin/sh
#
# @name HolyBro QAV250
#
# @board px4_fmu-v2 exclude
# @url https://docs.px4.io/en/frames_multicopter/holybro_qav250_pixhawk4_mini.html
#
# @type Quadrotor x
# @class Copter
#
# @maintainer Beat Kueng <beat-kueng@gmx.net>
#
sh /etc/init.d/rc.mc_defaults
set
MIXER quad_x
set
PWM_OUT 1234
if
[
$AUTOCNF
=
yes
]
then
# The set does not include a battery, but most people will probably use 4S
param
set
BAT_N_CELLS 4
param
set
IMU_GYRO_CUTOFF 120
param
set
MC_DTERM_CUTOFF 45
param
set
MC_AIRMODE 1
param
set
MC_PITCHRATE_D 0.0012
param
set
MC_PITCHRATE_I 0.45
param
set
MC_PITCHRATE_MAX 1200
param
set
MC_PITCHRATE_P 0.084
param
set
MC_PITCH_P 8
param
set
MC_ROLLRATE_D 0.0012
param
set
MC_ROLLRATE_I 0.45
param
set
MC_ROLLRATE_MAX 1200
param
set
MC_ROLLRATE_P 0.078
param
set
MC_ROLL_P 8
param
set
MC_YAWRATE_I 0.3
param
set
MC_YAWRATE_MAX 600
param
set
MC_YAWRATE_P 0.25
param
set
MC_YAW_P 4
param
set
MPC_MANTHR_MIN 0
param
set
MPC_MAN_TILT_MAX 60
param
set
MPC_THR_CURVE 1
param
set
MPC_THR_HOVER 0.25
param
set
MPC_THR_MIN 0.05
param
set
MPC_Z_VEL_I 0.085
param
set
PWM_MAX 1950
param
set
PWM_MIN 1050
param
set
PWM_RATE 0
param
set
RC_FLT_CUTOFF 0
param
set
THR_MDL_FAC 0.3
fi
This diff is collapsed.
Click to expand it.
ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt
+
1
−
0
View file @
aa020eb2
...
...
@@ -75,6 +75,7 @@ px4_add_romfs_files(
4041_beta75x
4050_generic_250
4051_s250aq
4052_holybro_qav250
4060_dji_matrice_100
4070_aerofc
4080_zmr250
...
...
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