I am trying to write a script in Olympe that moves the gimbal to a specific rotation and then takes a picture. I am using gimbal set target. When I send the command, the gimbal starts moving but the next command to take a picture is run immediately without waiting for the gimbal to stop (even though I am using .wait().success()).
I think the set_target returns immediately without waiting for the completion of the rotation.
The succes is the output of the command, not the event. @ndessart could you confirm?