petercorke / robotics-toolbox-matlab

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

SerialLink.plot #8

Open petercorke opened 9 years ago

petercorke commented 9 years ago

trail option, doesn't draw any line

plot one robot in two windows, second one fails in animate()

add method to return graphical joint angles

jjd9 commented 6 years ago

Has the issue with the trail option not drawing a line been resolved? I am still having this issue, but I am not certain I am setting the options properly.

opt = RTBPlot.plot_options(bot, {'trail','*'});

bot.plot(double(qp))