-
Notifications
You must be signed in to change notification settings - Fork 184
Bug fixes for WEC-Sim GUI and Run From Simulink features #1195
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
Conversation
|
|
|
@kmruehl This is now ready for review |
|
FYI I know we want to get this doe, but please do not actually merge into main until we get a few things sorted on that branch |
jleonqu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@akeeste I tested the modifications using MATLAB 2023b and the model works perfectly, |
This PR fixes two bugs brought up in #1184:
loadInputFileCallback.mbroke when the top level of a model had non-WEC-Sim library blockswriteInputFromBlockswas not writing strings to the input file robustly. The command to write a new input file would break when paths contained "\U" or other special character combos, which was typical when a user selected a file of some kind (e.g. body(1).geometryFile = "C:\Users\name...\geometry\file.stl")