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
28d1ec8a
Unverified
Commit
28d1ec8a
authored
7 years ago
by
Daniel Agar
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
VTOL defaults set MIS_TAKEOFF_ALT 20 and remove tuning (#8481)
parent
642aeccd
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.vtol_defaults
+8
-11
8 additions, 11 deletions
ROMFS/px4fmu_common/init.d/rc.vtol_defaults
with
8 additions
and
11 deletions
ROMFS/px4fmu_common/init.d/rc.vtol_defaults
+
8
−
11
View file @
28d1ec8a
...
...
@@ -4,20 +4,17 @@ set VEHICLE_TYPE vtol
if [ $AUTOCNF == yes ]
then
param set MC_ROLL_P 6.0
param set MC_PITCH_P 6.0
param set MC_YAW_P 4
param set MIS_TAKEOFF_ALT 20
param set MIS_YAW_TMT 10
#
# Default parameters for mission and position handling
#
param set NAV_ACC_RAD 3
param set MPC_TKO_SPEED 1.0
param set MPC_ACC_HOR_MAX 2.0
param set MPC_LAND_SPEED 0.7
param set MPC_
Z_VEL_MAX_DN
1.
5
param set MPC_
TKO_SPEED
1.
0
param set MPC_XY_VEL_MAX 4.0
param set MIS_YAW_TMT 10
param set MPC_ACC_HOR_MAX 2.0
param set MPC_Z_VEL_MAX_DN 1.5
param set NAV_ACC_RAD 3
param set RTL_LAND_DELAY 0
fi
...
...
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