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
075a6e3d
Commit
075a6e3d
authored
8 years ago
by
Lorenz Meier
Browse files
Options
Downloads
Patches
Plain Diff
Update IRIS configs to match new simulator dynamics and fixes
parent
dd0d1f00
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
posix-configs/SITL/init/rcS_gazebo_iris
+5
-1
5 additions, 1 deletion
posix-configs/SITL/init/rcS_gazebo_iris
posix-configs/SITL/init/rcS_gazebo_iris_opt_flow
+5
-9
5 additions, 9 deletions
posix-configs/SITL/init/rcS_gazebo_iris_opt_flow
with
10 additions
and
10 deletions
posix-configs/SITL/init/rcS_gazebo_iris
+
5
−
1
View file @
075a6e3d
...
...
@@ -22,9 +22,13 @@ param set SENS_BOARD_ROT 8
param set SENS_BOARD_X_OFF 0.000001
param set COM_RC_IN_MODE 1
param set COM_DL_LOSS_EN 1
param set NAV_ACC_RAD
2
.0
param set NAV_ACC_RAD
8
.0
param set RTL_RETURN_ALT 30.0
param set RTL_DESCEND_ALT 10.0
param set MC_ROLLRATE_P 0.25
param set MC_PITCHRATE_P 0.25
param set MC_PITCH_P 5
param set MC_ROLL_P 5
rgbledsim start
tone_alarm start
gyrosim start
...
...
This diff is collapsed.
Click to expand it.
posix-configs/SITL/init/rcS_gazebo_iris_opt_flow
+
5
−
9
View file @
075a6e3d
...
...
@@ -2,10 +2,6 @@ uorb start
simulator start -s
param load
param set MAV_TYPE 2
param set MC_PITCHRATE_P 0.3
param set MC_ROLLRATE_P 0.3
param set MC_YAW_P 2.0
param set MC_YAWRATE_P 0.35
param set SYS_AUTOSTART 4010
param set SYS_RESTART_TYPE 2
dataman start
...
...
@@ -22,17 +18,17 @@ 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 MPC_XY_P 0.15
param set MPC_XY_VEL_P 0.05
param set MPC_XY_VEL_D 0.005
param set MPC_XY_FF 0.1
param set SENS_BOARD_ROT 8
param set SENS_BOARD_X_OFF 0.000001
param set COM_RC_IN_MODE 1
param set COM_DL_LOSS_EN 1
param set NAV_ACC_RAD
2
.0
param set NAV_ACC_RAD
8
.0
param set RTL_RETURN_ALT 30.0
param set RTL_DESCEND_ALT 10.0
param set MC_ROLLRATE_P 0.25
param set MC_PITCHRATE_P 0.25
param set MC_PITCH_P 5
param set MC_ROLL_P 5
rgbledsim start
tone_alarm start
gyrosim start
...
...
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