petercorke / robotics-toolbox-matlab

Robotics Toolbox for MATLAB
GNU Lesser General Public License v2.1
1.29k stars 444 forks source link

Animate is not defined #33

Closed lyhbuaa closed 5 years ago

lyhbuaa commented 6 years ago

Recently, I used the plot3d function, and select the 'movie' option as 'my.mp4', but I met the error 'Animate is not defined', I really did not find the relevant file or function definition in the toolbox. How can we solve this problem?

quanvuong commented 6 years ago

I'm having a similar problem of running EKF.

ekf.run(1000, 100); Undefined function or variable 'Animate'.

Error in EKF/run (line 407) anim = Animate(opt.movie);

petercorke commented 5 years ago

This was left out of the 10.3 distro, added to 10.3.1 on the website. This class lives in the toolbox-common repo.