trochoids
trochoids copied to clipboard
Is wind 3 components in m/s?
Very cool paper and thanks for releasing it as open source. I've got some questions about the wind input.
- Is the wind in m/s?
- Does the wind have a z component? The example provides an array of 3 doubles but the code seems to only use the first 2.
Cheers
Hi @martinbaer ,
Thanks for the interest in our work!
- Yes the wind is in m/s.
- The wind does have a z component, but it isn't used within the trochoid calculation itself which just focused on 2D. The z values of the final path are merely linearly interpolated. We point this out in the last paragraph of the methodology section of our paper, and future work could include solving trochoidal paths in 3D.