The problem is that the last coordinate system is created not at the right place as shown in the picture (in the end-effector) but in second (revolute) joint, where the 2nd coordinate system is mounted). Moreover, the last coordinate system is even not created at all. There is also another problem, that while changing the last variable (q3) something strange shows up - it looks as if it was an 'extra link'? It's shown in the picture:
I would be grateful for any help with that problem.
Jacob
--
You received this message because you are subscribed to the Google Groups "Robotics & Machine Vision Toolboxes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotics-tool-...@googlegroups.com.
To post to this group, send email to robotics...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotics-tool-box.
For more options, visit https://groups.google.com/d/optout.
L(1)=Link([0 1 0 0 0])L(2)=Link([0 1 0 0 1])Rrobot=SerialLink(L)W=[-5 5 -5 5 -5 5]Rrobot.plot([1 2],'workspace',W,)Warning: floor tiles too small, making them 3.000000 x bigger - change the size or disable them
Error using text
X, Y, and Z must be the same length
Error in SerialLink/plot>create_robot (line 346)
text(b(1), b(2)-s, bz, [' ' robot.name], 'FontAngle', 'italic', 'FontWeight', 'bold')
Error in SerialLink/plot (line 251)
handle = create_robot(robot, opt);