mae593 final project presentation

17
Project Presentation – MAE593 By Hrishi Shah Shivaswamy Anirudh

Upload: anirudhs

Post on 01-Jul-2015

1.067 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: MAE593 Final Project Presentation

Project Presentation – MAE593

By

Hrishi Shah

Shivaswamy Anirudh

Page 2: MAE593 Final Project Presentation

Serial Manipulator - PPRR

• PPRR is similar to a gantry crane• Robot EE can be positioned anywhere in the

workspace• Ellipse can be traced• Different weights can given for orientation

and position

Page 3: MAE593 Final Project Presentation

Details of implementation

• The velocity of the end-effector is obtained from the weighted pseudo-inverse.

• 4th order Runge-Kutta is used for solving the differential equations.

Page 4: MAE593 Final Project Presentation

PPRR Manipulator (cont’d)

Page 5: MAE593 Final Project Presentation

PPRR Manipulator (cont’d)

Page 6: MAE593 Final Project Presentation

PPRR Manipulator (cont’d)

Page 7: MAE593 Final Project Presentation

PPRR Manipulator (cont’d)

Page 8: MAE593 Final Project Presentation

Parallel Manipulator – 4RRR

• 4RRR with a rhombus link• Bases of each RRR is at the vertex of a square• Inverse Kinematics• Null Space Implemented for velocity-level

kinematics• Possible to trace ellipse inclined at angle using

varying parameters as shown in next slide

Page 9: MAE593 Final Project Presentation

Parameters

• Rhombus side length (variable name – l, line 15)• Rhombus side angle (variable name – side_angle,line 15)• Ellipse angle, (variable name – ell_angle, line 12)• Major axis, (radiusx , line 12)• Minor axis, (variable name – radiusy, line 12) • Simulation Angle, (variable name – Sim_Angle, line 19)• Base co-ordinates for RRR manipulators, (variable name –

bases, line 18)• Phi – inclination of central link which is constant throughout

the simulation, (variable name – phi, line 15)

Page 10: MAE593 Final Project Presentation

4RRR – Circle

-10 -8 -6 -4 -2 0 2 4 6 8 10-10

-8

-6

-4

-2

0

2

4

6

8

10

Page 11: MAE593 Final Project Presentation

4RRR – Ellipse Tracing

-10 -8 -6 -4 -2 0 2 4 6 8 10-10

-8

-6

-4

-2

0

2

4

6

8

10

Page 12: MAE593 Final Project Presentation

4RRR – Rotated Ellipse

-10 -8 -6 -4 -2 0 2 4 6 8 10-10

-8

-6

-4

-2

0

2

4

6

8

10

Page 13: MAE593 Final Project Presentation

Partial ellipse

-10 -8 -6 -4 -2 0 2 4 6 8 10-10

-8

-6

-4

-2

0

2

4

6

8

10

Page 14: MAE593 Final Project Presentation

With base locations changed

-10 -8 -6 -4 -2 0 2 4 6 8 10-10

-8

-6

-4

-2

0

2

4

6

8

10

Page 15: MAE593 Final Project Presentation

Rhombus lengths changed

-10 -8 -6 -4 -2 0 2 4 6 8 10-10

-8

-6

-4

-2

0

2

4

6

8

10

Page 16: MAE593 Final Project Presentation

Rhombus Link internal angle changed

-10 -8 -6 -4 -2 0 2 4 6 8 10-10

-8

-6

-4

-2

0

2

4

6

8

10

Page 17: MAE593 Final Project Presentation

THANK YOU