Releases: opensim-org/opensim-core
Releases · opensim-org/opensim-core
Alpha Pre-release of 4.0 for Internal Testing and Example Writing
This release is intended primarily for the @opensim-org/dev-team to test with scripting environments and for updating and writing scripting examples.
A few key changes since devweek0716 include:
ConnectorandInputmacros for auto generating connect methods.Reporter::addToReportfor includingOutputsof Components to a Reporter- conversion of
TimeSeriesTable<T>to (flatten) and from (pack) aTimeSeriesTable<double>and reading/writing from tables from/to .sto files Frame::attachGeometryconvenience method for slapping on (displayable) Geomtery
See README.md for instructions for building the OpenSim libraries from source.
To set up MATLAB for scripting with your local build of opensim-core, we recommend you follow the Manual Setup instructions (scroll down to the heading "Manual Setup" and click "expand"). You should make the following change to the edit classpath.txt step:
- On Windows, use:
<opensim-core-install>/sdk/Java/org-opensim-modeling.jarinstead of what is specified. - On macOS, use:
<opensim-core-install>/share/java/org-opensim-modeling.jarinstead of what is specified.