-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
165 changed files
with
7,104 additions
and
1,716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
#!nsh | ||
# | ||
# @name Steadidrone MAVRIK | ||
# | ||
# @type Octo Coax Wide | ||
# | ||
# @maintainer Simon Wilks <[email protected]> | ||
# | ||
|
||
sh /etc/init.d/rc.mc_defaults | ||
|
||
if [ $AUTOCNF == yes ] | ||
then | ||
param set MC_PITCH_P 4.0 | ||
param set MC_PITCHRATE_P 0.24 | ||
param set MC_PITCHRATE_I 0.09 | ||
param set MC_PITCHRATE_D 0.013 | ||
param set MC_PITCHRATE_MAX 180.0 | ||
|
||
param set MC_ROLL_P 4.0 | ||
param set MC_ROLLRATE_P 0.16 | ||
param set MC_ROLLRATE_I 0.07 | ||
param set MC_ROLLRATE_D 0.009 | ||
param set MC_ROLLRATE_MAX 180.0 | ||
|
||
param set MC_YAW_P 3.0 | ||
param set MC_YAWRATE_P 0.2 | ||
param set MC_YAWRATE_I 0.1 | ||
param set MC_YAWRATE_D 0.0 | ||
param set MC_YAW_FF 0.5 | ||
|
||
param set MPC_HOLD_MAX_XY 0.25 | ||
param set MPC_THR_MIN 0.15 | ||
param set MPC_Z_VEL_MAX 2.0 | ||
|
||
param set BAT_N_CELLS 4 | ||
fi | ||
|
||
set MIXER octo_cox_w | ||
|
||
set PWM_OUT 12345678 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,40 @@ | ||
#!nsh | ||
# | ||
# @name Duorotor Tailsitter | ||
# @name Caipiroshka Duo Tailsitter | ||
# | ||
# @type VTOL Duo Tailsitter | ||
# | ||
# @output MAIN1 motor left | ||
# @output MAIN2 motor right | ||
# @output MAIN5 elevon left | ||
# @output MAIN6 elevon right | ||
# | ||
# @maintainer Roman Bapst <[email protected]> | ||
# | ||
|
||
sh /etc/init.d/rc.vtol_defaults | ||
|
||
if [ $AUTOCNF == yes ] | ||
then | ||
param set MC_ROLL_P 6.0 | ||
param set MC_ROLLRATE_P 0.12 | ||
param set MC_ROLLRATE_I 0.002 | ||
param set MC_ROLLRATE_D 0.003 | ||
param set MC_ROLLRATE_FF 0.0 | ||
param set MC_PITCH_P 4.5 | ||
param set MC_PITCHRATE_P 0.3 | ||
param set MC_PITCHRATE_I 0.002 | ||
param set MC_PITCHRATE_D 0.003 | ||
param set MC_PITCHRATE_FF 0.0 | ||
param set MC_YAW_P 3.8 | ||
param set MC_YAW_FF 0.5 | ||
param set MC_YAWRATE_P 0.22 | ||
param set MC_YAWRATE_I 0.02 | ||
param set MC_YAWRATE_D 0.0 | ||
param set MC_YAWRATE_FF 0.0 | ||
|
||
fi | ||
|
||
set MIXER caipirinha_vtol | ||
|
||
set PWM_OUT 12 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.