Please select Into the mobile phone version | Continue to access the computer ver.
How to speed up waypoint mission.
458 2 2020-7-21
Uploading and Loding Picture ...(0/1)
o(^-^)o
djiuser_7HX2tX8VG56m
lvl.1

Japan
Offline

I am developing using waypoint mission.
I want to speed up from the start of the mission until the drone actually starts moving. Is there any way to make it faster?
Currently, it takes about 2 seconds from the start of mission until the drone actually starts moving. I want to make this faster.

The drone is mavic2pro.
I am using mobileSDK.
The parameters of waypoint mission are as follows.



        WaypointMission.Builder waypointMissionBuilder = new WaypointMission.Builder().autoFlightSpeed(5f)
                .maxFlightSpeed(10f)
                .setExitMissionOnRCSignalLostEnabled(false)
                .finishedAction(WaypointMissionFinishedAction.NO_ACTION)
                .flightPathMode( WaypointMissionFlightPathMode.CURVED)
                .gotoFirstWaypointMode(WaypointMissionGotoWaypointMode.POINT_TO_POINT)
                .headingMode(WaypointMissionHeadingMode.AUTO)
                .repeatTimes(1);



2020-7-21
Use props
kv886
lvl.4

Hong Kong
Offline

I did not find such an API. I think it is impossible to do that.
2020-7-21
Use props
djiuser_7HX2tX8VG56m
lvl.1

Japan
Offline

kv886 Posted at 7-21 03:14
I did not find such an API. I think it is impossible to do that.

Thank you for teaching me.
2020-7-26
Use props
Advanced
You need to log in before you can reply Login | Register now

Credit Rules