Skip to content
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

fix issue with scenario script writing Viz binary by default #495

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

schaubh
Copy link
Contributor

@schaubh schaubh commented Nov 17, 2023

  • Review: By commit
  • Merge strategy: Merge (no squash)

Description

The BSK scenario scripts are setup to save off the simulation data to a Vizard binary file. However,
the script should have the file saving turned off by default. I found a file that didn't do this. As a result,
every time we run our complete unit test suite a Vizard binary file was being created and saved off. This
PR fixes this.

Verification

Did a clean build, removed prior _VizFiles folder and didn't see the Vizard binary file being saved off by default.

Documentation

None

Future work

None

@schaubh schaubh added the bug Something isn't working label Nov 17, 2023
@schaubh schaubh self-assigned this Nov 17, 2023
@schaubh schaubh merged commit 8cfc02e into develop Nov 17, 2023
2 checks passed
@schaubh schaubh deleted the feature/fix_viz_saving branch November 17, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants