trochoids icon indicating copy to clipboard operation
trochoids copied to clipboard

Is wind 3 components in m/s?

Open martinbaer opened this issue 1 year ago • 1 comments

Very cool paper and thanks for releasing it as open source. I've got some questions about the wind input.

  1. Is the wind in m/s?
  2. 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

martinbaer avatar Apr 04 '24 04:04 martinbaer

Hi @martinbaer ,

Thanks for the interest in our work!

  1. Yes the wind is in m/s.
  2. 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.

bradygm avatar Apr 04 '24 18:04 bradygm