dji-sdk / Mobile-SDK-Android

DJI Mobile SDK for Android: http://developer.dji.com/mobile-sdk/
Other
972 stars 580 forks source link

Bezier Curve #1312

Open 1232Ga opened 2 weeks ago

1232Ga commented 2 weeks ago

how to make Bezier Curve waypoint on MSDK V4 in place of straight line

dji-dev commented 2 weeks ago

Agent comment from yating.liao in Zendesk ticket #109956:

You are required to set the WaypointV2FlightPathMode to COORDINATE_TURN. You can refer to the documentation for more details. It only supports M300 RTK and M350 RTK. https://developer.dji.com/api-reference/android-api/Components/Missions/DJIWaypointV2.html#djiwaypointv2_djiwaypointv2flightpathmode_inline

°°°