Skip to content
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

precompiled on mac assumes >= 2014a #1428

Closed
RussTedrake opened this issue Oct 15, 2015 · 3 comments
Closed

precompiled on mac assumes >= 2014a #1428

RussTedrake opened this issue Oct 15, 2015 · 3 comments
Assignees
Labels
component: distribution Nightly binaries, monthly releases, docker, installation

Comments

@RussTedrake
Copy link
Contributor

from piazza:

I installed from binary, (v.0.9.11), using Matlab R2012a (7.14.0.739) 64-bit in Snow Leopard 10.6.8.

>> addpath_drake
Adding /Users/Tony/Documents/MATLAB/drake_distro/drake/../build/matlab to the matlab path

(cd to examples/CartPole)
>> runLQR
Error using DrakeSystem/getModel (line 231)
Unknown option specified with the generic function of S-function 'DCSFunction' in
'FeedbackSystem_4744833/DrakeSys'. This may be caused by using an S-function generated
in a more recent version of Simulink than the one you are currently using.

Error in DynamicalSystem/simulate (line 38)
mdl = getModel(obj);

Error in DrakeSystem/simulate (line 494)
[varargout{:}] = simulate@DynamicalSystem(obj,varargin{:});

Error in runLQR (line 39)
xtraj=simulate(sys,[0 4],x0+.2*randn(4,1));

i think drake001 needs to have 2012a (re-)installed?

@psiorx
Copy link
Contributor

psiorx commented Oct 15, 2015

Didn't we have another reason to move our minimum supported MATLAB version up to R2014a?

@RussTedrake
Copy link
Contributor Author

the older versions don't officially support the newer compilers. but we've been managing just fine (essentially by passing older compiler flag versions to newer compilers), and on edx it's clear that lots of people have older versions of matlab.

@RussTedrake RussTedrake added the component: distribution Nightly binaries, monthly releases, docker, installation label Dec 27, 2015
@RussTedrake
Copy link
Contributor Author

resolving this in anticipation of resolving #1766.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: distribution Nightly binaries, monthly releases, docker, installation
Projects
None yet
Development

No branches or pull requests

2 participants