patrykcieslak / stonefish

Stonefish - an advanced C++ simulation library designed for (but not limited to) marine robotics.
https://stonefish.readthedocs.io/
GNU General Public License v3.0
126 stars 32 forks source link

about Current function #46

Closed seunghh1313 closed 8 months ago

seunghh1313 commented 8 months ago

I have experienced and am grateful for many things through your simulation.

While using the simulation, I had a question. There is a function that allows you to add water velocity to the environment, so I added water velocity to the ocean tag in the scenario file environment, but this does not seem to work. I need help with this part. Thank you. testcurrent

Michele1996 commented 8 months ago

Hello @seunghh1313 , I think the currents are just disabled by default. You can use a service to enable them

seunghh1313 commented 8 months ago

Thank you very much I solved this issue!