dji-sdk / Mobile-SDK-Android-V5

MSDK V5 Sample
Other
247 stars 127 forks source link

Waypoint Mission Resume Issue #290

Closed wmurmann closed 1 week ago

wmurmann commented 3 months ago

V5.8.0 Drone: M3T & M3E

Issue: When resuming a mission with the global waypoint param's yaw mode set to WaylineWaypointYawMode.MANUALLY the drone will override yaw adjustments during pause and reset the yaw to where it was prior to the pause.

In the past with MSDK v4 we would have the AUTO heading mode which carried the yaw adjustments over during the pause state when the waypoint mission was resumed. Is this intended behavior? If so is there a way to recreate the heading mode AUTO behavior on MSDK v5?

dji-dev commented 3 months ago

Agent comment from Hummels Lei in Zendesk ticket #103101:

When the M3 series aircraft resumes its wayline the orientation of the aircraft will be completely restored to the state before the pause. You will need to adjust the aircraft orientation using the virtual joystick after the wayline is resumed.

°°°