Skip to content

Releases: aymanhab/opensim-gui-rcnl

Treatment optimization first draft

22 Sep 20:15
092b2ca
Compare
Choose a tag to compare
Pre-release

Functional treatment optimization tools

What's Changed

Full Changelog: 0.2...0.3

Installation instructions are the same as described in release 0.2, since there was no public release of the OpenSim application since the previous release. Please open an issue if installation fails.

  • Make sure you place the jar file in a folder that does NOT contain spaces as the installation command fails if the path has spaces in it.

0.2

19 May 06:59
202dff8
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

What's Changed

  • Update Gui to use property name scale_body by @aymanhab in #15
  • Fix gcp panel restore by @aymanhab in #16
  • Init combo boxes for forces/moments labels to reasonable values by @aymanhab in #24
  • Allow both sto and mot file extensions on GCPSurface definition dialo… by @aymanhab in #23
  • Fix labels in JMP panel per feedback and avoid marking missing output… by @aymanhab in #25
  • Gcp realive path by @aymanhab in #26

Full Changelog: 4.3...0.2

Installation instructions

  • You need the C++ plugin because it defines all the classes used by the GUI. After logging in to Github, you can download it from this page (rcnlPlugin.dll) you have to tell your browser to trust it otherwise it may refuse to download.

  • Create a folder called "plugins" in your OpenSim directory (e.g., C:\OpenSim 4.5\plugins) and place the dll in this folder.
    When you open the OpenSim GUI, the dll now should show under Tools->User Plugins, choose it and select to always load on entry.

  • To verify that the last step worked, open the help->XMLBrowser dialog and you should be able to choose JMPBody or JMPTask from the drop down menu and see the corresponding XML layout.

  • Download the plugin jar file in this distribution and put the file someplace OTHER THAN within the OpenSim directory structure. A good place is your local Downloads folder.

  • Change to the OpenSim bin folder (e.g., C:\OpenSim 4.5\bin) and type
    OpenSim64 --reload ${fullpath_to_jar_file_including_jar_file_name}
    For example,
    OpenSim64 --reload C:\Users\bjf5\Downloads\org-opensim-rcnl.jar

  • The following messages are normal and are not errors:
    The launcher has determined that the parent process has a console and will reuse it for its own console output.
    Closing the console will result in termination of the running program.
    Use '--console suppress' to suppress console output.
    Use '--console new' to create a separate console window.

  • The menu items for the new tools should now be visible on the OpenSim Tools menu.
    Note that you have to have an existing model loaded to proceed/use the tools, otherwise it will complain that there's no model to personalize.

internal first version

13 Mar 07:55
Compare
Choose a tag to compare
Pre-release
0.1

Merge branch 'main' into master2