Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以提供 DJI Mobile API 的Follow Me Mission自定义坐标?我正在开发“Phantom 3 Advanced”。例如:
Follow Me Mission
Double Lat = 33.8943; Double Lon = 32.0993; DJIFollowMe(Lat, Lon){ // Execute the follow me mission }
是的,下面是一个例子:
DJIFollowMeMission.updateFollowMeCoordinate(latitude, longitude, new DJICommonCallbacks.DJICompletionCallback() { @Override public void onResult(DJIError djiError) { } });