비행 콘트롤러와 센서 방향
기본적으로 비행 콘트롤러와 외장 나침반 센서는 윗면이 위를 향하고 화살표가 기체 정면을 향하도록 기체에 장착합니다. 보드나 외장 나침반 센서가 다른 방향으로 설치된 경우에는 펌웨어에서 해당 방향을 설정하여야 합니다.
방향 알아내기
비행 컨트롤러의 ROLL, PITCH 및 YAW 오프셋은 기체의 전진(x), 오른쪽(y), 아래(z) 축을 중심을 기준으로 계산됩니다.
회전 축은 한 회전 단계에서 다음 단계까지 동일하게 유지됩니다. 따라서 회전을 수행하는 프레임은 고정되어 있습니다. This is also known as extrinsic rotation.
For example, the vehicles shown below have rotations around the z-axis (i.e. yaw only) corresponding to: ROTATION_NONE
, ROTATION_YAW_90
,ROTATION_YAW_180
,ROTATION_YAW_270
.
INFO
For a VTOL Tailsitter airframe set the vehicle orientation according to its multirotor configuration (i.e. relative to the vehicle during, takeoff, hovering, landing) for all sensor calibrations.
축은 일반적으로 전진 비행에 대하여는 차량의 방향에 상대적입니다. For more information see Basic Concepts.
방향 설정
방향을 설정하려면:
Start QGroundControl and connect the vehicle.
Select "Q" icon > Vehicle Setup > Sensors (sidebar) to open Sensor Setup.
Select the Orientations button.
Select the AutoPilot Orientation (as calculated above).
Press OK.
INFO
You can use Level Horizon Calibration to compensate for small miss-alignments in controller orientation and to level the horizon in flight view.
미세 보정
PX4 will automatically detect the compass orientation as part of compass calibration (by default) for any of the standard MAVLink orientations (upright and facing forward, or any multiple of 45° offset in any axis) .
INFO
You can confirm that auto detection worked by looking at the CAL_MAGn_ROT parameters.
If a non-standard orientation has been used you will need to set the CAL_MAGx_ROLL, CAL_MAGx_PITCH, and CAL_MAGx_YAW parameters for each compass to the angles that were used.
This will automatically set CAL_MAGn_ROT to "custom euler angle" and prevents automatic calibration for the selected compass (even if SENS_MAG_AUTOROT is set).
추가 정보
- Advanced Orientation Tuning (advanced users only).
- QGroundControl User Guide > Sensors