
sean.zhou
- Total activity 134
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 0
- Subscriptions 79
Activity overview
Latest activity by sean.zhou-
sean.zhou created an article,
Verify license error: Please verify the license firstly
Check if the version of Pilot2 is above v4.0.0.74. Check the route of the login page. The routes of the login page on the web side and pilot2 side are different and cannot be mixed. The login pag...
-
sean.zhou created an article,
How to develop waypoint mission? What are the format standards for waypoint mission files?
Introduction of Waypoint Mission Format https://developer.dji.com/document/f64fe5ab-feaa-4ba5-bd6c-cc3e88e4ef88 KMZ File Format: WPML waypoint files all end with a ".kmz" suffix and are essential...
-
sean.zhou created an article,
How many waypoints does the waypointMission support?
In normal situation, the waypointMission supports 2 ~ 99 waypoints. Execptions: Phantom 4 RTK 2 ~ 200. Mavic 2 Enterprise Advanced 2 ~ 240.
-
sean.zhou created an article,
Why the aircraft descend to 0.3m above ground and hover in air?
After calling startLanding, the aircraft will start descending until 0.3m and hover in air. You can get isLandingConfirmationNeeded to know if the confirmation of landing is needed. Now you need...
-
sean.zhou created an article,
How to know where a fly zone is?
There are 2 methods. You can get fly zone information by calling getFlyZonesInSurroundingArea method to get a 20km in radius based on the current aircraft. Go to official website to check the fly...
-
sean.zhou created an article,
WaypointMission Error: The aircraft home point is not recorded yet
Please check the GPS signal strength. If the aircraft havn't recorded a return home point yetm this error may occur. If the GPS signal strength is strong, the aircraft will record the return home p...
-
sean.zhou created an article,
How to let the aircraft fly with waypoint speed in waypointV2Mission?
If the firmware controller firmware version is later than 3.2.10.0, user can override the waypointV2Mission autoFlightSpeed by defining the waypoint autoFlightSpeed. If user doesn't define waypoint...
-
sean.zhou created an article,
Why the aircraft will continue flying to first waypoint if the pauseMission method is called in waypointMission?
This is the design. The waypointMission will actually start when the aircraft arrives the first waypoint. The waypointMission will end when the aircraft arrives the last waypoint and executes all a...
-
sean.zhou created an article,
How to know an aircraft is switched on?
【Pre-condition】 Aircraft is paired up with the remote controller. App is registered with MSDK. 【Method】 Add SDKManagerCallback listener. The onProductConnect will return a callback when the airc...
-
sean.zhou created an article,
What is the co-ordinate system of XMP angle data in photos?
The angle data in XMP files such as aircraft angle and gimbal angle data are based on NED system.