mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Hex TOML: Changed to reflect the omni-8 for now
This commit is contained in:
@@ -5,42 +5,53 @@ key = "6tx"
|
|||||||
description = "Hexacopter with tilted arms"
|
description = "Hexacopter with tilted arms"
|
||||||
|
|
||||||
[rotor_default]
|
[rotor_default]
|
||||||
#axis = [0.0, 0.0, -1.0]
|
|
||||||
Ct = 1.0
|
Ct = 1.0
|
||||||
Cm = 0.05
|
Cm = 0.05
|
||||||
|
|
||||||
[[rotors]]
|
[[rotors]]
|
||||||
name = "mid_right"
|
name = "front_right_top"
|
||||||
axis = [0.5, 0.0, -0.866025]
|
position = [0.707107, 0.707107, -0.1]
|
||||||
position = [0.0, 1.0, 0.0]
|
axis = [-0.35355, 0.35355, -0.866025]
|
||||||
direction = "CW"
|
|
||||||
|
|
||||||
[[rotors]]
|
|
||||||
name = "mid_left"
|
|
||||||
axis = [0.5, 0.0, -0.866025]
|
|
||||||
position = [0.0, -1.0, 0.0]
|
|
||||||
direction = "CCW"
|
direction = "CCW"
|
||||||
|
|
||||||
[[rotors]]
|
[[rotors]]
|
||||||
name = "front_left"
|
name = "front_left_top"
|
||||||
axis = [-0.25, -0.4330125, -0.866025]
|
position = [0.707107, -0.707107, -0.1]
|
||||||
position = [0.866025, -0.5, 0.0]
|
axis = [-0.35355, -0.35355, -0.866025]
|
||||||
direction = "CW"
|
direction = "CW"
|
||||||
|
|
||||||
[[rotors]]
|
[[rotors]]
|
||||||
name = "rear_right"
|
name = "rear_left_top"
|
||||||
axis = [-0.25, -0.4330125, -0.866025]
|
position = [-0.707107, -0.707107, -0.1]
|
||||||
position = [-0.866025, 0.5, 0.0]
|
axis = [0.35355, -0.35355, -0.866025]
|
||||||
direction = "CCW"
|
direction = "CCW"
|
||||||
|
|
||||||
[[rotors]]
|
[[rotors]]
|
||||||
name = "front_right"
|
name = "rear_right_top"
|
||||||
axis = [-0.25, 0.4330125, -0.866025]
|
position = [-0.707107, 0.707107, -0.1]
|
||||||
position = [0.866025, 0.5, 0.0]
|
axis = [0.35355, 0.35355, -0.866025]
|
||||||
direction = "CCW"
|
direction = "CW"
|
||||||
|
|
||||||
[[rotors]]
|
[[rotors]]
|
||||||
name = "rear_left"
|
name = "front_left_bottom"
|
||||||
axis = [-0.25, 0.4330125, -0.866025]
|
position = [0.707107, -0.707107, 0.1]
|
||||||
position = [-0.866025, -0.5, 0.0]
|
axis = [0.35355, 0.35355, -0.866025]
|
||||||
|
direction = "CCW"
|
||||||
|
|
||||||
|
[[rotors]]
|
||||||
|
name = "front_right_bottom"
|
||||||
|
position = [0.707107, 0.707107, 0.1]
|
||||||
|
axis = [0.35355, -0.35355, -0.866025]
|
||||||
|
direction = "CW"
|
||||||
|
|
||||||
|
[[rotors]]
|
||||||
|
name = "rear_right_bottom"
|
||||||
|
position = [-0.707107, 0.707107, 0.1]
|
||||||
|
axis = [-0.35355, -0.35355, -0.866025]
|
||||||
|
direction = "CCW"
|
||||||
|
|
||||||
|
[[rotors]]
|
||||||
|
name = "rear_left_bottom"
|
||||||
|
position = [-0.707107, -0.707107, 0.1]
|
||||||
|
axis = [-0.35355, 0.35355, -0.866025]
|
||||||
direction = "CW"
|
direction = "CW"
|
||||||
|
|||||||
Reference in New Issue
Block a user