petercorke / robotics-toolbox-matlab

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

no 3D model found, install the RTB contrib zip file? #75

Open QNjeason opened 4 years ago

QNjeason commented 4 years ago

I run the following code with the following error.Please give me some guidance.Thanks clear,clc,close; mdl_puma560; W=[-1.5,+1.5,-1.5,+1.5,-1.5,+1.5]; p560.plot3d(qz,'tilesize',0.3,'workspace',W);

错误使用 SerialLink/plot3d (line 131) no 3D model found, install the RTB contrib zip file 出错 untitled (line 4) p560.plot3d(qz,'tilesize',0.3,'workspace',W);

petercorke commented 4 years ago

Where did you install the toolbox from, this issue was resolved a while ago.