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
9f642c7e
Commit
9f642c7e
authored
6 years ago
by
Beat Küng
Committed by
Daniel Agar
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
airframes: add a config for the BetaFPV Beta75X 2S Brushless Whoop
parent
169722c4
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
ROMFS/px4fmu_common/init.d/airframes/4041_beta75x
+59
-0
59 additions, 0 deletions
ROMFS/px4fmu_common/init.d/airframes/4041_beta75x
ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt
+1
-0
1 addition, 0 deletions
ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt
with
60 additions
and
0 deletions
ROMFS/px4fmu_common/init.d/airframes/4041_beta75x
0 → 100644
+
59
−
0
View file @
9f642c7e
#!nsh
#
# @name BetaFPV Beta75X 2S Brushless Whoop
#
# @type Quadrotor H
# @class Copter
#
# @output MAIN1 motor 1
# @output MAIN2 motor 2
# @output MAIN3 motor 3
# @output MAIN4 motor 4
#
# @maintainer Beat Kueng <beat-kueng@gmx.net>
#
sh /etc/init.d/rc.mc_defaults
if [ $AUTOCNF = yes ]
then
param set CBRK_SUPPLY_CHK 894281
param set CBRK_USB_CHK 197848
param set IMU_GYRO_CUTOFF 100
param set MC_DTERM_CUTOFF 60
param set MC_AIRMODE 2
param set MC_PITCHRATE_D 0.0010
param set MC_PITCHRATE_I 0.5
param set MC_PITCHRATE_MAX 600
param set MC_PITCHRATE_P 0.0750
param set MC_PITCH_P 6
param set MC_ROLLRATE_D 0.0010
param set MC_ROLLRATE_I 0.4
param set MC_ROLLRATE_MAX 600
param set MC_ROLLRATE_P 0.0750
param set MC_YAWRATE_I 0.3
param set MC_YAWRATE_MAX 400
param set MC_YAWRATE_P 0.17
param set MC_YAW_P 4
param set MPC_MANTHR_MIN 0
param set MPC_MAN_TILT_MAX 60
param set MOT_ORDERING 1
param set PWM_DISARMED 950
param set PWM_MAX 1900
param set PWM_MIN 1100
param set PWM_RATE 0
param set RC_FLT_CUTOFF 0
param set SYS_HAS_BARO 0
param set SYS_HAS_MAG 0
fi
# The Whoop uses reversed props
set MIXER quad_h
set PWM_OUT 1234
This diff is collapsed.
Click to expand it.
ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt
+
1
−
0
View file @
9f642c7e
...
...
@@ -72,6 +72,7 @@ px4_add_romfs_files(
4030_3dr_solo
4031_3dr_quad
4040_reaper
4041_beta75x
4050_generic_250
4051_s250aq
4060_dji_matrice_100
...
...
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