5 changed files with 55 additions and 0 deletions
@ -0,0 +1 @@ |
|||||||
|
/home/trent/bigdata/Dropbox/Research-cloud/Projects/PX4/Firmware/ |
@ -0,0 +1,14 @@ |
|||||||
|
#!nsh |
||||||
|
# |
||||||
|
# Generic Tricopter Y Geometry |
||||||
|
# Yaw Servo +Output ==> +Yaw |
||||||
|
# |
||||||
|
# Trent Lukaczyk <aerialhedgehog@gmail.com> |
||||||
|
# |
||||||
|
|
||||||
|
sh /etc/init.d/rc.mc_defaults |
||||||
|
|
||||||
|
set MIXER tri_y_yaw+ |
||||||
|
|
||||||
|
set PWM_OUT 1234 |
||||||
|
|
@ -0,0 +1,15 @@ |
|||||||
|
#!nsh |
||||||
|
# |
||||||
|
# Generic Tricopter Y Geometry |
||||||
|
# Yaw Servo +Output ==> -Yaw |
||||||
|
# |
||||||
|
# Trent Lukaczyk <aerialhedgehog@gmail.com> |
||||||
|
# |
||||||
|
|
||||||
|
sh /etc/init.d/rc.mc_defaults |
||||||
|
|
||||||
|
set MIXER tri_y_yaw- |
||||||
|
|
||||||
|
set PWM_OUT 1234 |
||||||
|
|
||||||
|
|
@ -0,0 +1,12 @@ |
|||||||
|
|
||||||
|
|
||||||
|
# Tricopter Y-Configuration Mixer |
||||||
|
# Yaw Servo +Output ==> +Yaw |
||||||
|
|
||||||
|
# Motors |
||||||
|
R: 3y 10000 10000 10000 0 |
||||||
|
|
||||||
|
# Yaw Servo |
||||||
|
M: 1 |
||||||
|
O: 10000 10000 0 -10000 10000 |
||||||
|
S: 0 2 10000 10000 0 -10000 10000 |
Loading…
Reference in new issue