ayonga / frost-dev

Fast Robot Optimization and Simulation Toolkit (FROST)
http://ayonga.github.io/frost-dev/
Other
159 stars 64 forks source link

Question on running frost_addpath() #34

Closed junhyeokahn closed 6 years ago

junhyeokahn commented 6 years ago

Hello, I just installed frost following the webpage instruction and try to run test frost_addpath(); in matlab. However, I am getting the following error

>> frost_addpath();
MathLink connection was lost.

ans =

    '$Failed'

MathLink connection was lost.
MathLink connection was lost.
MathLink connection was lost.
MathLink connection was lost.
Error using eval_math (line 46)
The evaluation of Mathematica expression failed.

Error in initialize_mathlink (line 24)
    eval_math('Needs["RobotManipulator`"];');

Error in frost_addpath (line 28)
    initialize_mathlink();

Is this because I am on the status waiting license activation for wolfram mathematica?

junhyeokahn commented 6 years ago

I just resolved the issue. I should have to run mathematica program and activate my license in there.