Index exceeds matrix dimension error
Show older comments
Hi, I am using virtualrobotmodule for forward and inverse kinematics of industrial robot ABBIRB6650. When I execute this command ' robot.InverseKinematics(ee_HTM)*180/pi'........I get this error: Index exceeds matrix dimensions.
Error in InverseKinematics6RWP (line 16) Q = HTM(1:3,1:3);
Error in VRM_Robot/InverseKinematics (line 107) jointAngles = InverseKinematics6RWP(robot,HTM
can someone help please?
1 Comment
Birdman
on 8 Mar 2018
Can you share your entire code?
Answers (0)
Categories
Find more on Robotics 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!