mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Various experimental configs: Add class field
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
# @name HIL Quadcopter +
|
# @name HIL Quadcopter +
|
||||||
#
|
#
|
||||||
# @type Simulation
|
# @type Simulation
|
||||||
|
# @class Copter
|
||||||
#
|
#
|
||||||
# @maintainer Anton Babushkin <anton@px4.io>
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/rc.mc_defaults
|
sh /etc/init.d/rc.mc_defaults
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# @name Steadidrone MAVRIK
|
# @name Steadidrone MAVRIK
|
||||||
#
|
#
|
||||||
# @type Octo Coax Wide
|
# @type Octo Coax Wide
|
||||||
|
# @class Copter
|
||||||
#
|
#
|
||||||
# @output MAIN1 motor 1
|
# @output MAIN1 motor 1
|
||||||
# @output MAIN2 motor 2
|
# @output MAIN2 motor 2
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# @name Generic Tricopter Y+ Geometry
|
# @name Generic Tricopter Y+ Geometry
|
||||||
#
|
#
|
||||||
# @type Tricopter Y+
|
# @type Tricopter Y+
|
||||||
|
# @class Copter
|
||||||
#
|
#
|
||||||
# @output MAIN1 motor 1
|
# @output MAIN1 motor 1
|
||||||
# @output MAIN2 motor 2
|
# @output MAIN2 motor 2
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# @name Generic Tricopter Y- Geometry
|
# @name Generic Tricopter Y- Geometry
|
||||||
#
|
#
|
||||||
# @type Tricopter Y-
|
# @type Tricopter Y-
|
||||||
|
# @class Copter
|
||||||
#
|
#
|
||||||
# @output MAIN1 motor 1
|
# @output MAIN1 motor 1
|
||||||
# @output MAIN2 motor 2
|
# @output MAIN2 motor 2
|
||||||
@@ -17,5 +18,3 @@ sh /etc/init.d/rc.mc_defaults
|
|||||||
set MIXER tri_y_yaw-
|
set MIXER tri_y_yaw-
|
||||||
|
|
||||||
set PWM_OUT 1234
|
set PWM_OUT 1234
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# @name Esky (Big) Lama v4
|
# @name Esky (Big) Lama v4
|
||||||
#
|
#
|
||||||
# @type Coaxial Helicopter
|
# @type Coaxial Helicopter
|
||||||
|
# @class Copter
|
||||||
#
|
#
|
||||||
# @output MAIN1 Left swashplate servomotor, pitch axis
|
# @output MAIN1 Left swashplate servomotor, pitch axis
|
||||||
# @output MAIN2 Right swashplate servomotor, roll axis
|
# @output MAIN2 Right swashplate servomotor, roll axis
|
||||||
|
|||||||
@@ -3,8 +3,10 @@
|
|||||||
# @name Blade 130X
|
# @name Blade 130X
|
||||||
#
|
#
|
||||||
# @type Helicopter
|
# @type Helicopter
|
||||||
|
# @class Copter
|
||||||
#
|
#
|
||||||
# @maintainer Bart Slinger <bartslinger@gmail.com>
|
# @maintainer Bart Slinger <bartslinger@gmail.com>
|
||||||
|
#
|
||||||
# @output MAIN1 main motor
|
# @output MAIN1 main motor
|
||||||
# @output MAIN2 front swashplate servo
|
# @output MAIN2 front swashplate servo
|
||||||
# @output MAIN3 right swashplate servo
|
# @output MAIN3 right swashplate servo
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# @name Passthrough mode for Snapdragon
|
# @name Passthrough mode for Snapdragon
|
||||||
#
|
#
|
||||||
# @type custom
|
# @type custom
|
||||||
|
# @class Tool
|
||||||
#
|
#
|
||||||
# @board px4fmu-v1 exclude
|
# @board px4fmu-v1 exclude
|
||||||
# @board px4fmu-v2 exclude
|
# @board px4fmu-v2 exclude
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# @name TBS Caipirinha
|
# @name TBS Caipirinha
|
||||||
#
|
#
|
||||||
# @type Flying Wing
|
# @type Flying Wing
|
||||||
|
# @class Plane
|
||||||
#
|
#
|
||||||
# @maintainer Lorenz Meier <lorenz@px4.io>
|
# @maintainer Lorenz Meier <lorenz@px4.io>
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
# @board aerofc-v1 exclude
|
# @board aerofc-v1 exclude
|
||||||
#
|
#
|
||||||
# @type Quadrotor x
|
# @type Quadrotor x
|
||||||
|
# @class Copter
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/4001_quad_x
|
sh /etc/init.d/4001_quad_x
|
||||||
|
|||||||
Reference in New Issue
Block a user