Creating wrapping surfaces

Provides tools for using different aspects of Opensim within the Matlab environment, including command line pipelines as well as accessing the Opensim API directly.
POST REPLY
User avatar
Anantharaman Gopalakrishnan
Posts: 19
Joined: Fri Oct 10, 2008 2:38 pm

Creating wrapping surfaces

Post by Anantharaman Gopalakrishnan » Wed Jun 26, 2013 5:09 am

I am trying to read an opensim model described in a .osim file into MATLAB, and then add a wrapping ellipsoid to the same.

% I first initialize an empty WrapEllipsoid object

W = WrapEllipsoid();

However beyond this point, I am not sure how to specify the dimensions, translation and XYZ rotation of the ellipsoid. The downcasting method described in the example file 'TugOfWar_Build.m' does not seem to work with the latest version of the API either.

User avatar
Glen Lichtwark
Posts: 30
Joined: Mon Nov 19, 2007 10:02 pm

Re: Creating wrapping surfaces

Post by Glen Lichtwark » Mon Feb 03, 2014 2:12 am

Due to incorporation of the Matlab - Opensim API into Opensim 3.0 and above, the functionality has changed slightly. This is well documented in the new version of Opensim. Hence the Matlab-Opensim API download has been removed to save confusion.

POST REPLY