Mission planner Relay pin control

Dear community,

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.

Best regards,
Mirko

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.

Thanks Andras, what is the full name of that delay command ? Is it Do_condition_delay ?

surprisingly, its called DELAY :smiley:

It seems for Rover, there is no DELAY command on the list :sob::sob: Is there any alternative way for Rover ?

Try the LOITER_TIME COMMAND after your relay trigger.

Hi Dave,

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 ?

I believe it will only loiter at a waypoint.