Browse Source

Merge pull request #2417 from kd0aij/master

add rotation for Stryker VTOL
QGC4.4
Don Gagne 9 years ago
parent
commit
e375a514f5
  1. 3
      src/AutoPilotPlugins/PX4/SensorsComponent.qml

3
src/AutoPilotPlugins/PX4/SensorsComponent.qml

@ -90,7 +90,8 @@ QGCView { @@ -90,7 +90,8 @@ QGCView {
"ROTATION_PITCH_270",
"ROTATION_ROLL_270_YAW_270",
"ROTATION_ROLL_180_PITCH_270",
"ROTATION_PITCH_90_YAW_180"
"ROTATION_PITCH_90_YAW_180",
"ROTATION_ROLL_90_PITCH_90"
]
property Fact cal_mag0_id: controller.getParameterFact(-1, "CAL_MAG0_ID")

Loading…
Cancel
Save