forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ncerzzk <[email protected]>
- Loading branch information
Showing
14 changed files
with
328 additions
and
1,181 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
ROMFS/px4fmu_common/init.d/airframes/3001_generic_wing_with_2rotors
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,27 @@ | ||
#!/bin/sh | ||
# | ||
# @name Generic Flying Wing | ||
# | ||
# @type Flying Wing | ||
# @class Plane | ||
# | ||
# @board bitcraze_crazyflie exclude | ||
# | ||
|
||
. ${R}etc/init.d/rc.fw_defaults | ||
|
||
param set-default CA_AIRFRAME 1 | ||
|
||
param set-default CA_ROTOR_COUNT 2 | ||
param set-default CA_ROTOR0_PX -0.15 | ||
param set-default CA_ROTOR0_PY -0.15 | ||
param set-default CA_ROTOR1_PX -0.15 | ||
param set-default CA_ROTOR1_PY 0.15 | ||
|
||
param set-default CA_SV_CS_COUNT 2 | ||
param set-default CA_SV_CS0_TYPE 5 | ||
param set-default CA_SV_CS0_TRQ_P 0.5 | ||
param set-default CA_SV_CS0_TRQ_R -0.5 | ||
param set-default CA_SV_CS1_TYPE 6 | ||
param set-default CA_SV_CS1_TRQ_P 0.5 | ||
param set-default CA_SV_CS1_TRQ_R 0.5 |
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.