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
f913de39
Commit
f913de39
authored
6 years ago
by
Bart Slinger
Committed by
Daniel Agar
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bebop 2 improved gains, disable rangefinder
parent
c762a12b
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
posix-configs/bebop/px4.config
+18
-13
18 additions, 13 deletions
posix-configs/bebop/px4.config
with
18 additions
and
13 deletions
posix-configs/bebop/px4.config
+
18
−
13
View file @
f913de39
...
...
@@ -11,33 +11,38 @@ then
fi
param
set
SYS_AUTOSTART
4013
param
set
MAV_BROADCAST
1
param
set
MAV_TYPE
3
param
set
MAV_TYPE
2
param
set
MPC_XY_VEL_P
0
.
12
param
set
MPC_XY_P
1
.
3
param
set
MPC_XY_VEL_D
0
.
006
param
set
MPC_XY_VEL_I
0
.
05
param
set
MPC_XY_VEL_MAX
8
param
set
MPC_Z_VEL_P
0
.
3
param
set
MPC_Z_VEL_I
0
.
1
param
set
MPC_ACC_HOR_MAX
2
param
set
MPC_XY_VEL_MAX
2
param
set
MC_YAW_P
4
.
0
param
set
MC_YAWRATE_P
0
.
08
param
set
MC_YAW_P
3
.
0
param
set
MC_YAWRATE_P
0
.
05
param
set
MC_YAWRATE_I
3
.
0
param
set
MC_ROLLRATE_P
0
.
08
param
set
MC_ROLLRATE_D
0
.
001
param
set
MC_ROLLRATE_I
0
.
1
param
set
MC_ROLLRATE_P
0
.
07
param
set
MC_ROLLRATE_I
0
.
5
param
set
MC_ROLLRATE_D
0
.
0
param
set
MC_RR_INT_LIM
0
.
5
param
set
MC_PITCHRATE_P
0
.
08
param
set
MC_PITCHRATE_D
0
.
001
param
set
MC_PITCHRATE_I
0
.
1
param
set
MC_PITCHRATE_P
0
.
1
param
set
MC_PITCHRATE_I
0
.
8
param
set
MC_PITCHRATE_D
0
.
0
param
set
MC_PR_INT_LIM
0
.
5
param
set
SYS_MC_EST_GROUP
2
df_ms5607_wrapper
start
df_mpu6050_wrapper
start
-
R
8
df_ak8963_wrapper
start
-
R
32
df_bebop_rangefinder_wrapper
start
# Rangefinder disabled for now. It was found to cause delays of more than 10ms
#df_bebop_rangefinder_wrapper start
gps
start
-
d
/
dev
/
ttyPA1
bebop_flow
start
sensors
start
...
...
@@ -49,7 +54,7 @@ land_detector start multicopter
mc_pos_control
start
mc_att_control
start
sleep
1
mavlink
start
-
x
-
u
14556
-
r
100
0000
mavlink
start
-
x
-
u
14556
-
r
2
0000
sleep
1
mavlink
stream
-
u
14556
-
s
HIGHRES_IMU
-
r
50
mavlink
stream
-
u
14556
-
s
ATTITUDE
-
r
50
...
...
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