I would like to take 12 shots around alternating between +25 and -25 degrees pitch. The pitch change should be the second motion of each step. Can you suggest a way to program that?
Announcement
Collapse
No announcement yet.
Script for Alternating Pitch
Collapse
X
-
[26 Shots] The script will do 24 only
The script
S=0,=5(25_0,=-25_,=_30,=25_,=_30),=-25_,=_30,=25_,=0_30
you can see and change 25 with any value for degrees
and 30 from 12 around which can be changed but due to the ZigZag pattern cannot be any value, fell free to ask if you want to change 12 around
The moves
1. Mecha it possible.
2. Mecha it easy.
3. Mecha team up.
4. ..
-
Thanks, Dorin. But that script does not complete a rotation. And It claims to be taking 6 shots, not 24.
Tried to upload a video but size too big. You can see it at https://www.dropbox.com/s/w72ec35lz0...10538.mp4?dl=0
Comment
-
To get this pattern of positions I can use this script
SL,25x6,_30,-25x6Last edited by tksharpless; 4 weeks ago.
Comment
-
Almost perfect. However it looks to me as if the the shot is taken after the horizontal move, not the vertical one -- though your excellent animation suggests the opposite.
Is there any way to reverse the order of H/V moves (other than swapping the cables, which works but invalidates all other scripts)?Last edited by tksharpless; 4 weeks ago.
Comment
-
Originally posted by tksharpless View PostTo get this pattern of positions I can use this script
However this is not the shortest path and I believe that it takes one extra shot at _30.
That's ok, you can add _30 at the end to end in the sarting position, no extra shots.
SL,25x6,_30,-25x6,_30
1. Mecha it possible.
2. Mecha it easy.
3. Mecha team up.
4. ..
Comment
Comment