Is there any way to let the vehicle stop for a few seconds after triggering the relay output ?
I tried to add the Condition_Delay command before the next waypoint command, but the vehicle still immediately moved to the next waypoint. Thank you so much.
If you trigger at a waypoint,with a separate do_set_relay then you can use a delay command after and even before the triggering.
If you use distance based trigger, then it is not possible.
I just tried this method. But it seems LOITER_TIME COMMAND needs to also specify another GPS coordinates instead of keeping the original position after relay trigger. Is there any way do do this ?