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 views (last 30 days)
Show older comments
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);
0 Comments
Answers (0)
See Also
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!