Wait for altitude - but not from the sequence file

Hi brains trust, I’ve got a script that applies a target to a sequence, then runs that sequence overnight. However, the other day it failed because my target was too low in the sky and it got into a tree. I’d like to add a wait block that waited until the target got above 25°.

My problem is that I can’t use the Wait Altitude command because at the time of writing the script, the sequence doesn’t have a target - that gets injected just before the sequence starts. I know there isn’t a “wait until altitude” in the sequence constraints, can anyone suggest a strategy?

Maybe this can be achieved somehow in DragScript itself? I think DragScript has such wait block.

Yes, there is a “wait altitude” dragscript instruction. I have found it useful to solve just this problem.

1 Like

BTW @skogpingvin how are you setting target dynamically for sequence from DragScript?

It is not possible to change the target from dragscript. You can override the target from DragScript in the Overrides fields dedicated to the sequence in the sequence block configuration, this before starting the dragscript

Use Voyager Advanced version to make things dynamic.
This is the scope of this version of Voyager.

1 Like