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
75a528e0
Commit
75a528e0
authored
7 years ago
by
Daniel Agar
Committed by
Lorenz Meier
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
FW EKF2 and ublox defaults
- closes #7550
parent
e0aa2e23
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/init.d/rc.fw_defaults
+12
-3
12 additions, 3 deletions
ROMFS/px4fmu_common/init.d/rc.fw_defaults
with
12 additions
and
3 deletions
ROMFS/px4fmu_common/init.d/rc.fw_defaults
+
12
−
3
View file @
75a528e0
...
...
@@ -4,9 +4,15 @@ set VEHICLE_TYPE fw
if [ $AUTOCNF == yes ]
then
#
# Default parameters for FW
#
#
# Default parameters for FW
#
param set EKF2_ARSP_THR 8.0
param set EKF2_FUSE_BETA 0
param set EKF2_MAG_ACCLIM 0
param set EKF2_MAG_YAWLIM 0
param set RTL_RETURN_ALT 100
param set RTL_DESCEND_ALT 100
param set RTL_LAND_DELAY -1
...
...
@@ -19,6 +25,9 @@ then
param set MIS_TAKEOFF_ALT 25
param set PWM_RATE 50
# FW takeoff acceleration can easily exceed ublox GPS 2G default
param set GPS_UBX_DYNMODEL 8
fi
# This is the gimbal pass mixer
...
...
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