Browse Source

tricopter initial commit 2

sbg
Trent Lukaczyk 10 years ago
parent
commit
6798aee13a
  1. 1
      Firmware
  2. 14
      ROMFS/px4fmu_common/init.d/14001_tri_y_yaw+
  3. 15
      ROMFS/px4fmu_common/init.d/14002_tri_y_yaw-
  4. 12
      ROMFS/px4fmu_common/mixers/tri_y_yaw+.main.mix
  5. 13
      ROMFS/px4fmu_common/mixers/tri_y_yaw-.main.mix

1
Firmware

@ -0,0 +1 @@ @@ -0,0 +1 @@
/home/trent/bigdata/Dropbox/Research-cloud/Projects/PX4/Firmware/

14
ROMFS/px4fmu_common/init.d/14001_tri_y_yaw+

@ -0,0 +1,14 @@ @@ -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

15
ROMFS/px4fmu_common/init.d/14002_tri_y_yaw-

@ -0,0 +1,15 @@ @@ -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

12
ROMFS/px4fmu_common/mixers/tri_y_yaw+.main.mix

@ -0,0 +1,12 @@ @@ -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

13
ROMFS/px4fmu_common/mixers/tri_y_yaw-.main.mix

@ -0,0 +1,13 @@ @@ -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
Loading…
Cancel
Save