carmichaelong
carmichaelong
#999 does a good job of simplifying the interface for model building via GUI scripting. Some suggestions for further improvement: 1. Add other methods to wrap current ones to remove...
The web app returns a message if you attempt to upload a model file with fewer than 5 markers. There are a few ways use cases that lead to an...
In opensim's scale tool, there's an option to add (append, not replace) markers from a separate file to the current model (this can be helpful if you want to have...
Based on this forum post: https://simtk.org/plugins/phpBB/viewtopicPhpbb.php?f=91&t=17865&p=0&start=0&view=&sid=3328450be9628178128448259ef44f95 Simplified model for testing is provided here: [pendulum.zip](https://github.com/opensim-org/opensim-core/files/15299059/pendulum.zip) MATLAB code crashes. ``` import org.opensim.modeling.*; m = Model('pendulum.osim'); b = m.getBodySet().get(0); wrapObjSet = b.get_WrapObjectSet(); wrapObjSet.remove(0);...
This can become an issue downstream. For instance: ``` table = TimeSeriesTable('filename.mot'); t0 = table.getIndependentColumn().get(0); ``` `t0` is of type `java.lang.Double`. This then does not work for use with a...
Some users are having issues with videos getting cut off at the start. Since cameras can be out of sync with each other, it could be helpful to have a...
catch and send back with user-facing message https://github.com/stanfordnmbl/opencap-core/blob/main/utils.py#L551
catch and handle error https://github.com/stanfordnmbl/opencap-core/blob/main/utils.py#L105
catch and send back along with user-facing message https://github.com/stanfordnmbl/opencap-core/blob/main/utils.py#L249
catch and send error back with a user-facing message https://github.com/stanfordnmbl/opencap-core/blob/main/utils.py#L101