petercorke / robotics-toolbox-matlab

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

ETS3 bug #85

Open petercorke opened 4 years ago

petercorke commented 4 years ago

error with ETS3 and prismatic joint

E.plot([10,20],'deg') Index exceeds array bounds.

Error in ETS3/plot (line 498) reach = reach + e.qlim(2);

one issue with qlim cloning fixed, now problem creating the link

Index exceeds the number of array elements (2).

Error in ETS3/draw_ets (line 647) RTBPlot.box('z', opt.jointdiam*s, [0 1], opt.pjointcolor, [], 'Parent', h.pjoint(i));

Error in ETS3/plot (line 509) h = draw_ets(ets, qq, opt);