i'm working on a project on robotic toolbox....i face a problem when i set a limit for my first link(prismatic link) i always have error in the teach method

2 visualizzazioni (ultimi 30 giorni)
L(1) = Link([ 0 0 0 0 1], 'standard'); L(2) = Link([ 0 0 247.5 0 0], 'standard'); L(3) = Link([ 0 0 223 0 0], 'standrad'); L(4) = Link([ 0 0 42.85 0 0], 'standrad');
L(1).qlim = [0,50];
R = SerialLink(L); R.plot([0,0,0,0])
syms Q syms q
Q=[1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1];
T= R.fkine(Q);

Risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by