Clarification on WindWarning Levels (MSDK) and DJI Pilot App Alerts
H!
Could you please clarify how the MSDK's WindWarning
levels (LEVEL_1
and LEVEL_2
) correspond to the wind warnings displayed in the DJI Pilot app? Specifically, does LEVEL_1
match the "Strong Wind Warning," and does LEVEL_2
trigger mission interruptions or Return-to-Home?
Thanks for your assistance.
-
Dear Developer, Hello and thank you for reaching out to DJI Innovations. The wind warning thresholds of MSDK and the DJI Pilot app should be consistent. WindWarningLevel_LowWarning corresponds to a wind speed of 10 m/s. WindWarningLevel_HighWarning corresponds to a wind speed of 12 m/s. Then, regarding MSDK: KeyWindSpeed is the interface for obtaining the wind speed. KeyWindWarning is the interface for obtaining the wind speed level. The MSDK doesn't know the thresholds for level 1 and level 2 as they are defined within the firmware, and the MSDK only receives level 1 or 2 notifications. If you want to implement the wind speed warning function, it is recommended to monitor the actual wind speed and then issue WindWarningLevel_LowWarning and WindWarningLevel_HighWarning based on the wind speed. Each aircraft model has its own maximum tolerable wind speed, which can be found in the user manual. For the M350, it is 12 m/s. Therefore, when the wind speed is greater than 12 m/s, the flight route may be interrupted or the aircraft may initiate an intelligent return - to - home. We appreciate your email and wish you a wonderful day! Best Regards, DJI Innovations SDK Technical Support Team
请先登录再写评论。
评论
1 条评论