-
Notifications
You must be signed in to change notification settings - Fork 12
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
Installation script: run a simple test example at the end #12
Comments
@lvanfretti Since we implemented the test of dependencies in the installation script, I haven't experienced any situation where no error raised in the install process was coupled to a non working Rapid toobox |
@MaximeBaudette what I would like is to make sure that at least the basic example would run without any human intervation. The most natural thing would be to do it right at installation, but I guess we can have a simple test script for debbuging dependencies and installation. My simple example is ideal for that because it will not put a lot of burden to the machine, and is small enough to set up several tests of the different functionalities and options of the tool. If someone reports a bug, we can ask to display the output of the installation script or test script. If you guys can get my basic script working again, and give me an hour or such, I can create some examples / cases of what we want to test. Finally, it is also a pretty nighfty thing to have the user get something already running when they install rapid so they can start playing... so that was why I want it in the installation, but if you want to make it a separate test script, that is fine with me. |
@lvanfretti If you check out the two pull request you can see how I implemented it now... But, ofc, I'll adapt it to yours and Maxime's decision. |
@tinrabizin you will have to show me, I don't have my M$ Guidos image with me. |
@tinrabuzin I'll approve the pull request for now. |
@MaximeBaudette there are commands to close the simulink model automatically. |
@MaximeBaudette @lvanfretti For some reason, the model is closed automatically, at least on my computer. However, I open the model on purpose. To prevent it, you can just remove the two lines starting with |
to get me wrong, it gets closed upon completion, but it is open during the iterations |
@tinrabuzin which workflow opens the simulink model? Is it RaPId or the FMI? |
@lvanfretti I opened it with my script on purpose wtih |
now I added some try catch around the example. |
@MaximeBaudette is this issue resolve now? |
@janlav |
- cosmetic changes in main window - small changes in Check_installed (displays - OK! for each toolbox installed) - setup example, disabled the opening of the simulink, improves greatly the speed of the install procedure #12
Suggestion From Luigi:
Note @lvanfretti : I'm adding this new issue, to close the previous one, as the solution implemented by @tinrabuzin is working.
The text was updated successfully, but these errors were encountered: