-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change wave parameters? #507
Comments
What you did is the right way to do it right now. You need to change it in all of those places. This will change when we register the parameters from a single place into a component. Then, all the other plugins will be able to read it using the component and the ECM. |
Roger - I'll leave the issue open for now so that we have a reminder to address when the time is right. |
This is now resolved. Here's a summary of what we did to fix it:
|
Scenario
Working on PR#500 and would like to test under wave conditions other then the default.
Consider the simple Sydney Regatta example: https://github.com/osrf/vrx/wiki/2023-running_vrx#the-sydney-regatta-environment
What I tried
In the past we would change the
period
andgain
parameters in theocean_waves
macro to change seastate - see https://github.com/osrf/vrx/wiki/changing_plugin_params_tutorialGrepping for those SDF parameters I find that the
gain
parameter is set in many different places.I changed all of the
gain
andperiod
SDF tags to 1.0 and 10.0 respectively. No change in the visual behavior of the wave field or the vessel motion.The text was updated successfully, but these errors were encountered: