-
Notifications
You must be signed in to change notification settings - Fork 276
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
Unable to run test worlds for underwater simulation #2344
Comments
Hi @sauk2 , those files are meant to be used for integration tests. They don't need the |
I was not aware of that. Thanks for the clarification. To my knowledge, there is no example usage of |
Yes @sauk2. Rather than adding it to the integration tests (which dont need visuals) create a new doppler velocity log example file. |
@arjo129 Understood. Will go ahead with that. Should I add that README too as a part of that PR? If yes, then is there any additional information it should contain other than what is mentioned in the following comment?
|
Yes thatd be great!! |
# Summary The examples/worlds directory does not contain any example world for DopplerVelocityLogSystem plugin. This PR adds the following: Example world based on test/worlds/flat_seabed.sdf but with a SceneBroadcaster. README.md in test/worlds directory to inform users not to use those world files. More information can be found in Issue #2344 and PR #2346. # Test it This world can be tested (after building and sourcing the workspace) using the following command ``` gz sim flat_seabed.sdf ``` --------- Signed-off-by: Saurabh Kamat <[email protected]>
Environment
Description
The test worlds for
DopplerVelocityLogSystem
plugin show a blank screen after launching. Specifically these files:test/worlds/bottomless_pit.sdf
test/worlds/flat_seabed.sdf
test/worlds/underwater_currents.sdf
Steps to reproduce
The gz command is run with verbosity 2
Output
This is the screen that is seen. No change occurs after this.
Following is the generated log
The text was updated successfully, but these errors were encountered: