robotics-toolbox-matlab icon indicating copy to clipboard operation
robotics-toolbox-matlab copied to clipboard

ETS3 bug

Open petercorke opened this issue 5 years ago • 0 comments
trafficstars

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);

petercorke avatar Jul 11 '20 23:07 petercorke