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
3f07b039
Commit
3f07b039
authored
8 years ago
by
Lorenz Meier
Committed by
Beat Küng
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
SITL: Tune standard VTOL to have better position control performance & update gazebo
parent
90c7b061
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
Tools/sitl_gazebo
+1
-1
1 addition, 1 deletion
Tools/sitl_gazebo
posix-configs/SITL/init/ekf2/standard_vtol
+5
-3
5 additions, 3 deletions
posix-configs/SITL/init/ekf2/standard_vtol
posix-configs/SITL/init/lpe/standard_vtol
+5
-3
5 additions, 3 deletions
posix-configs/SITL/init/lpe/standard_vtol
with
11 additions
and
7 deletions
sitl_gazebo
@
dd2dab49
Compare
99c3e8e8
...
dd2dab49
Subproject commit
99c3e8e8a47eaa3dde9ae2839dd0af066a564d8f
Subproject commit
dd2dab4972b737e2e3a64cd0bcac8c3335266634
This diff is collapsed.
Click to expand it.
posix-configs/SITL/init/ekf2/standard_vtol
+
5
−
3
View file @
3f07b039
...
...
@@ -19,12 +19,14 @@ param set CAL_ACC0_YSCALE 1.01
param set CAL_ACC0_ZSCALE 1.01
param set CAL_ACC1_XOFF 0.01
param set CAL_MAG0_XOFF 0.01
param set MC_ROLLRATE_P 0.
2
param set MC_ROLLRATE_P 0.
3
param set MC_PITCHRATE_P 0.2
param set MC_PITCH_P 6
param set MC_ROLL_P 6
param set MPC_XY_P 0.15
param set MPC_XY_VEL_P 0.05
param set MPC_XY_P 0.8
param set MPC_ACC_HOR_MAX 2.0
param set MPC_XY_VEL_P 0.15
param set MPC_XY_VEL_I 0.2
param set MPC_XY_VEL_D 0.005
param set MPC_XY_FF 0.1
param set MPC_Z_VEL_MAX 1.5
...
...
This diff is collapsed.
Click to expand it.
posix-configs/SITL/init/lpe/standard_vtol
+
5
−
3
View file @
3f07b039
...
...
@@ -19,12 +19,14 @@ param set CAL_ACC0_YSCALE 1.01
param set CAL_ACC0_ZSCALE 1.01
param set CAL_ACC1_XOFF 0.01
param set CAL_MAG0_XOFF 0.01
param set MC_ROLLRATE_P 0.
2
param set MC_ROLLRATE_P 0.
3
param set MC_PITCHRATE_P 0.2
param set MC_PITCH_P 6
param set MC_ROLL_P 6
param set MPC_XY_P 0.15
param set MPC_XY_VEL_P 0.05
param set MPC_XY_P 0.5
param set MPC_ACC_HOR_MAX 1.0
param set MPC_XY_VEL_P 0.1
param set MPC_XY_VEL_I 0.1
param set MPC_XY_VEL_D 0.005
param set MPC_XY_FF 0.1
param set MPC_Z_VEL_MAX 1.5
...
...
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