tricopter initial commit 2

This commit is contained in:
Trent Lukaczyk
2015-02-05 20:18:34 -08:00
parent af8e76ee7e
commit 6798aee13a
5 changed files with 55 additions and 0 deletions
Symlink
+1
View File
@@ -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
@@ -0,0 +1,13 @@
# 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