Author Topic: 2R robot arm motion planning  (Read 2490 times)

0 Members and 1 Guest are viewing this topic.

Offline SzmykeTopic starter

  • Beginner
  • *
  • Posts: 1
  • Helpful? 0
2R robot arm motion planning
« on: May 11, 2014, 11:49:17 AM »
Hi,

I have a SCARA type robotic arm, a planar manipulator with 2 revolute joints. The arm moves in the horizontal plane.

Now my task is to plan the motion from one point (in Cartesian coords.) to a final (destination) point also given in Cartesian. After the planning, Matlab implementation follows.

Anyone could help how to solve this ?

Tnx. in advance !

Szmyke

Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: 2R robot arm motion planning
« Reply #1 on: May 11, 2014, 12:34:55 PM »
Draw up the diagram of what it looks like. You will find that you can use square-angle triangles and a simple square root to solve this problem. It's known as "two-bone IK" if you want to Google for it.
When the square root goes imaginary, is when the position is not reachable with the configuration of segment lengths you're using.