mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
tricopter initial commit 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user