SlideShare a Scribd company logo
1 of 11
Download to read offline
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

Optimal Straight Line Trajectory Generation in
3D Space using Deviation Algorithm
T.C.Manjunath Ph.D. ( IIT Bombay ) & Fellow IETE , C. Ardil
where exact perpendicularity is required).
(h) Inspection of manufactured components which are
coming on a conveyor belt (using computer / robot
vision).
The paper is organized in the following sequence. A brief
introduction about the straight line motion was presented in
the previous paragraphs along with the applications. A review
of the straight line motion theory is presented in the section 2.
The bounded deviation algorithm used in the paper is
discussed in section 3. A mathematical formulation of the
simulation study is depicted in section 4 followed by the
simulation results in section 5. Section 6 gives the .C code
used to develop the straight line path. This section is followed
by the conclusions in section 7 and then the references.

Abstract—This paper presents an efficient method of obtaining a

straight-line motion in the tool configuration space using an
articulated robot between two specified points. The simulation results
& the implementation results show the effectiveness of the method.

International Science Index 13, 2008 waset.org/publications/5606

Keywords—Bounded deviation algorithm, Straight line motion,
Tool configuration space, Joint space, TCV.

S

I. INTRODUCTION

line motion is defined as the motion along a
straight line or movement of a rigid body along a straight
line and represents the shortest distance between the two
points in the 3D workspace of any robot. The straight line
motion from the source ( pick ) to the goal ( place ) covered in
a specific amount of time is known as the straight line
trajectory, i.e., if temporal information is added to the straight
line path by specifying the times at where the gripper or tooltip is along the straight line path, then the straight line path
gets converted into a straight line trajectory [1].
Straight-line motion is always required in TCS R6. By
controlling all the joints in a coordinated manner, the tool-tip
can be made to move along a straight-line path. If the distance
between the adjacent points in the joint space Rn is
approximately small, then a straight-line path or trajectory in
the TCS R6 can be designed. How we get straight-line motion
is to use the IK equations. In these paragraphs, we give info
about the trajectory in joint space, which generates a straightline trajectory in TCS by using the IK equations [3].
The applications of straight line motions are listed as
follows.
(a) Conveyor belt operations.
(b) Straight line seam arc welding.
(c) Inserting peg into a hole.
(d) Threading a nut onto a bolt.
(e) Performing screw transformations.
(f) For inserting electronic components onto PCB.
TRAIGHT

II. REVIEW OF STRAIGHT LINE MOTION THEORY
Consider the Fig. 1. Let w0 and w1 be the two points in the
space between which the robot has to draw a straight line.
Here, we use the following parameters as [2];
is the source point (initial point) ; i.e., the
w0 :
TCV at the point 0 ;
is the goal point (final point) ; i.e., the
w1 :
TCV at the point 1 ;
w0 and w1 :
both are ( 6 1 ) vectors in TCS, R6.
T :
is the total time taken to move from w0
to w1, i.e., the total time taken to traverse
the path, obviously T > 0.
= { w0, w1 } = path taken by tool.

T.C. Manjunath, a Ph.D. from IIT Bombay is currently, Professor
& Head in Electronics and Communications Engg. Dept. of New
Horizon College of Engg., Bangalore-87, Karnataka, India.
E-mail: tcmanjunath@rediffmail.com ; tcmanjunath@gmail.com.

The equation for SL path / straight line trajectory w(t) of the
tool as shown in the Fig. 1 is represented by an equation of 1st
degree or of 1st order, i.e., no squared terms in the expression,
i.e., we are writing an expression for the straight line path or
trajectory in terms of the SDF and the TCV [2].
(1)
w (t) = [ 1 – S(t) ] w0 + s(t) w1 ; 0 t T
where s(t) is a differentiable Speed Distribution mapping
Function [SDF] which maps ( 0 , T ) into ( 0 , 1 ) & is given
by [2]
t
(2)
s(t)=
T
At the start of the trajectory, t = 0 ;
i.e., s (0) = 0 ( start ; initial ; pick ; source point )
(3)
,
w(t) = [ 1 – 0 ] w0 + 0 w1 = w0
........ corresponds to start of the path [2].

C. Ardil is with the National Academy of Aviation, AZ 1056
Baku, Azerbaijan.

At the end of the trajectory, t = T,
i.e., s (T) = 1

(g) Doing robotic manipulation from above the object (used

1
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

i.e., the end ; goal ; destination ; place ; final point.
,
w(t) = [ 1 – 1 ] w0 + 1 w1 = w1
......... corresponds to end of the path [2].

techniques using an algorithm called as the Bounded
Deviation Algorithm [BDA].
BDA was proposed by Taylor and it gives the deviation or
the error between the actual straight line trajectory and the
trajectory generated by straight line motion in joint space.
Deviation is likely to be maximum somewhere near the midpoint of the joint space trajectory [5]. Check the error or
deviation at this mid-point of the joint space trajectory [2].
If it exceeds a prescribed tolerance limit, then the exact
mid-point is added as knot point. Repeat the test recursively
on the newly generated segments until all the knot points and
the mid point deviations are within tolerance limit. If the error
or deviation is minimum and bounded (within the tolerance
limit of ) ; then, we get a approximated straight line path
between w0 and w1 [6].
If distance between adjacent points in JS (joint space) is
small, a straight line path segment in JS can be approximated
to a straight line path in TCS. Therefore, we can approximate
a straight line path by visiting a number of closely spaced knot
points in proper sequence in joint space as shown in Fig. . The
result is the straight line trajectory in TCS. Since there is no
direct control over the tool-tip and the only thing that we can
control is the joint (since motor / piston is connected to it), an
approximated joint space trajectory can be used to obtain a
straight line trajectory in the TCS [7].

(4)

Hence, it is verified that the Eqn (1) is of the first order or
first degree, i.e., a straight line equation of the form y = mx +
c, where c is the intercept, m is the slope.
III. BOUNDED DEVIATION ALGORITHM [BDA] AND ITS BASIC
WORKING PRINCIPLE

T secs

middle of the
path / trajectory
0 < s(t) < T
0<t<T
v, a = finite, exists
cannot be infinity

0

0

0

w (q )
4
3
2
6
5
7
1

s
source
s(0) = 1
v, a = 0
t=0

w

0

z

Path traced
by
tool-tip
p

start
of
path /
trajectory

International Science Index 13, 2008 waset.org/publications/5606

1

end
of
w
path /
g trajectory
goal
destination
s(T) = 1
v, a = 0
t=T

BDA is an algorithm, which is used to obtain an
approximated straight-line motion in TCS R6 by using an
articulated robot by selecting the number of knot points
properly [4], minimizing them and distributing them along the
trajectory in an optimal manner [2].

Fig. 1 Straight line motion, a graphical representation

A. Principle of BDA
It is easier to produce a straight line motion (SL path or SL
trajectory) in case of xyz, PTP, cylindrical, polar or spherical
or SCARA or Stanford robots. But, in case of articulated
robots, it is very difficult to obtain a straight line motion in the
TCS. All the joints has to be activated simultaneously in a
coordinated manner in order to make the tool-tip to move in a
straight line. For achieving a straight line motion in the TCS,
the following procedure is used [2].
A straight line path in joint space Rn will not produce a
straight line path in tool configuration space R6. Hence, the
straight line path in TCS is obtained by using approximation

0

1

1

x

w (q )
2
Fig. 2 Interpolation of joint space approximation
to the straight line motion

Inverse kinematics equations [2] have to be solved at each
point after minimizing the number of knot points on the
trajectory and distributing them along the trajectory in an
optimal manner. The flow-chart of the BDA algorithm used is
shown in the Fig. 3.

2
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

B. Bounded Deviation Algorithm for Obtaining Straight Line
Motion [2]
1. Select a tolerance limit (called as threshold value) for
straight line motion as > 0 [8].
2. Given, the start point and end point of trajectory as w0
and w1 [ TCV’s at the starting and ending points ], use the
inverse kinematics equations to compute q0, q1 ; i.e., the
joint vectors associated with {w0, w1}.
w0 IKP q0 ;
w1 IKP q1.
3. Compute the joint space mid-point as

qm =
4.

International Science Index 13, 2008 waset.org/publications/5606

5.

8.

Is
deviation
<

Insert knot point

Calculate deviation
from straight line path

Use the information from qm and tool configuration
vector w to find the equivalent TC space mid-point as
wm = w(qm)
i.e., using qm, find the TCV, w(qm) ; substitute qm in the
TCV of that particular robot which is used to obtain the
straight line motion and obtain wm.
Find the exact TCS mid-point as
0

w +w
2

Yes

No

q 0 +q1
2

wM =
6.
7.

Start

Is
deviation
<

Yes

No

1

Stop
m

M

; then, stop.
If the error or deviation w – w
Else, insert wM as a exact knot point between w0 and w1.
Now, the trajectory is broken up into two parts, viz., {w0,
wM} and {wM, w1}.
Repeat the steps ( 1 to 6 ) recursively to the newly
generated trajectory segments {w0, wM} and {wM, w1} till
all the newly generated trajectory segments are within
limit of .

Fig. 3 BDA flow chart

IV. A MATHEMATICAL FORMULATION OF THE SIMULATION
STUDY
A simulation is performed on a five axis articulated robot
which was designed and fabricated in the college laboratory as
shown in Fig. 4 [11].

Bounded deviation algorithm does not distribute knot points
uniformly over the interval {w0, w1}. Instead, it places where
they are most needed to reduce the deviation between the
exact trajectory and the joint space trajectory [9]. Distribution
of knot points is not uniform and depends on , geometry of
robot, the limitations of the joints and its constraints, straight
line path and location, w0 and w1 [2].
Referring to the Fig. 2, we get the joint space interpolated
motion between {w0, w1} deviates outside the cylinder of
radius [10]. Therefore, insert knot point 1 as mid-point.
Again, joint space interpolated motion between {w0, 1} is
outside the cylinder of radius . Therefore, insert knot point 2
as mid-point [2].
Again, joint space interpolated motion between {w0, 2} is
outside the cylinder of radius . Therefore, insert knot point 3
as the mid point. Now, joint space interpolated motion
between {w0, 3} is within the tolerance limit of [2].
Therefore, the path from w0 to 3 is a approximated straight
line path. Like this, continue till all the newly generated
paths are within the cylinder of radius . If
is very very
small ( 0, i.e., 0.000001, say), then the number of knot points
will be very very close ; then, the path traced by the tool-tip
from w0 to w1 will be an exact straight line as the number of
iterations will be more [2].

Fig. 4 Photographic view of the designed robot

One pass of BDA is shown analytically here to find a joint
space knot point for approximating the following straight-line
trajectory [13]. We consider the tool configuration vectors at
the starting point and the ending point to be specified by the
user as [12]
w0 = [ 600 , 0 , 250 , 0 , 0 , 2]T
w1 = [ 600 , 0 , 50 , 0 , 0 , 2]T

3
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

The physical dimensions of the designed system are as
follows.
d = [495.2 0 0 0 368.2 ]T and
a = [ 0 457.2 457.2 19 0 ]T ?
The tool configuration deviation at the joint-space midpoint
is obtained as follows [14]. The general inverse kinematic
equations [2] for any five axis articulated robot is [2]
Base angle 1 ( rotary ) :
q1 = tan
GTP angle

C1 a2C2
S1 a2C2

q234 = tan

a4 S 234 d5C234

exp

q5

2

3
1

C234

q234 = 0°
b1 = 581
b2 = 58.4
q3 =

( rotary ) :

a 2 + a 3 C3 b 2
a 2 + a 3C3 b1

1

S1S234

q1 = 0°

b2 = d1 – a4 S234 – d5 C234 – w3
Shoulder angle

C1S 234

q5

exp

C1w 4 +S1w 5
w6

1

201.24°

q2 = – 89.14 ( assume q3 = + 201.24°)

a 3S3 b1
a 3S3 b 2

q4 = –118.08°
q5 = 0°

( rotary ) :

w0

2
2
2
b1 b 2 a 2 a 3
2
2 a2 a3

Give w1 as the input to IK algorithm of a five axis
articulated robot and calculate q1 [2].

Tool pitch angle

4

5

89.14 201.24

118.08 0 ]T degs

q234 = 0°
b1 = 581

( rotary ) :

b2 = –141.6

ln w 4 2 +w 5 2 +w 6 2
0

q0 = [ 0

IKP

q1 = 0°

( rotary ) :

q4 = q234 – q2 – q3
Tool roll angle

q5

exp

w(q)

b1 = C1 w1 + S1 w2 – a4 C234 + d5 S234
International Science Index 13, 2008 waset.org/publications/5606

a3 S23

a2 S 2

.......................................................

Intermediate variables are :

q5 =

a4C234 d5 S234

d1

= – arc tan 2 ( –b0 , –w6)

q3 = cos

a3C23

:

234

Elbow angle

a4C234 d5 S 234

w2
w1

1

q2 = tan

a3C23

q3 =
1

Find the joint vectors q and q associated with w
and w1 by using the above inverse kinematic equations.

196.6°

q2 = – 127.7 ( assume q3 = + 196.6°)

0

q4 = –71° ,
q5 = 0°

Give w0 as the input to IK algorithm of a five axis
articulated robot and calculate q0 [15], [22]. We get the
parameters base angle, global tool pitch angle, intermediate
variables, elbow angle, shoulder angle, tool pitch angle & the
tool roll angle w.r.t. the TCV w0 [2], [21].

w1

IKP

q1 = [ 0

125.6 196.6

71 0 ]T degs

The joint space midpoint of trajectory is [16]

qm =

1

Then, give w as the input to IK algorithm of a five
axis articulated robot and calculate q1 [17], [20] We get the
parameters base angle, global tool pitch angle, intermediate
variables, elbow angle, shoulder angle, tool pitch angle & the
tool roll angle w.r.t. the TCV w1 [2].

q 0 +q1
=[ 0
2

91.6 0 ]T degs

107.2 198.8

The TCV of a five axis articulated robot is
Putting the value of qm , d1 , d5 , a2 , a3 , a4 in w(q) , we
get
wm = [ 609

Then, compute the joint space midpoint of the trajectory,
i.e., qm as the average of q0 and q1. The TCV w(q) of a five
axis articulated robot is then used to compute the tool
configuration vector at the actual mid point as wm [2].

0 148.8

0

0

2 ]T = w(qm)

The exact TCS midpoint is

wM =

w 0 + w1
= [ 600 0 150 0 0
2

2 ]T

, the midpoint deviation between wm and wM is
wm

4

wM = [ 9

0

–1.2

0

0

0 ]T
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

||wm

wM|| = 9.08

Since the deviation is very much greater than the
threshold value , which is normally very small, insert wM
as a exact know point [18].
Now, the trajectory is divided into (w 0,wM ) and (w M, w1).
Again, using wM as the input to the IK algorithm (use the
five IK equations), we get the joint angle vector qM at
the mid point as [19]
qM = [ 0

109

201.8

92.8

0 ]T degs

V.SIMULATION RESULTS

International Science Index 13, 2008 waset.org/publications/5606

A graphical user interface program in C / C++ is developed
and the simulation results are shown in the Figs. 5 to 8
respectively.

Fig. 7 One pass of the algorithm

Fig. 8 Another pass of the algorithm

Fig. 5 Input vectors to the algorithm

VI. GENERATION OF THE .C CODE
/***********************************************
DESCRIPTION: This program is designed to do bounded
deviation algorithm for 5 axis articulated robot. It calculates
the TCV. It also shows the final arm matrix & the shortest
path between two points in joint space.
************************************************
#include <iostream.h>
#include <stdio.h>
#include <conio.h>
#include <math.h>
#include <graphvar.h>
#include<graphics.h>
const int DOF = 5;
const double PI = 4 * atan(1.0);
const char wait[] = "Press any key to continue";
const int PAUSE = 1;//indicates function should pause for
input

Fig. 6 Tool configuration vectors of the algo

5
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

mat[0][1] = -ca * so;
mat[0][2] = sa * so;
mat[0][3] = a[k] * co;
mat[1][0] = so;
mat[1][1] = ca * co;
mat[1][2] = -sa * co;
mat[1][3] = a[k] * so;
mat[2][1] = sa;
mat[2][2] = ca;
mat[2][3] = d[k];
mat[3][3] = 1;
}

class Hctm
//homogeeous coordiate trasformatio matrix
{
private : double mat[4][4];
public : Hctm();
Hctm(double m[ ][4]);
void initLctm(double ang[ ],double d[ ],double a[
],double alp[ ],int k);
void initIdentity();//Initialise as identity matrix
void printLctm(int k,int k1);
void getvalues(double arm[][4]);
Hctm operator * (Hctm a);
};

void Hctm::printLctm(int k,int k1)
{
int y = wherey(),i,j,x;

International Science Index 13, 2008 waset.org/publications/5606

Hctm::Hctm()
{
int i,j;
for(i = 0;i < 4;i++)
for(j = 0;j < 4;j++) mat[i][j] = 0;

gotoxy(10,y + 2);cout<<"T = ";
gotoxy(11,y + 1);cout<<k;
gotoxy(11,y + 3);cout<<k1;
gotoxy(15,y);cout<<'Ú';
gotoxy(15,y + 5);cout<<'À';

}
Hctm::Hctm(double a[][4])
{
int i,j;
for(i = 0;i < 4;i++)
for(j = 0;j < 4;j++)
mat[i][j] = a[i][j];
}

for(i = 0;i < 4;i++)
{
gotoxy(15,y + i + 1);
cout<<"³ ";
for(j = 0;j < 4;j++)
printf("%- 10.4f ",mat[i][j]);
x = wherex();cout<<'³';
}
gotoxy(x,y);cout<<'¿';
gotoxy(x,y + 5);cout<<'Ù';
gotoxy(1,y + 6);

void Hctm::initIdentity()
{
for(int i = 0;i < 4;i++)
mat[i][i] = 1;
}

}
Hctm Hctm::operator * (Hctm a)
{
Hctm res;
int i,j,k;
double sum = 0;

void Hctm::getvalues(double arm[][4])
{
int i,j;
for(i = 0;i < 4;i++)
for(j = 0;j < 4;j++)
arm[i][j] = mat[i][j];

for(i = 0;i < 4;i++)
for(j = 0;j < 4;j++)
{
sum = 0;
for(k = 0;k < 4;k++)
sum += mat[i][k] * a.mat[k][j];
res.mat[i][j] = sum;
}

}
void Hctm::initLctm(double ang[],double d[],double
a[],double alp[],int l)
{//Initialises mat with Lctm T(k to k-1)
int k = l - 1;
double co = cos(ang[k]);
double so = sin(ang[k]);
double ca = cos(alp[k]);
double sa = sin(alp[k]);

return res;
}
double * IK(double arm[][4],double a[],double d[],double
tcv[],double ang2[]);

mat[0][0] = co;

6
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

International Science Index 13, 2008 waset.org/publications/5606

double * IK(double ak[],double dk[],double tcv[],double
ang2[]);
double *getTCV(double arm[][4]);
Hctm DK(double a[],double d[],double alp[],double ang[]);
void BDA(double w1[],double w2[],double ak[],double
dk[],double alpha[],double ep);
void getxy(double tcv[],int &x,int &y,int bx,int by);
void getcabinetxy(double tcv[],double &x,double &y);
double getDistance(double w1[],double w2[]);
void printLctm(double mat [][4],int k,int k1);
void printvector(double an[],int len = DOF,char *m =
"Q",char sym = 'é');
inline void pause(char *s = (char *)wait);
int gpause(const char *s,int color = YELLOW,int p =
PAUSE,int y = 465);
void line(char c = 'Í',int len = 78);
void swap(double &a,double &b);

for(k = 0;k < 2;k++)
{
cout<<'É';line();cout<<'»';
cout<<"ºttt TOOL CONFIGURATION VECTOR FOR
POINT " <<(k + 1);
gotoxy(80,wherey());cout<<'º';
cout<<'È';line();cout<<"¼n";
if (k == 0) printvector(w1,6,"TCV",'W');
else printvector(w2,6,"TCV",'W');
}
pause();
clrscr();
int gd = DETECT,gm,gerror;
initgraph(&gd,&gm,"c:tcbgi");
if ((gerror = graphresult() ) < 0)
{
printf("nt Error in initialising graphics : %s",
grapherrormsg(gerror));
return 1;
}

int main(void)
{
clrscr();
double dk[DOF] = {26.04,0,0,0,16.83};
double ak[DOF] = {0,22.86,22.86,.95,0};
//double dk[DOF] = {50,0,0,0,25};
//double ak[DOF] = {0,30,30,30,0};

char head1[] = "BOUNDED DEVIATION
ALOGORITHM";
char head2[] = "FOR STRAIGHT LINE MOTION";
int c,d,d1;

double alpha[DOF] = {-PI/2,0,0,-PI/2,0};
double epsilon = 1; //THRESHOLD VALUE ASSUMED
double arm[4][4];
int i,j,k;

cleardevice();
setcolor(YELLOW);setbkcolor(BLACK);
settextstyle(SMALL_FONT,HORIZ_DIR,7);
setlinestyle(SOLID_LINE,0,THICK_WIDTH);
c = textwidth(head1); d = textheight(head1);
d1 = textheight(head2);
gprintf(150,10,head1);
gprintf(170,15 + d,head2);
setcolor(LIGHTCYAN);rectangle(125,5,170 + c,30 + d +
d1);

cout.setf(ios::stdio);
cout<<'É';line();cout<<'»';
cout<<"ºt
BOUNDED DEVIATION ALOGORITHM
FOR STRAIGHT LINE MOTION";
gotoxy(80,wherey());cout<<'º';
cout<<'È';line();cout<<"¼n";
double *w1 = NULL,*w2 = NULL;
for(k = 0;k < 2;k++)
{
cout<<"nttt
Enter Arm Matrix For Point "<<(k +
1)<<"n";
cout<<"ttt";line('Í',40);cout<<"nn";
for(i = 0;i < 3;i++)
{
cout<<"tt Enter Row "<<(i + 1)<<" : ";
for(j = 0;j < 4;j++)
cin>>arm[i][j];
}
for(i = 0;i < 3;i++)
arm[3][i] = 0;
arm[3][3] = 1;
if (k == 0) w1 = getTCV(arm);
else w2 = getTCV(arm);
}
pause();
clrscr();

settextstyle(SMALL_FONT,HORIZ_DIR,5);setcolor(LIGHT
MAGENTA);
getch();
BDA(w1,w2,ak,dk,alpha,epsilon);
gpause("Press Any Key To Continue");
return 0;
}
double *getTCV(double arm[][4])
{
int i;
double *tcv = new double[6];
double a1,t1,t2,a5;
for(i = 0;i < 3;i++)
tcv[i] = arm[i][3];
a1 = atan2(tcv[1],tcv[0]);

7
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

ang2[3] = q234 - ang2[2] - ang2[1];

double s1 = sin(a1);
double c1 = cos(a1);
t1 = s1 * arm[0][0] - c1 * arm[1][0];
t2 = s1 * arm[0][1] - c1 * arm[1][1];
a5 = atan2(t1,t2);

return ang;
}
double * IK(double ak[],double dk[],double tcv[],double
ang2[])
{
double *ang = new double[DOF];
double t1,t2,q234,b1,b2,modb;

for(i = 0;i < 3;i++)
tcv[i + 3] = -exp(a5/PI) * arm[i][2];
return tcv;
}

ang[0] = atan2(tcv[1],tcv[0]);
ang2[0] = ang[0];

International Science Index 13, 2008 waset.org/publications/5606

double * IK(double arm[][4],double ak[],double dk[],double
tcv[],double ang2[])
{
int i;
double *ang = new double[DOF];
double t1,t2,q234,b1,b2,modb;

double s1 = sin(ang[0]);
double c1 = cos(ang[0]);
t1 = sqrt(tcv[3] * tcv[3] + tcv[4] * tcv[4] + tcv[5] * tcv[5]);
ang[DOF - 1] = PI * log(t1);
ang2[DOF - 1] = ang[DOF - 1];

for(i = 0;i < 3;i++) tcv[i] = arm[i][3];
ang[0] = atan2(tcv[1],tcv[0]);
ang2[0] = ang[0];

q234 = atan2((c1 * tcv[3] + s1 * tcv[4]),tcv[5]);
//cout<<"q234 = "<<q234;
double c234 = cos(q234);
double s234 = sin(q234);

double s1 = sin(ang[0]);
double c1 = cos(ang[0]);
t1 = s1 * arm[0][0] - c1 * arm[1][0];
t2 = s1 * arm[0][1] - c1 * arm[1][1];
ang[DOF - 1] = atan2(t1,t2);
ang2[DOF - 1] = ang[DOF - 1];

b1 = c1 * tcv[0] + s1 * tcv[1] - ak[3] * c234 + dk[DOF - 1]
* s234;
b2 = dk[0] - ak[3] * s234 - dk[DOF - 1] * c234 - tcv[2];
modb = b1 * b1 + b2 * b2;
t1 = modb - ak[1] * ak[1] - ak[2] * ak[2];
t2 = 2 * ak[1] * ak[2];
//cout<<"t1 / t2"<<(t1 / t2);
ang[2] = acos(t1 / t2);
ang2[2] = -acos(t1 / t2);

for(i = 0;i < 3;i++)
tcv[i + 3] = -exp(ang[DOF - 1]/PI) * arm[i][2];
q234 = atan2((c1 * tcv[3] + s1 * tcv[4]),tcv[5]);

double s3 = sin(ang[2]);
double c3 = cos(ang[2]);

double c234 = cos(q234);
double s234 = sin(q234);

t1 = (ak[1] + ak[2] * c3) * b2 - b1 * ak[2] * s3;
t2 = (ak[1] + ak[2] * c3) * b1 + b2 * ak[2] * s3;

b1 = c1 * tcv[0] + s1 * tcv[1] - ak[3] * c234 + dk[DOF - 1]
* s234;
b2 = dk[0] - ak[3] * s234 - dk[DOF - 1] * c234 - tcv[2];
modb = b1 * b1 + b2 * b2;
t1 = modb - ak[1] * ak[1] - ak[2] * ak[2];
t2 = 2 * ak[1] * ak[2];
ang[2] = acos(t1 / t2);
ang2[2] = -acos(t1 / t2);

ang[1] = atan2(t1,t2);
ang2[1] = ang[1];
ang[3] = q234 - ang[2] - ang[1];
ang2[3] = q234 - ang2[2] - ang2[1];
return ang;
}

double s3 = sin(ang[2]);
double c3 = cos(ang[2]);

Hctm DK(double ak[],double dk[],double alpha[],double
angle[])
{
int i;
Hctm rhino[DOF];
Hctm arm;
arm.initIdentity();

t1 = (ak[1] + ak[2] * c3) * b2 - b1 * ak[2] * s3;
t2 = (ak[1] + ak[2] * c3) * b1 + b2 * ak[2] * s3;
ang[1] = atan2(t1,t2);
ang2[1] = ang[1];
ang[3] = q234 - ang[2] - ang[1];

8
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

for(i = 0;i < DOF;i++)
{
rhino[i].initLctm(angle,dk,ak,alpha,i + 1);
//rhino[i].printLctm(i + 1,i);
//if (i == 2) { pause();clrscr(); }
arm = arm * rhino[i];
}
return arm;

double d = sqrt((ax3 - ax1) * (ax3 - ax1) + (ay3 - ay1) * (ay3
- ay1));
//circle(x4,y4,1);
gprintf(20,400,"x1 = %4.2f y1 = %4.2f x2 = %4.2f y2 =
%4.2f x3 = %4.2f y3 = %4.2f",ax1,ay1,ax2,ay2,ax3,ay3);
if (ay2 < ay1) {
swap(ax1,ax2);
swap(ay1,ay2);
//for(i = 0;i < 6;i++)
// swap(w1[i],w2[i]);
}
double angxy = atan2(ay2 - ay3,ax2 - ax3);
angxy = angxy * 180 / PI;
setcolor(LIGHTMAGENTA);
if (ax1 > 0) arc(x4,y4,angxy + 180,angxy,ceil(d));
else arc(x4,y4,180 - angxy,360 - angxy,ceil(d));
getch();
setcolor(BLACK);
gprintf(20,400,"x1 = %4.2f y1 = %4.2f x2 = %4.2f y2 =
%4.2f x3 = %4.2f y3 = %4.2f",ax1,ay1,ax2,ay2,ax3,ay3);

}
void BDA(double w1[],double w2[],double ak[],double
dk[],double alpha[],double ep)
{
double
*ang2=NULL,*w1ang,*w2ang,*wmid,*w12,*w12mid;
int i;

International Science Index 13, 2008 waset.org/publications/5606

w1ang = IK(ak,dk,w1,ang2);//getch();
w2ang = IK(ak,dk,w2,ang2);//getch();
wmid = new double[DOF];
for(i = 0;i < DOF;i++)
wmid[i] = (w1ang[i] + w2ang[i]) / 2;
Hctm arm = DK(ak,dk,alpha,wmid);
double armmat[4][4];
arm.getvalues(armmat);
w12 = getTCV(armmat);
setlinestyle(SOLID_LINE,0,NORM_WIDTH);
setfillstyle(SOLID_FILL,LIGHTCYAN);
int x1,y1,x2,y2,x3,y3,x4,y4;
getxy(w1,x1,y1,320,280);
getxy(w2,x2,y2,320,280);
getxy(w12,x3,y3,320,280);
setcolor(LIGHTCYAN);

if (getDistance(w1,w2) > ep)
{
for(i = 0;i < 3;i++)
w12[i] = (w1[i] + w2[i]) / 2;
BDA(w1,w12,ak,dk,alpha,ep);
BDA(w12,w2,ak,dk,alpha,ep);
}
}
void getcabinetxy(double tcv[],double &x,double &y)
{
//x = 2 * (tcv[0] + tcv[1] * cos(PI/4));
//y = tcv[2] + tcv[1] * cos(PI/4);
x = 2 * (tcv[0]);
y = tcv[2];

double ax3,ay3,ax1,ay1,ax2,ay2;
getcabinetxy(w1,ax1,ay1);
getcabinetxy(w2,ax2,ay2);
ax3 = (ax1 + ax2) / 2;
ay3 = (ay1 + ay2) / 2;
x4 = ceil(ax3 + 320);
y4 = ceil(280 - ay3);

}
void getxy(double tcv[],int &x,int &y,int bx,int by)
{
double a1,b1;
getcabinetxy(tcv,a1,b1);
x = bx + (int)ceil(a1);
y = by - (int)ceil(b1);

fillellipse(x1,y1,3,3);
fillellipse(x2,y2,3,3);//getch();
fillellipse(x4,y4,3,3);
setcolor(RED);
circle(x1,y1,1);
circle(x2,y2,1);
circle(x4,y4,1);
//setcolor(LIGHTCYAN);
//circle(x1,y1,2);
//circle(x2,y2,2);
//circle(x3,y3,2);

}
double getDistance(double w1[],double w2[])
{
double t = 0;
for(int i = 0;i < 3;i++)
t += (w1[i] - w2[i]) * (w1[i] - w2[i]);
return (sqrt(t));

//getcabinetxy(w12,ax3,ay3);
}

9
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

void swap(double &a,double &b)
{
double c = a;
a = b;
b = c;
}
void printLctm(double mat [][4],int k,int k1)
{
int y = wherey(),i,j,x;

{
gotoxy(30,25);
cout<<s;getch();
}
int gpause(const char *s,int color,int p,int y)
{
struct textsettingstype old;//In graphics.h
gettextsettings(&old);
settextstyle(SMALL_FONT,HORIZ_DIR,4);
int c = getcolor(),d = textwidth(s);

International Science Index 13, 2008 waset.org/publications/5606

gotoxy(10,y + 2);cout<<"T = ";
gotoxy(11,y + 1);cout<<k;
gotoxy(11,y + 3);cout<<k1;
gotoxy(15,y);cout<<'Ú';
gotoxy(15,y + 5);cout<<'À';
for(i = 0;i < 4;i++)
{
gotoxy(15,y + i + 1);
cout<<"³ ";
for(j = 0;j < 4;j++)
printf("%- 10.4f ",mat[i][j]);
x = wherex();cout<<'³';
}
gotoxy(x,y);cout<<'¿';
gotoxy(x,y + 5);cout<<'Ù';
gotoxy(1,y + 6);
}
void printvector(double an[],int len,char *m,char sym)
{
int y = wherey(),i,x;
gotoxy(20,y + 2);cout<<m<<" = ";x = wherex();
gotoxy(x,y);cout<<'Ú';
gotoxy(x,y + len + 1);cout<<'À';
for(i = 0;i < len;i++)
{
gotoxy(x,y + i + 1);
printf("³ %c%-4d = %- 12.4f ³",sym,i + 1,an[i]);
}
x = wherex() - 1;
gotoxy(x,y);cout<<'¿';
gotoxy(x,y + len + 1);cout<<'Ù';
gotoxy(1,y + len + 2);
}

setcolor(color);
outtextxy((getmaxx() - d)/2,y,s);
settextstyle(old.font,old.direction,old.charsize);setcolor(c);
if ((color == getbkcolor()) || p != PAUSE) return 0;
else return getch();
VII. CONCLUSION
A simulation of an efficient method of the BDA was
demonstrated in this paper using an articulated robot which
was designed and fabricated in the college laboratory. A
method of computing the straight line motion between two
given points in a 3D space using an articulated robot is
demonstrated in this paper. Analytical method is also shown
here for convenience along with the simulation study. The
real time implementation of the same was also carried out
using an indigenously developed 5 axis articulated robot in the
college. The mathematical results & the experimental results /
simulated results show the effectiveness of the developed
method [2].
REFERENCES
[1]
[2]
[3]

[4]
[5]

[6]
[7]
[8]
[9]
[10]

void line(char c,int len)
{
for( ;len;len--)
cout<<c;
}

[11]

void pause(char s[])

[15]

[12]
[13]
[14]

10

Craig J, Introduction to Robotics : Mechanics, Dynamics & Control,
Addison Wessely, USA, 1986.
Robert, J. Schilling, Fundamentals of Robotics - Analysis and Control,
PHI, New Delhi.
Klafter, Thomas and Negin, Robotic Engineering, PHI, New Delhi.
Fu, Gonzalez and Lee, Robotics: Control, Sensing, Vision and
Intelligence, McGraw Hill.
Groover, Weiss, Nagel and Odrey, Industrial Robotics, McGraw Hill.
Ranky, P. G., C. Y. Ho, Robot Modeling, Control & Applications, IFS
Publishers, Springer, UK.
Crane, Joseph Duffy, Kinematic Analysis of Robotic Manipulators,
Cambridge Press, UK.
Manjunath, T.C., (2005), Fundamentals of Robotics, Fourth edn., Nandu
Publishers, Mumbai.
Manjunath, T.C., (2005), Fast Track to Robotics, Second edn., Nandu
Publishers, Mumbai.
Dhananjay K Teckedath, Image Processing, Third edn., Nandu
Publishers, Mumbai.
Gonzalvez and Woods, Digital Image Processing, Addison Wesseley
Publishers.
Anil K Jain, Digital Image Processing, Prentice Hall, Englewood Cliffs,
New Jersey, USA.
http://www.wikipedia.org
Michael Dipperstein, Run Length Encoding (RLE) Discussion and
Implementation.
Flusser, J.; Suk, T.; Saic, S., Recognition of blurred images by the
method of moments, Image Processing, IEEE Transactions.
World Academy of Science, Engineering and Technology
International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008

International Science Index 13, 2008 waset.org/publications/5606

[16] Bob Bailey, Moments in Image Processing, Nov. 2002.
[17] Phillip Coiffette, (1995), Robotics Series, Volume I to VIII, Kogan
Page, London, UK.
[18] William Burns and Janet Evans, (2000), Practical Robotics - Systems,
Interfacing, Applications, Reston Publishing Co.
[19] Yoshikawa T., (1984), “Analysis and Control of Robot Manipulators
with Redundancy”, Proc. First Int. Symp. on Robotics Research,
Cambridge, MIT Press, pp. 735-748.
[20] Whitney DE., (1972), “The Mathematics of Coordinated Control of
Prosthetic Arms and Manipulators”, Trans. ASM J. Dynamic Systems,
Measurements and Control, Vol. 122, pp. 303-309.
[21] Lovass Nagy V, R.J. Schilling, (1987), “Control of Kinematically
Redundant Robots Using {1}-inverses”, IEEE Trans. Syst. Man,
Cybernetics, Vol. SMC-17 (No. 4), pp. 644-649.
[22] Lovass Nagy V., R J Miller and D L Powers, (1978), “An Introduction
to the Application of the Simplest Matrix-Generalized Inverse in
Systems Science”, IEEE Trans. Circuits and Systems, Vol. CAS-25 (No.
9), pp. 776.
T.C.Manjunath, born in Bangalore, Karnataka,
India on Feb. 6, 1967 received the B.E. Degree in
Electrical Engineering from the University of
Bangalore in 1989 in First Class and M.E. in
Electrical Engineering with specialization in
Automation, Control and Robotics from the
University of Gujarat in 1995 in First Class with
Distinction and Ph.D. from the Interdisciplinary
Programme in Systems and Control Engineering
Department of Indian Institute of Technology
Bombay in the year 2007, respectively. He has got a teaching experience of
nearly 20 long years in various engineering colleges all over the country and is
currently working as Professor and Head of the Department of Electronics and
Communication Engineering in New Horizon College of Engineering in
Bangalore, Karnataka, India. He also worked as a Research Engineer in the
Systems and Control Engineering (IIT Bombay, India) and worked on control
of space launch vehicles using FOS feedback technique. He has published a
number of papers in the various National, International journals and
Conferences and published two textbooks on Robotics. He also published a
research monograph in the International level from the Springer-Verlag
publishers based on his Ph.D. thesis topic titled, “Modeling, Control and
Implementation of Smart Structures”, Vol. 350, LNCIS, costing 79.95 Euros.
He was a student member of IEEE for 6 years, SPIE student member and IOP
student member for 4 years, life member of ISSS (India), life member of the
ISTE (India), life member of ISOI (India), life member of SSI (India) and life
member of the CSI (India) and a fellow of the IETE (India). He has visited
Singapore, Russia, United States of America and Australia for the presentation
of his research papers in various international conferences. His biography was
published in 23rd edition of Marquis’s Who’s Who in the World in the 2006
issue. He has also guided more than 2 dozen undergraduate and post-graduate
projects. Many of his guided projects, interviews have appeared in various
national newspapers and magazines. He has also presented a number of guest
lectures and various seminars and participated in more than a dozen CEP /
DEP courses, seminars, workshops, symposiums in the various parts of the
country in different institutions and also conducted a few courses. His current
research interests are in the area of Robotics, Smart Structures, Control
systems, Network theory, Mechatronics, Process Control and Instrumentation,
Electromagnetic fields and waves, MATLAB, Signals and systems (CT and
DT), Industrial automation, Artificial intelligence, Digital signal processing,
Digital Image Processing, Periodic output feedback control, Fast output
feedback control, Sliding mode control of SISO and multivariable systems and
many of the control related subjects and its allied labs and their various
applications.

11

More Related Content

What's hot

Divyesh_14Me63r02(new)
Divyesh_14Me63r02(new)Divyesh_14Me63r02(new)
Divyesh_14Me63r02(new)Divyesh Mistry
 
Singularity condition of wrist partitioned 6-r serial
Singularity condition of wrist partitioned 6-r serialSingularity condition of wrist partitioned 6-r serial
Singularity condition of wrist partitioned 6-r serialeSAT Publishing House
 
A METHODOLOGY FOR ANALYSIS OF TOPOLOGICAL CHARATERISTICS OF PLANETARY GEAR TR...
A METHODOLOGY FOR ANALYSIS OF TOPOLOGICAL CHARATERISTICS OF PLANETARY GEAR TR...A METHODOLOGY FOR ANALYSIS OF TOPOLOGICAL CHARATERISTICS OF PLANETARY GEAR TR...
A METHODOLOGY FOR ANALYSIS OF TOPOLOGICAL CHARATERISTICS OF PLANETARY GEAR TR...meijjournal
 
Building 3D Morphable Models from 2D Images
Building 3D Morphable Models from 2D ImagesBuilding 3D Morphable Models from 2D Images
Building 3D Morphable Models from 2D ImagesShanglin Yang
 
Robot2L_IEEE00493506
Robot2L_IEEE00493506Robot2L_IEEE00493506
Robot2L_IEEE00493506Chih-Wu Jen
 
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...IJERA Editor
 
A Discrete Algorithm of S-shape Acceleration and Deceleration
A Discrete Algorithm of S-shape Acceleration and DecelerationA Discrete Algorithm of S-shape Acceleration and Deceleration
A Discrete Algorithm of S-shape Acceleration and DecelerationIJRES Journal
 
Method for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF InjectionMethod for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF InjectionCSCJournals
 
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...eSAT Journals
 
Indirect 3D-Space Vector Modulation for a Matrix Converter
Indirect 3D-Space Vector Modulation for a Matrix ConverterIndirect 3D-Space Vector Modulation for a Matrix Converter
Indirect 3D-Space Vector Modulation for a Matrix ConverterAhmed Mohamed
 
Path Planning for Mobile Robots
Path Planning for Mobile RobotsPath Planning for Mobile Robots
Path Planning for Mobile Robotssriraj317
 
SIMMECHANICS VISUALIZATION OF EXPERIMENTAL MODEL OVERHEAD CRANE, ITS LINEARIZ...
SIMMECHANICS VISUALIZATION OF EXPERIMENTAL MODEL OVERHEAD CRANE, ITS LINEARIZ...SIMMECHANICS VISUALIZATION OF EXPERIMENTAL MODEL OVERHEAD CRANE, ITS LINEARIZ...
SIMMECHANICS VISUALIZATION OF EXPERIMENTAL MODEL OVERHEAD CRANE, ITS LINEARIZ...ijccmsjournal
 
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...IJRES Journal
 

What's hot (16)

30120140503003 2
30120140503003 230120140503003 2
30120140503003 2
 
[IJET-V1I6P7] Authors: Galal Ali Hassaan
[IJET-V1I6P7] Authors: Galal Ali Hassaan[IJET-V1I6P7] Authors: Galal Ali Hassaan
[IJET-V1I6P7] Authors: Galal Ali Hassaan
 
Divyesh_14Me63r02(new)
Divyesh_14Me63r02(new)Divyesh_14Me63r02(new)
Divyesh_14Me63r02(new)
 
Singularity condition of wrist partitioned 6-r serial
Singularity condition of wrist partitioned 6-r serialSingularity condition of wrist partitioned 6-r serial
Singularity condition of wrist partitioned 6-r serial
 
A METHODOLOGY FOR ANALYSIS OF TOPOLOGICAL CHARATERISTICS OF PLANETARY GEAR TR...
A METHODOLOGY FOR ANALYSIS OF TOPOLOGICAL CHARATERISTICS OF PLANETARY GEAR TR...A METHODOLOGY FOR ANALYSIS OF TOPOLOGICAL CHARATERISTICS OF PLANETARY GEAR TR...
A METHODOLOGY FOR ANALYSIS OF TOPOLOGICAL CHARATERISTICS OF PLANETARY GEAR TR...
 
Building 3D Morphable Models from 2D Images
Building 3D Morphable Models from 2D ImagesBuilding 3D Morphable Models from 2D Images
Building 3D Morphable Models from 2D Images
 
30120140503012
3012014050301230120140503012
30120140503012
 
Robot2L_IEEE00493506
Robot2L_IEEE00493506Robot2L_IEEE00493506
Robot2L_IEEE00493506
 
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
A Review: Compensation of Mismatches in Time Interleaved Analog to Digital Co...
 
A Discrete Algorithm of S-shape Acceleration and Deceleration
A Discrete Algorithm of S-shape Acceleration and DecelerationA Discrete Algorithm of S-shape Acceleration and Deceleration
A Discrete Algorithm of S-shape Acceleration and Deceleration
 
Method for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF InjectionMethod for Converter Synchronization with RF Injection
Method for Converter Synchronization with RF Injection
 
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
Singularity condition of wrist partitioned 6-r serial manipulator based on gr...
 
Indirect 3D-Space Vector Modulation for a Matrix Converter
Indirect 3D-Space Vector Modulation for a Matrix ConverterIndirect 3D-Space Vector Modulation for a Matrix Converter
Indirect 3D-Space Vector Modulation for a Matrix Converter
 
Path Planning for Mobile Robots
Path Planning for Mobile RobotsPath Planning for Mobile Robots
Path Planning for Mobile Robots
 
SIMMECHANICS VISUALIZATION OF EXPERIMENTAL MODEL OVERHEAD CRANE, ITS LINEARIZ...
SIMMECHANICS VISUALIZATION OF EXPERIMENTAL MODEL OVERHEAD CRANE, ITS LINEARIZ...SIMMECHANICS VISUALIZATION OF EXPERIMENTAL MODEL OVERHEAD CRANE, ITS LINEARIZ...
SIMMECHANICS VISUALIZATION OF EXPERIMENTAL MODEL OVERHEAD CRANE, ITS LINEARIZ...
 
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
 

Viewers also liked

Model reduction-of-linear-systems-by conventional-and-evolutionary-techniques
Model reduction-of-linear-systems-by conventional-and-evolutionary-techniquesModel reduction-of-linear-systems-by conventional-and-evolutionary-techniques
Model reduction-of-linear-systems-by conventional-and-evolutionary-techniquesCemal Ardil
 
Fuzzy metric-approach-for-fuzzy-time-series-forecasting-based-on-frequency-de...
Fuzzy metric-approach-for-fuzzy-time-series-forecasting-based-on-frequency-de...Fuzzy metric-approach-for-fuzzy-time-series-forecasting-based-on-frequency-de...
Fuzzy metric-approach-for-fuzzy-time-series-forecasting-based-on-frequency-de...Cemal Ardil
 
Response quality-evaluation-in-heterogeneous-question-answering-system-a-blac...
Response quality-evaluation-in-heterogeneous-question-answering-system-a-blac...Response quality-evaluation-in-heterogeneous-question-answering-system-a-blac...
Response quality-evaluation-in-heterogeneous-question-answering-system-a-blac...Cemal Ardil
 
Sonic localization-cues-for-classrooms-a-structural-model-proposal
Sonic localization-cues-for-classrooms-a-structural-model-proposalSonic localization-cues-for-classrooms-a-structural-model-proposal
Sonic localization-cues-for-classrooms-a-structural-model-proposalCemal Ardil
 
Library aware-power-conscious-realization-of-complementary-boolean-functions-
Library aware-power-conscious-realization-of-complementary-boolean-functions-Library aware-power-conscious-realization-of-complementary-boolean-functions-
Library aware-power-conscious-realization-of-complementary-boolean-functions-Cemal Ardil
 
A neural-network-approach-in-predicting-the-blood-glucose-level-for-diabetic-...
A neural-network-approach-in-predicting-the-blood-glucose-level-for-diabetic-...A neural-network-approach-in-predicting-the-blood-glucose-level-for-diabetic-...
A neural-network-approach-in-predicting-the-blood-glucose-level-for-diabetic-...Cemal Ardil
 
Acute coronary-syndrome-prediction-using-data-mining-techniques--an-application
Acute coronary-syndrome-prediction-using-data-mining-techniques--an-applicationAcute coronary-syndrome-prediction-using-data-mining-techniques--an-application
Acute coronary-syndrome-prediction-using-data-mining-techniques--an-applicationCemal Ardil
 
A new-quantile-based-fuzzy-time-series-forecasting-model
A new-quantile-based-fuzzy-time-series-forecasting-modelA new-quantile-based-fuzzy-time-series-forecasting-model
A new-quantile-based-fuzzy-time-series-forecasting-modelCemal Ardil
 
Identification of-aircraft-gas-turbine-engine-s-temperature-condition
Identification of-aircraft-gas-turbine-engine-s-temperature-conditionIdentification of-aircraft-gas-turbine-engine-s-temperature-condition
Identification of-aircraft-gas-turbine-engine-s-temperature-conditionCemal Ardil
 
On the-optimal-number-of-smart-dust-particles
On the-optimal-number-of-smart-dust-particlesOn the-optimal-number-of-smart-dust-particles
On the-optimal-number-of-smart-dust-particlesCemal Ardil
 
A fast-replica-placement-methodology-for-large-scale-distributed-computing-sy...
A fast-replica-placement-methodology-for-large-scale-distributed-computing-sy...A fast-replica-placement-methodology-for-large-scale-distributed-computing-sy...
A fast-replica-placement-methodology-for-large-scale-distributed-computing-sy...Cemal Ardil
 
Real coded-genetic-algorithm-for-robust-power-system-stabilizer-design
Real coded-genetic-algorithm-for-robust-power-system-stabilizer-designReal coded-genetic-algorithm-for-robust-power-system-stabilizer-design
Real coded-genetic-algorithm-for-robust-power-system-stabilizer-designCemal Ardil
 
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidentsMultivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidentsCemal Ardil
 
Interpolation of-geofield-parameters
Interpolation of-geofield-parametersInterpolation of-geofield-parameters
Interpolation of-geofield-parametersCemal Ardil
 
On the-joint-optimization-of-performance-and-power-consumption-in-data-centers
On the-joint-optimization-of-performance-and-power-consumption-in-data-centersOn the-joint-optimization-of-performance-and-power-consumption-in-data-centers
On the-joint-optimization-of-performance-and-power-consumption-in-data-centersCemal Ardil
 
The feedback-control-for-distributed-systems
The feedback-control-for-distributed-systemsThe feedback-control-for-distributed-systems
The feedback-control-for-distributed-systemsCemal Ardil
 
Evolutionary techniques-for-model-order-reduction-of-large-scale-linear-systems
Evolutionary techniques-for-model-order-reduction-of-large-scale-linear-systemsEvolutionary techniques-for-model-order-reduction-of-large-scale-linear-systems
Evolutionary techniques-for-model-order-reduction-of-large-scale-linear-systemsCemal Ardil
 
A frugal-bidding-procedurefor-replicating-www-content
A frugal-bidding-procedurefor-replicating-www-contentA frugal-bidding-procedurefor-replicating-www-content
A frugal-bidding-procedurefor-replicating-www-contentCemal Ardil
 
Automatic generation-control-of-interconnected-power-system-with-generation-r...
Automatic generation-control-of-interconnected-power-system-with-generation-r...Automatic generation-control-of-interconnected-power-system-with-generation-r...
Automatic generation-control-of-interconnected-power-system-with-generation-r...Cemal Ardil
 

Viewers also liked (19)

Model reduction-of-linear-systems-by conventional-and-evolutionary-techniques
Model reduction-of-linear-systems-by conventional-and-evolutionary-techniquesModel reduction-of-linear-systems-by conventional-and-evolutionary-techniques
Model reduction-of-linear-systems-by conventional-and-evolutionary-techniques
 
Fuzzy metric-approach-for-fuzzy-time-series-forecasting-based-on-frequency-de...
Fuzzy metric-approach-for-fuzzy-time-series-forecasting-based-on-frequency-de...Fuzzy metric-approach-for-fuzzy-time-series-forecasting-based-on-frequency-de...
Fuzzy metric-approach-for-fuzzy-time-series-forecasting-based-on-frequency-de...
 
Response quality-evaluation-in-heterogeneous-question-answering-system-a-blac...
Response quality-evaluation-in-heterogeneous-question-answering-system-a-blac...Response quality-evaluation-in-heterogeneous-question-answering-system-a-blac...
Response quality-evaluation-in-heterogeneous-question-answering-system-a-blac...
 
Sonic localization-cues-for-classrooms-a-structural-model-proposal
Sonic localization-cues-for-classrooms-a-structural-model-proposalSonic localization-cues-for-classrooms-a-structural-model-proposal
Sonic localization-cues-for-classrooms-a-structural-model-proposal
 
Library aware-power-conscious-realization-of-complementary-boolean-functions-
Library aware-power-conscious-realization-of-complementary-boolean-functions-Library aware-power-conscious-realization-of-complementary-boolean-functions-
Library aware-power-conscious-realization-of-complementary-boolean-functions-
 
A neural-network-approach-in-predicting-the-blood-glucose-level-for-diabetic-...
A neural-network-approach-in-predicting-the-blood-glucose-level-for-diabetic-...A neural-network-approach-in-predicting-the-blood-glucose-level-for-diabetic-...
A neural-network-approach-in-predicting-the-blood-glucose-level-for-diabetic-...
 
Acute coronary-syndrome-prediction-using-data-mining-techniques--an-application
Acute coronary-syndrome-prediction-using-data-mining-techniques--an-applicationAcute coronary-syndrome-prediction-using-data-mining-techniques--an-application
Acute coronary-syndrome-prediction-using-data-mining-techniques--an-application
 
A new-quantile-based-fuzzy-time-series-forecasting-model
A new-quantile-based-fuzzy-time-series-forecasting-modelA new-quantile-based-fuzzy-time-series-forecasting-model
A new-quantile-based-fuzzy-time-series-forecasting-model
 
Identification of-aircraft-gas-turbine-engine-s-temperature-condition
Identification of-aircraft-gas-turbine-engine-s-temperature-conditionIdentification of-aircraft-gas-turbine-engine-s-temperature-condition
Identification of-aircraft-gas-turbine-engine-s-temperature-condition
 
On the-optimal-number-of-smart-dust-particles
On the-optimal-number-of-smart-dust-particlesOn the-optimal-number-of-smart-dust-particles
On the-optimal-number-of-smart-dust-particles
 
A fast-replica-placement-methodology-for-large-scale-distributed-computing-sy...
A fast-replica-placement-methodology-for-large-scale-distributed-computing-sy...A fast-replica-placement-methodology-for-large-scale-distributed-computing-sy...
A fast-replica-placement-methodology-for-large-scale-distributed-computing-sy...
 
Real coded-genetic-algorithm-for-robust-power-system-stabilizer-design
Real coded-genetic-algorithm-for-robust-power-system-stabilizer-designReal coded-genetic-algorithm-for-robust-power-system-stabilizer-design
Real coded-genetic-algorithm-for-robust-power-system-stabilizer-design
 
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidentsMultivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
 
Interpolation of-geofield-parameters
Interpolation of-geofield-parametersInterpolation of-geofield-parameters
Interpolation of-geofield-parameters
 
On the-joint-optimization-of-performance-and-power-consumption-in-data-centers
On the-joint-optimization-of-performance-and-power-consumption-in-data-centersOn the-joint-optimization-of-performance-and-power-consumption-in-data-centers
On the-joint-optimization-of-performance-and-power-consumption-in-data-centers
 
The feedback-control-for-distributed-systems
The feedback-control-for-distributed-systemsThe feedback-control-for-distributed-systems
The feedback-control-for-distributed-systems
 
Evolutionary techniques-for-model-order-reduction-of-large-scale-linear-systems
Evolutionary techniques-for-model-order-reduction-of-large-scale-linear-systemsEvolutionary techniques-for-model-order-reduction-of-large-scale-linear-systems
Evolutionary techniques-for-model-order-reduction-of-large-scale-linear-systems
 
A frugal-bidding-procedurefor-replicating-www-content
A frugal-bidding-procedurefor-replicating-www-contentA frugal-bidding-procedurefor-replicating-www-content
A frugal-bidding-procedurefor-replicating-www-content
 
Automatic generation-control-of-interconnected-power-system-with-generation-r...
Automatic generation-control-of-interconnected-power-system-with-generation-r...Automatic generation-control-of-interconnected-power-system-with-generation-r...
Automatic generation-control-of-interconnected-power-system-with-generation-r...
 

Similar to Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algorithm

Three phase diode.pdf
Three phase diode.pdfThree phase diode.pdf
Three phase diode.pdfRajatRaj47
 
Synchronization Overview
Synchronization OverviewSynchronization Overview
Synchronization OverviewAbuzar Ghalib
 
Action Trajectory Reconstruction for Controlling of Vehicle Using Sensors
Action Trajectory Reconstruction for Controlling of Vehicle Using SensorsAction Trajectory Reconstruction for Controlling of Vehicle Using Sensors
Action Trajectory Reconstruction for Controlling of Vehicle Using SensorsIOSR Journals
 
Comparison of Different Methods for Fusion of Multimodal Medical Images
Comparison of Different Methods for Fusion of Multimodal Medical ImagesComparison of Different Methods for Fusion of Multimodal Medical Images
Comparison of Different Methods for Fusion of Multimodal Medical ImagesIRJET Journal
 
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...csandit
 
Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...ijscai
 
Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...ijscai
 
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...ijscmcj
 
2006 Green Incorporating Pulse to Pulse Motion Effects anto Side Looking Arra...
2006 Green Incorporating Pulse to Pulse Motion Effects anto Side Looking Arra...2006 Green Incorporating Pulse to Pulse Motion Effects anto Side Looking Arra...
2006 Green Incorporating Pulse to Pulse Motion Effects anto Side Looking Arra...Justin Green
 
Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...
Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...
Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...cscpconf
 
A Review on Channel Routing On VLSI Physical Design
A Review on Channel Routing On VLSI Physical DesignA Review on Channel Routing On VLSI Physical Design
A Review on Channel Routing On VLSI Physical DesignIOSR Journals
 
3D Curve Project
3D Curve Project3D Curve Project
3D Curve Projectgraphitech
 
The cubic root unscented kalman filter to estimate the position and orientat...
The cubic root unscented kalman filter to estimate  the position and orientat...The cubic root unscented kalman filter to estimate  the position and orientat...
The cubic root unscented kalman filter to estimate the position and orientat...IJECEIAES
 
DESIGNING A LARGE AUTOMOTIVE ELECTRIC VEHICLE BY USING T TYPE MULTILEVEL INVE...
DESIGNING A LARGE AUTOMOTIVE ELECTRIC VEHICLE BY USING T TYPE MULTILEVEL INVE...DESIGNING A LARGE AUTOMOTIVE ELECTRIC VEHICLE BY USING T TYPE MULTILEVEL INVE...
DESIGNING A LARGE AUTOMOTIVE ELECTRIC VEHICLE BY USING T TYPE MULTILEVEL INVE...IRJET Journal
 
A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...
A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...
A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...IAES-IJPEDS
 

Similar to Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algorithm (20)

Three phase diode.pdf
Three phase diode.pdfThree phase diode.pdf
Three phase diode.pdf
 
Synchronization Overview
Synchronization OverviewSynchronization Overview
Synchronization Overview
 
Action Trajectory Reconstruction for Controlling of Vehicle Using Sensors
Action Trajectory Reconstruction for Controlling of Vehicle Using SensorsAction Trajectory Reconstruction for Controlling of Vehicle Using Sensors
Action Trajectory Reconstruction for Controlling of Vehicle Using Sensors
 
Comparison of Different Methods for Fusion of Multimodal Medical Images
Comparison of Different Methods for Fusion of Multimodal Medical ImagesComparison of Different Methods for Fusion of Multimodal Medical Images
Comparison of Different Methods for Fusion of Multimodal Medical Images
 
AINL 2016: Goncharov
AINL 2016: GoncharovAINL 2016: Goncharov
AINL 2016: Goncharov
 
Hh3312761282
Hh3312761282Hh3312761282
Hh3312761282
 
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
 
Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...
 
Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...
 
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
 
2006 Green Incorporating Pulse to Pulse Motion Effects anto Side Looking Arra...
2006 Green Incorporating Pulse to Pulse Motion Effects anto Side Looking Arra...2006 Green Incorporating Pulse to Pulse Motion Effects anto Side Looking Arra...
2006 Green Incorporating Pulse to Pulse Motion Effects anto Side Looking Arra...
 
Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...
Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...
Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...
 
Kk2518251830
Kk2518251830Kk2518251830
Kk2518251830
 
Kk2518251830
Kk2518251830Kk2518251830
Kk2518251830
 
Project report. fin
Project report. finProject report. fin
Project report. fin
 
A Review on Channel Routing On VLSI Physical Design
A Review on Channel Routing On VLSI Physical DesignA Review on Channel Routing On VLSI Physical Design
A Review on Channel Routing On VLSI Physical Design
 
3D Curve Project
3D Curve Project3D Curve Project
3D Curve Project
 
The cubic root unscented kalman filter to estimate the position and orientat...
The cubic root unscented kalman filter to estimate  the position and orientat...The cubic root unscented kalman filter to estimate  the position and orientat...
The cubic root unscented kalman filter to estimate the position and orientat...
 
DESIGNING A LARGE AUTOMOTIVE ELECTRIC VEHICLE BY USING T TYPE MULTILEVEL INVE...
DESIGNING A LARGE AUTOMOTIVE ELECTRIC VEHICLE BY USING T TYPE MULTILEVEL INVE...DESIGNING A LARGE AUTOMOTIVE ELECTRIC VEHICLE BY USING T TYPE MULTILEVEL INVE...
DESIGNING A LARGE AUTOMOTIVE ELECTRIC VEHICLE BY USING T TYPE MULTILEVEL INVE...
 
A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...
A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...
A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...
 

More from Cemal Ardil

Upfc supplementary-controller-design-using-real-coded-genetic-algorithm-for-d...
Upfc supplementary-controller-design-using-real-coded-genetic-algorithm-for-d...Upfc supplementary-controller-design-using-real-coded-genetic-algorithm-for-d...
Upfc supplementary-controller-design-using-real-coded-genetic-algorithm-for-d...Cemal Ardil
 
The main-principles-of-text-to-speech-synthesis-system
The main-principles-of-text-to-speech-synthesis-systemThe main-principles-of-text-to-speech-synthesis-system
The main-principles-of-text-to-speech-synthesis-systemCemal Ardil
 
System overflow blocking-transients-for-queues-with-batch-arrivals-using-a-fa...
System overflow blocking-transients-for-queues-with-batch-arrivals-using-a-fa...System overflow blocking-transients-for-queues-with-batch-arrivals-using-a-fa...
System overflow blocking-transients-for-queues-with-batch-arrivals-using-a-fa...Cemal Ardil
 
Robust fuzzy-observer-design-for-nonlinear-systems
Robust fuzzy-observer-design-for-nonlinear-systemsRobust fuzzy-observer-design-for-nonlinear-systems
Robust fuzzy-observer-design-for-nonlinear-systemsCemal Ardil
 
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-psoReduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-psoCemal Ardil
 
Performance of-block-codes-using-the-eigenstructure-of-the-code-correlation-m...
Performance of-block-codes-using-the-eigenstructure-of-the-code-correlation-m...Performance of-block-codes-using-the-eigenstructure-of-the-code-correlation-m...
Performance of-block-codes-using-the-eigenstructure-of-the-code-correlation-m...Cemal Ardil
 
Optimal supplementary-damping-controller-design-for-tcsc-employing-rcga
Optimal supplementary-damping-controller-design-for-tcsc-employing-rcgaOptimal supplementary-damping-controller-design-for-tcsc-employing-rcga
Optimal supplementary-damping-controller-design-for-tcsc-employing-rcgaCemal Ardil
 
On the-approximate-solution-of-a-nonlinear-singular-integral-equation
On the-approximate-solution-of-a-nonlinear-singular-integral-equationOn the-approximate-solution-of-a-nonlinear-singular-integral-equation
On the-approximate-solution-of-a-nonlinear-singular-integral-equationCemal Ardil
 
On problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-objectOn problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-objectCemal Ardil
 
Numerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-enginesNumerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-enginesCemal Ardil
 
New technologies-for-modeling-of-gas-turbine-cooled-blades
New technologies-for-modeling-of-gas-turbine-cooled-bladesNew technologies-for-modeling-of-gas-turbine-cooled-blades
New technologies-for-modeling-of-gas-turbine-cooled-bladesCemal Ardil
 
Neuro -fuzzy-networks-for-identification-of-mathematical-model-parameters-of-...
Neuro -fuzzy-networks-for-identification-of-mathematical-model-parameters-of-...Neuro -fuzzy-networks-for-identification-of-mathematical-model-parameters-of-...
Neuro -fuzzy-networks-for-identification-of-mathematical-model-parameters-of-...Cemal Ardil
 
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engine
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engineMultistage condition-monitoring-system-of-aircraft-gas-turbine-engine
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engineCemal Ardil
 
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...Cemal Ardil
 
Modeling and-simulating-of-gas-turbine-cooled-blades
Modeling and-simulating-of-gas-turbine-cooled-bladesModeling and-simulating-of-gas-turbine-cooled-blades
Modeling and-simulating-of-gas-turbine-cooled-bladesCemal Ardil
 
Mimo system-order-reduction-using-real-coded-genetic-algorithm
Mimo system-order-reduction-using-real-coded-genetic-algorithmMimo system-order-reduction-using-real-coded-genetic-algorithm
Mimo system-order-reduction-using-real-coded-genetic-algorithmCemal Ardil
 
Mimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximizationMimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximizationCemal Ardil
 
Mathematical modeling-of-gas-turbine-blade-cooling
Mathematical modeling-of-gas-turbine-blade-coolingMathematical modeling-of-gas-turbine-blade-cooling
Mathematical modeling-of-gas-turbine-blade-coolingCemal Ardil
 
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Cemal Ardil
 
Investigation of-combined-use-of-mfcc-and-lpc-features-in-speech-recognition-...
Investigation of-combined-use-of-mfcc-and-lpc-features-in-speech-recognition-...Investigation of-combined-use-of-mfcc-and-lpc-features-in-speech-recognition-...
Investigation of-combined-use-of-mfcc-and-lpc-features-in-speech-recognition-...Cemal Ardil
 

More from Cemal Ardil (20)

Upfc supplementary-controller-design-using-real-coded-genetic-algorithm-for-d...
Upfc supplementary-controller-design-using-real-coded-genetic-algorithm-for-d...Upfc supplementary-controller-design-using-real-coded-genetic-algorithm-for-d...
Upfc supplementary-controller-design-using-real-coded-genetic-algorithm-for-d...
 
The main-principles-of-text-to-speech-synthesis-system
The main-principles-of-text-to-speech-synthesis-systemThe main-principles-of-text-to-speech-synthesis-system
The main-principles-of-text-to-speech-synthesis-system
 
System overflow blocking-transients-for-queues-with-batch-arrivals-using-a-fa...
System overflow blocking-transients-for-queues-with-batch-arrivals-using-a-fa...System overflow blocking-transients-for-queues-with-batch-arrivals-using-a-fa...
System overflow blocking-transients-for-queues-with-batch-arrivals-using-a-fa...
 
Robust fuzzy-observer-design-for-nonlinear-systems
Robust fuzzy-observer-design-for-nonlinear-systemsRobust fuzzy-observer-design-for-nonlinear-systems
Robust fuzzy-observer-design-for-nonlinear-systems
 
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-psoReduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
Reduction of-linear-time-invariant-systems-using-routh-approximation-and-pso
 
Performance of-block-codes-using-the-eigenstructure-of-the-code-correlation-m...
Performance of-block-codes-using-the-eigenstructure-of-the-code-correlation-m...Performance of-block-codes-using-the-eigenstructure-of-the-code-correlation-m...
Performance of-block-codes-using-the-eigenstructure-of-the-code-correlation-m...
 
Optimal supplementary-damping-controller-design-for-tcsc-employing-rcga
Optimal supplementary-damping-controller-design-for-tcsc-employing-rcgaOptimal supplementary-damping-controller-design-for-tcsc-employing-rcga
Optimal supplementary-damping-controller-design-for-tcsc-employing-rcga
 
On the-approximate-solution-of-a-nonlinear-singular-integral-equation
On the-approximate-solution-of-a-nonlinear-singular-integral-equationOn the-approximate-solution-of-a-nonlinear-singular-integral-equation
On the-approximate-solution-of-a-nonlinear-singular-integral-equation
 
On problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-objectOn problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-object
 
Numerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-enginesNumerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-engines
 
New technologies-for-modeling-of-gas-turbine-cooled-blades
New technologies-for-modeling-of-gas-turbine-cooled-bladesNew technologies-for-modeling-of-gas-turbine-cooled-blades
New technologies-for-modeling-of-gas-turbine-cooled-blades
 
Neuro -fuzzy-networks-for-identification-of-mathematical-model-parameters-of-...
Neuro -fuzzy-networks-for-identification-of-mathematical-model-parameters-of-...Neuro -fuzzy-networks-for-identification-of-mathematical-model-parameters-of-...
Neuro -fuzzy-networks-for-identification-of-mathematical-model-parameters-of-...
 
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engine
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engineMultistage condition-monitoring-system-of-aircraft-gas-turbine-engine
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engine
 
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
Multi objective-optimization-with-fuzzy-based-ranking-for-tcsc-supplementary-...
 
Modeling and-simulating-of-gas-turbine-cooled-blades
Modeling and-simulating-of-gas-turbine-cooled-bladesModeling and-simulating-of-gas-turbine-cooled-blades
Modeling and-simulating-of-gas-turbine-cooled-blades
 
Mimo system-order-reduction-using-real-coded-genetic-algorithm
Mimo system-order-reduction-using-real-coded-genetic-algorithmMimo system-order-reduction-using-real-coded-genetic-algorithm
Mimo system-order-reduction-using-real-coded-genetic-algorithm
 
Mimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximizationMimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximization
 
Mathematical modeling-of-gas-turbine-blade-cooling
Mathematical modeling-of-gas-turbine-blade-coolingMathematical modeling-of-gas-turbine-blade-cooling
Mathematical modeling-of-gas-turbine-blade-cooling
 
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
Levenberg marquardt-algorithm-for-karachi-stock-exchange-share-rates-forecast...
 
Investigation of-combined-use-of-mfcc-and-lpc-features-in-speech-recognition-...
Investigation of-combined-use-of-mfcc-and-lpc-features-in-speech-recognition-...Investigation of-combined-use-of-mfcc-and-lpc-features-in-speech-recognition-...
Investigation of-combined-use-of-mfcc-and-lpc-features-in-speech-recognition-...
 

Recently uploaded

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 

Recently uploaded (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algorithm

  • 1. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 Optimal Straight Line Trajectory Generation in 3D Space using Deviation Algorithm T.C.Manjunath Ph.D. ( IIT Bombay ) & Fellow IETE , C. Ardil where exact perpendicularity is required). (h) Inspection of manufactured components which are coming on a conveyor belt (using computer / robot vision). The paper is organized in the following sequence. A brief introduction about the straight line motion was presented in the previous paragraphs along with the applications. A review of the straight line motion theory is presented in the section 2. The bounded deviation algorithm used in the paper is discussed in section 3. A mathematical formulation of the simulation study is depicted in section 4 followed by the simulation results in section 5. Section 6 gives the .C code used to develop the straight line path. This section is followed by the conclusions in section 7 and then the references. Abstract—This paper presents an efficient method of obtaining a straight-line motion in the tool configuration space using an articulated robot between two specified points. The simulation results & the implementation results show the effectiveness of the method. International Science Index 13, 2008 waset.org/publications/5606 Keywords—Bounded deviation algorithm, Straight line motion, Tool configuration space, Joint space, TCV. S I. INTRODUCTION line motion is defined as the motion along a straight line or movement of a rigid body along a straight line and represents the shortest distance between the two points in the 3D workspace of any robot. The straight line motion from the source ( pick ) to the goal ( place ) covered in a specific amount of time is known as the straight line trajectory, i.e., if temporal information is added to the straight line path by specifying the times at where the gripper or tooltip is along the straight line path, then the straight line path gets converted into a straight line trajectory [1]. Straight-line motion is always required in TCS R6. By controlling all the joints in a coordinated manner, the tool-tip can be made to move along a straight-line path. If the distance between the adjacent points in the joint space Rn is approximately small, then a straight-line path or trajectory in the TCS R6 can be designed. How we get straight-line motion is to use the IK equations. In these paragraphs, we give info about the trajectory in joint space, which generates a straightline trajectory in TCS by using the IK equations [3]. The applications of straight line motions are listed as follows. (a) Conveyor belt operations. (b) Straight line seam arc welding. (c) Inserting peg into a hole. (d) Threading a nut onto a bolt. (e) Performing screw transformations. (f) For inserting electronic components onto PCB. TRAIGHT II. REVIEW OF STRAIGHT LINE MOTION THEORY Consider the Fig. 1. Let w0 and w1 be the two points in the space between which the robot has to draw a straight line. Here, we use the following parameters as [2]; is the source point (initial point) ; i.e., the w0 : TCV at the point 0 ; is the goal point (final point) ; i.e., the w1 : TCV at the point 1 ; w0 and w1 : both are ( 6 1 ) vectors in TCS, R6. T : is the total time taken to move from w0 to w1, i.e., the total time taken to traverse the path, obviously T > 0. = { w0, w1 } = path taken by tool. T.C. Manjunath, a Ph.D. from IIT Bombay is currently, Professor & Head in Electronics and Communications Engg. Dept. of New Horizon College of Engg., Bangalore-87, Karnataka, India. E-mail: tcmanjunath@rediffmail.com ; tcmanjunath@gmail.com. The equation for SL path / straight line trajectory w(t) of the tool as shown in the Fig. 1 is represented by an equation of 1st degree or of 1st order, i.e., no squared terms in the expression, i.e., we are writing an expression for the straight line path or trajectory in terms of the SDF and the TCV [2]. (1) w (t) = [ 1 – S(t) ] w0 + s(t) w1 ; 0 t T where s(t) is a differentiable Speed Distribution mapping Function [SDF] which maps ( 0 , T ) into ( 0 , 1 ) & is given by [2] t (2) s(t)= T At the start of the trajectory, t = 0 ; i.e., s (0) = 0 ( start ; initial ; pick ; source point ) (3) , w(t) = [ 1 – 0 ] w0 + 0 w1 = w0 ........ corresponds to start of the path [2]. C. Ardil is with the National Academy of Aviation, AZ 1056 Baku, Azerbaijan. At the end of the trajectory, t = T, i.e., s (T) = 1 (g) Doing robotic manipulation from above the object (used 1
  • 2. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 i.e., the end ; goal ; destination ; place ; final point. , w(t) = [ 1 – 1 ] w0 + 1 w1 = w1 ......... corresponds to end of the path [2]. techniques using an algorithm called as the Bounded Deviation Algorithm [BDA]. BDA was proposed by Taylor and it gives the deviation or the error between the actual straight line trajectory and the trajectory generated by straight line motion in joint space. Deviation is likely to be maximum somewhere near the midpoint of the joint space trajectory [5]. Check the error or deviation at this mid-point of the joint space trajectory [2]. If it exceeds a prescribed tolerance limit, then the exact mid-point is added as knot point. Repeat the test recursively on the newly generated segments until all the knot points and the mid point deviations are within tolerance limit. If the error or deviation is minimum and bounded (within the tolerance limit of ) ; then, we get a approximated straight line path between w0 and w1 [6]. If distance between adjacent points in JS (joint space) is small, a straight line path segment in JS can be approximated to a straight line path in TCS. Therefore, we can approximate a straight line path by visiting a number of closely spaced knot points in proper sequence in joint space as shown in Fig. . The result is the straight line trajectory in TCS. Since there is no direct control over the tool-tip and the only thing that we can control is the joint (since motor / piston is connected to it), an approximated joint space trajectory can be used to obtain a straight line trajectory in the TCS [7]. (4) Hence, it is verified that the Eqn (1) is of the first order or first degree, i.e., a straight line equation of the form y = mx + c, where c is the intercept, m is the slope. III. BOUNDED DEVIATION ALGORITHM [BDA] AND ITS BASIC WORKING PRINCIPLE T secs middle of the path / trajectory 0 < s(t) < T 0<t<T v, a = finite, exists cannot be infinity 0 0 0 w (q ) 4 3 2 6 5 7 1 s source s(0) = 1 v, a = 0 t=0 w 0 z Path traced by tool-tip p start of path / trajectory International Science Index 13, 2008 waset.org/publications/5606 1 end of w path / g trajectory goal destination s(T) = 1 v, a = 0 t=T BDA is an algorithm, which is used to obtain an approximated straight-line motion in TCS R6 by using an articulated robot by selecting the number of knot points properly [4], minimizing them and distributing them along the trajectory in an optimal manner [2]. Fig. 1 Straight line motion, a graphical representation A. Principle of BDA It is easier to produce a straight line motion (SL path or SL trajectory) in case of xyz, PTP, cylindrical, polar or spherical or SCARA or Stanford robots. But, in case of articulated robots, it is very difficult to obtain a straight line motion in the TCS. All the joints has to be activated simultaneously in a coordinated manner in order to make the tool-tip to move in a straight line. For achieving a straight line motion in the TCS, the following procedure is used [2]. A straight line path in joint space Rn will not produce a straight line path in tool configuration space R6. Hence, the straight line path in TCS is obtained by using approximation 0 1 1 x w (q ) 2 Fig. 2 Interpolation of joint space approximation to the straight line motion Inverse kinematics equations [2] have to be solved at each point after minimizing the number of knot points on the trajectory and distributing them along the trajectory in an optimal manner. The flow-chart of the BDA algorithm used is shown in the Fig. 3. 2
  • 3. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 B. Bounded Deviation Algorithm for Obtaining Straight Line Motion [2] 1. Select a tolerance limit (called as threshold value) for straight line motion as > 0 [8]. 2. Given, the start point and end point of trajectory as w0 and w1 [ TCV’s at the starting and ending points ], use the inverse kinematics equations to compute q0, q1 ; i.e., the joint vectors associated with {w0, w1}. w0 IKP q0 ; w1 IKP q1. 3. Compute the joint space mid-point as qm = 4. International Science Index 13, 2008 waset.org/publications/5606 5. 8. Is deviation < Insert knot point Calculate deviation from straight line path Use the information from qm and tool configuration vector w to find the equivalent TC space mid-point as wm = w(qm) i.e., using qm, find the TCV, w(qm) ; substitute qm in the TCV of that particular robot which is used to obtain the straight line motion and obtain wm. Find the exact TCS mid-point as 0 w +w 2 Yes No q 0 +q1 2 wM = 6. 7. Start Is deviation < Yes No 1 Stop m M ; then, stop. If the error or deviation w – w Else, insert wM as a exact knot point between w0 and w1. Now, the trajectory is broken up into two parts, viz., {w0, wM} and {wM, w1}. Repeat the steps ( 1 to 6 ) recursively to the newly generated trajectory segments {w0, wM} and {wM, w1} till all the newly generated trajectory segments are within limit of . Fig. 3 BDA flow chart IV. A MATHEMATICAL FORMULATION OF THE SIMULATION STUDY A simulation is performed on a five axis articulated robot which was designed and fabricated in the college laboratory as shown in Fig. 4 [11]. Bounded deviation algorithm does not distribute knot points uniformly over the interval {w0, w1}. Instead, it places where they are most needed to reduce the deviation between the exact trajectory and the joint space trajectory [9]. Distribution of knot points is not uniform and depends on , geometry of robot, the limitations of the joints and its constraints, straight line path and location, w0 and w1 [2]. Referring to the Fig. 2, we get the joint space interpolated motion between {w0, w1} deviates outside the cylinder of radius [10]. Therefore, insert knot point 1 as mid-point. Again, joint space interpolated motion between {w0, 1} is outside the cylinder of radius . Therefore, insert knot point 2 as mid-point [2]. Again, joint space interpolated motion between {w0, 2} is outside the cylinder of radius . Therefore, insert knot point 3 as the mid point. Now, joint space interpolated motion between {w0, 3} is within the tolerance limit of [2]. Therefore, the path from w0 to 3 is a approximated straight line path. Like this, continue till all the newly generated paths are within the cylinder of radius . If is very very small ( 0, i.e., 0.000001, say), then the number of knot points will be very very close ; then, the path traced by the tool-tip from w0 to w1 will be an exact straight line as the number of iterations will be more [2]. Fig. 4 Photographic view of the designed robot One pass of BDA is shown analytically here to find a joint space knot point for approximating the following straight-line trajectory [13]. We consider the tool configuration vectors at the starting point and the ending point to be specified by the user as [12] w0 = [ 600 , 0 , 250 , 0 , 0 , 2]T w1 = [ 600 , 0 , 50 , 0 , 0 , 2]T 3
  • 4. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 The physical dimensions of the designed system are as follows. d = [495.2 0 0 0 368.2 ]T and a = [ 0 457.2 457.2 19 0 ]T ? The tool configuration deviation at the joint-space midpoint is obtained as follows [14]. The general inverse kinematic equations [2] for any five axis articulated robot is [2] Base angle 1 ( rotary ) : q1 = tan GTP angle C1 a2C2 S1 a2C2 q234 = tan a4 S 234 d5C234 exp q5 2 3 1 C234 q234 = 0° b1 = 581 b2 = 58.4 q3 = ( rotary ) : a 2 + a 3 C3 b 2 a 2 + a 3C3 b1 1 S1S234 q1 = 0° b2 = d1 – a4 S234 – d5 C234 – w3 Shoulder angle C1S 234 q5 exp C1w 4 +S1w 5 w6 1 201.24° q2 = – 89.14 ( assume q3 = + 201.24°) a 3S3 b1 a 3S3 b 2 q4 = –118.08° q5 = 0° ( rotary ) : w0 2 2 2 b1 b 2 a 2 a 3 2 2 a2 a3 Give w1 as the input to IK algorithm of a five axis articulated robot and calculate q1 [2]. Tool pitch angle 4 5 89.14 201.24 118.08 0 ]T degs q234 = 0° b1 = 581 ( rotary ) : b2 = –141.6 ln w 4 2 +w 5 2 +w 6 2 0 q0 = [ 0 IKP q1 = 0° ( rotary ) : q4 = q234 – q2 – q3 Tool roll angle q5 exp w(q) b1 = C1 w1 + S1 w2 – a4 C234 + d5 S234 International Science Index 13, 2008 waset.org/publications/5606 a3 S23 a2 S 2 ....................................................... Intermediate variables are : q5 = a4C234 d5 S234 d1 = – arc tan 2 ( –b0 , –w6) q3 = cos a3C23 : 234 Elbow angle a4C234 d5 S 234 w2 w1 1 q2 = tan a3C23 q3 = 1 Find the joint vectors q and q associated with w and w1 by using the above inverse kinematic equations. 196.6° q2 = – 127.7 ( assume q3 = + 196.6°) 0 q4 = –71° , q5 = 0° Give w0 as the input to IK algorithm of a five axis articulated robot and calculate q0 [15], [22]. We get the parameters base angle, global tool pitch angle, intermediate variables, elbow angle, shoulder angle, tool pitch angle & the tool roll angle w.r.t. the TCV w0 [2], [21]. w1 IKP q1 = [ 0 125.6 196.6 71 0 ]T degs The joint space midpoint of trajectory is [16] qm = 1 Then, give w as the input to IK algorithm of a five axis articulated robot and calculate q1 [17], [20] We get the parameters base angle, global tool pitch angle, intermediate variables, elbow angle, shoulder angle, tool pitch angle & the tool roll angle w.r.t. the TCV w1 [2]. q 0 +q1 =[ 0 2 91.6 0 ]T degs 107.2 198.8 The TCV of a five axis articulated robot is Putting the value of qm , d1 , d5 , a2 , a3 , a4 in w(q) , we get wm = [ 609 Then, compute the joint space midpoint of the trajectory, i.e., qm as the average of q0 and q1. The TCV w(q) of a five axis articulated robot is then used to compute the tool configuration vector at the actual mid point as wm [2]. 0 148.8 0 0 2 ]T = w(qm) The exact TCS midpoint is wM = w 0 + w1 = [ 600 0 150 0 0 2 2 ]T , the midpoint deviation between wm and wM is wm 4 wM = [ 9 0 –1.2 0 0 0 ]T
  • 5. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 ||wm wM|| = 9.08 Since the deviation is very much greater than the threshold value , which is normally very small, insert wM as a exact know point [18]. Now, the trajectory is divided into (w 0,wM ) and (w M, w1). Again, using wM as the input to the IK algorithm (use the five IK equations), we get the joint angle vector qM at the mid point as [19] qM = [ 0 109 201.8 92.8 0 ]T degs V.SIMULATION RESULTS International Science Index 13, 2008 waset.org/publications/5606 A graphical user interface program in C / C++ is developed and the simulation results are shown in the Figs. 5 to 8 respectively. Fig. 7 One pass of the algorithm Fig. 8 Another pass of the algorithm Fig. 5 Input vectors to the algorithm VI. GENERATION OF THE .C CODE /*********************************************** DESCRIPTION: This program is designed to do bounded deviation algorithm for 5 axis articulated robot. It calculates the TCV. It also shows the final arm matrix & the shortest path between two points in joint space. ************************************************ #include <iostream.h> #include <stdio.h> #include <conio.h> #include <math.h> #include <graphvar.h> #include<graphics.h> const int DOF = 5; const double PI = 4 * atan(1.0); const char wait[] = "Press any key to continue"; const int PAUSE = 1;//indicates function should pause for input Fig. 6 Tool configuration vectors of the algo 5
  • 6. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 mat[0][1] = -ca * so; mat[0][2] = sa * so; mat[0][3] = a[k] * co; mat[1][0] = so; mat[1][1] = ca * co; mat[1][2] = -sa * co; mat[1][3] = a[k] * so; mat[2][1] = sa; mat[2][2] = ca; mat[2][3] = d[k]; mat[3][3] = 1; } class Hctm //homogeeous coordiate trasformatio matrix { private : double mat[4][4]; public : Hctm(); Hctm(double m[ ][4]); void initLctm(double ang[ ],double d[ ],double a[ ],double alp[ ],int k); void initIdentity();//Initialise as identity matrix void printLctm(int k,int k1); void getvalues(double arm[][4]); Hctm operator * (Hctm a); }; void Hctm::printLctm(int k,int k1) { int y = wherey(),i,j,x; International Science Index 13, 2008 waset.org/publications/5606 Hctm::Hctm() { int i,j; for(i = 0;i < 4;i++) for(j = 0;j < 4;j++) mat[i][j] = 0; gotoxy(10,y + 2);cout<<"T = "; gotoxy(11,y + 1);cout<<k; gotoxy(11,y + 3);cout<<k1; gotoxy(15,y);cout<<'Ú'; gotoxy(15,y + 5);cout<<'À'; } Hctm::Hctm(double a[][4]) { int i,j; for(i = 0;i < 4;i++) for(j = 0;j < 4;j++) mat[i][j] = a[i][j]; } for(i = 0;i < 4;i++) { gotoxy(15,y + i + 1); cout<<"³ "; for(j = 0;j < 4;j++) printf("%- 10.4f ",mat[i][j]); x = wherex();cout<<'³'; } gotoxy(x,y);cout<<'¿'; gotoxy(x,y + 5);cout<<'Ù'; gotoxy(1,y + 6); void Hctm::initIdentity() { for(int i = 0;i < 4;i++) mat[i][i] = 1; } } Hctm Hctm::operator * (Hctm a) { Hctm res; int i,j,k; double sum = 0; void Hctm::getvalues(double arm[][4]) { int i,j; for(i = 0;i < 4;i++) for(j = 0;j < 4;j++) arm[i][j] = mat[i][j]; for(i = 0;i < 4;i++) for(j = 0;j < 4;j++) { sum = 0; for(k = 0;k < 4;k++) sum += mat[i][k] * a.mat[k][j]; res.mat[i][j] = sum; } } void Hctm::initLctm(double ang[],double d[],double a[],double alp[],int l) {//Initialises mat with Lctm T(k to k-1) int k = l - 1; double co = cos(ang[k]); double so = sin(ang[k]); double ca = cos(alp[k]); double sa = sin(alp[k]); return res; } double * IK(double arm[][4],double a[],double d[],double tcv[],double ang2[]); mat[0][0] = co; 6
  • 7. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 International Science Index 13, 2008 waset.org/publications/5606 double * IK(double ak[],double dk[],double tcv[],double ang2[]); double *getTCV(double arm[][4]); Hctm DK(double a[],double d[],double alp[],double ang[]); void BDA(double w1[],double w2[],double ak[],double dk[],double alpha[],double ep); void getxy(double tcv[],int &x,int &y,int bx,int by); void getcabinetxy(double tcv[],double &x,double &y); double getDistance(double w1[],double w2[]); void printLctm(double mat [][4],int k,int k1); void printvector(double an[],int len = DOF,char *m = "Q",char sym = 'é'); inline void pause(char *s = (char *)wait); int gpause(const char *s,int color = YELLOW,int p = PAUSE,int y = 465); void line(char c = 'Í',int len = 78); void swap(double &a,double &b); for(k = 0;k < 2;k++) { cout<<'É';line();cout<<'»'; cout<<"ºttt TOOL CONFIGURATION VECTOR FOR POINT " <<(k + 1); gotoxy(80,wherey());cout<<'º'; cout<<'È';line();cout<<"¼n"; if (k == 0) printvector(w1,6,"TCV",'W'); else printvector(w2,6,"TCV",'W'); } pause(); clrscr(); int gd = DETECT,gm,gerror; initgraph(&gd,&gm,"c:tcbgi"); if ((gerror = graphresult() ) < 0) { printf("nt Error in initialising graphics : %s", grapherrormsg(gerror)); return 1; } int main(void) { clrscr(); double dk[DOF] = {26.04,0,0,0,16.83}; double ak[DOF] = {0,22.86,22.86,.95,0}; //double dk[DOF] = {50,0,0,0,25}; //double ak[DOF] = {0,30,30,30,0}; char head1[] = "BOUNDED DEVIATION ALOGORITHM"; char head2[] = "FOR STRAIGHT LINE MOTION"; int c,d,d1; double alpha[DOF] = {-PI/2,0,0,-PI/2,0}; double epsilon = 1; //THRESHOLD VALUE ASSUMED double arm[4][4]; int i,j,k; cleardevice(); setcolor(YELLOW);setbkcolor(BLACK); settextstyle(SMALL_FONT,HORIZ_DIR,7); setlinestyle(SOLID_LINE,0,THICK_WIDTH); c = textwidth(head1); d = textheight(head1); d1 = textheight(head2); gprintf(150,10,head1); gprintf(170,15 + d,head2); setcolor(LIGHTCYAN);rectangle(125,5,170 + c,30 + d + d1); cout.setf(ios::stdio); cout<<'É';line();cout<<'»'; cout<<"ºt BOUNDED DEVIATION ALOGORITHM FOR STRAIGHT LINE MOTION"; gotoxy(80,wherey());cout<<'º'; cout<<'È';line();cout<<"¼n"; double *w1 = NULL,*w2 = NULL; for(k = 0;k < 2;k++) { cout<<"nttt Enter Arm Matrix For Point "<<(k + 1)<<"n"; cout<<"ttt";line('Í',40);cout<<"nn"; for(i = 0;i < 3;i++) { cout<<"tt Enter Row "<<(i + 1)<<" : "; for(j = 0;j < 4;j++) cin>>arm[i][j]; } for(i = 0;i < 3;i++) arm[3][i] = 0; arm[3][3] = 1; if (k == 0) w1 = getTCV(arm); else w2 = getTCV(arm); } pause(); clrscr(); settextstyle(SMALL_FONT,HORIZ_DIR,5);setcolor(LIGHT MAGENTA); getch(); BDA(w1,w2,ak,dk,alpha,epsilon); gpause("Press Any Key To Continue"); return 0; } double *getTCV(double arm[][4]) { int i; double *tcv = new double[6]; double a1,t1,t2,a5; for(i = 0;i < 3;i++) tcv[i] = arm[i][3]; a1 = atan2(tcv[1],tcv[0]); 7
  • 8. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 ang2[3] = q234 - ang2[2] - ang2[1]; double s1 = sin(a1); double c1 = cos(a1); t1 = s1 * arm[0][0] - c1 * arm[1][0]; t2 = s1 * arm[0][1] - c1 * arm[1][1]; a5 = atan2(t1,t2); return ang; } double * IK(double ak[],double dk[],double tcv[],double ang2[]) { double *ang = new double[DOF]; double t1,t2,q234,b1,b2,modb; for(i = 0;i < 3;i++) tcv[i + 3] = -exp(a5/PI) * arm[i][2]; return tcv; } ang[0] = atan2(tcv[1],tcv[0]); ang2[0] = ang[0]; International Science Index 13, 2008 waset.org/publications/5606 double * IK(double arm[][4],double ak[],double dk[],double tcv[],double ang2[]) { int i; double *ang = new double[DOF]; double t1,t2,q234,b1,b2,modb; double s1 = sin(ang[0]); double c1 = cos(ang[0]); t1 = sqrt(tcv[3] * tcv[3] + tcv[4] * tcv[4] + tcv[5] * tcv[5]); ang[DOF - 1] = PI * log(t1); ang2[DOF - 1] = ang[DOF - 1]; for(i = 0;i < 3;i++) tcv[i] = arm[i][3]; ang[0] = atan2(tcv[1],tcv[0]); ang2[0] = ang[0]; q234 = atan2((c1 * tcv[3] + s1 * tcv[4]),tcv[5]); //cout<<"q234 = "<<q234; double c234 = cos(q234); double s234 = sin(q234); double s1 = sin(ang[0]); double c1 = cos(ang[0]); t1 = s1 * arm[0][0] - c1 * arm[1][0]; t2 = s1 * arm[0][1] - c1 * arm[1][1]; ang[DOF - 1] = atan2(t1,t2); ang2[DOF - 1] = ang[DOF - 1]; b1 = c1 * tcv[0] + s1 * tcv[1] - ak[3] * c234 + dk[DOF - 1] * s234; b2 = dk[0] - ak[3] * s234 - dk[DOF - 1] * c234 - tcv[2]; modb = b1 * b1 + b2 * b2; t1 = modb - ak[1] * ak[1] - ak[2] * ak[2]; t2 = 2 * ak[1] * ak[2]; //cout<<"t1 / t2"<<(t1 / t2); ang[2] = acos(t1 / t2); ang2[2] = -acos(t1 / t2); for(i = 0;i < 3;i++) tcv[i + 3] = -exp(ang[DOF - 1]/PI) * arm[i][2]; q234 = atan2((c1 * tcv[3] + s1 * tcv[4]),tcv[5]); double s3 = sin(ang[2]); double c3 = cos(ang[2]); double c234 = cos(q234); double s234 = sin(q234); t1 = (ak[1] + ak[2] * c3) * b2 - b1 * ak[2] * s3; t2 = (ak[1] + ak[2] * c3) * b1 + b2 * ak[2] * s3; b1 = c1 * tcv[0] + s1 * tcv[1] - ak[3] * c234 + dk[DOF - 1] * s234; b2 = dk[0] - ak[3] * s234 - dk[DOF - 1] * c234 - tcv[2]; modb = b1 * b1 + b2 * b2; t1 = modb - ak[1] * ak[1] - ak[2] * ak[2]; t2 = 2 * ak[1] * ak[2]; ang[2] = acos(t1 / t2); ang2[2] = -acos(t1 / t2); ang[1] = atan2(t1,t2); ang2[1] = ang[1]; ang[3] = q234 - ang[2] - ang[1]; ang2[3] = q234 - ang2[2] - ang2[1]; return ang; } double s3 = sin(ang[2]); double c3 = cos(ang[2]); Hctm DK(double ak[],double dk[],double alpha[],double angle[]) { int i; Hctm rhino[DOF]; Hctm arm; arm.initIdentity(); t1 = (ak[1] + ak[2] * c3) * b2 - b1 * ak[2] * s3; t2 = (ak[1] + ak[2] * c3) * b1 + b2 * ak[2] * s3; ang[1] = atan2(t1,t2); ang2[1] = ang[1]; ang[3] = q234 - ang[2] - ang[1]; 8
  • 9. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 for(i = 0;i < DOF;i++) { rhino[i].initLctm(angle,dk,ak,alpha,i + 1); //rhino[i].printLctm(i + 1,i); //if (i == 2) { pause();clrscr(); } arm = arm * rhino[i]; } return arm; double d = sqrt((ax3 - ax1) * (ax3 - ax1) + (ay3 - ay1) * (ay3 - ay1)); //circle(x4,y4,1); gprintf(20,400,"x1 = %4.2f y1 = %4.2f x2 = %4.2f y2 = %4.2f x3 = %4.2f y3 = %4.2f",ax1,ay1,ax2,ay2,ax3,ay3); if (ay2 < ay1) { swap(ax1,ax2); swap(ay1,ay2); //for(i = 0;i < 6;i++) // swap(w1[i],w2[i]); } double angxy = atan2(ay2 - ay3,ax2 - ax3); angxy = angxy * 180 / PI; setcolor(LIGHTMAGENTA); if (ax1 > 0) arc(x4,y4,angxy + 180,angxy,ceil(d)); else arc(x4,y4,180 - angxy,360 - angxy,ceil(d)); getch(); setcolor(BLACK); gprintf(20,400,"x1 = %4.2f y1 = %4.2f x2 = %4.2f y2 = %4.2f x3 = %4.2f y3 = %4.2f",ax1,ay1,ax2,ay2,ax3,ay3); } void BDA(double w1[],double w2[],double ak[],double dk[],double alpha[],double ep) { double *ang2=NULL,*w1ang,*w2ang,*wmid,*w12,*w12mid; int i; International Science Index 13, 2008 waset.org/publications/5606 w1ang = IK(ak,dk,w1,ang2);//getch(); w2ang = IK(ak,dk,w2,ang2);//getch(); wmid = new double[DOF]; for(i = 0;i < DOF;i++) wmid[i] = (w1ang[i] + w2ang[i]) / 2; Hctm arm = DK(ak,dk,alpha,wmid); double armmat[4][4]; arm.getvalues(armmat); w12 = getTCV(armmat); setlinestyle(SOLID_LINE,0,NORM_WIDTH); setfillstyle(SOLID_FILL,LIGHTCYAN); int x1,y1,x2,y2,x3,y3,x4,y4; getxy(w1,x1,y1,320,280); getxy(w2,x2,y2,320,280); getxy(w12,x3,y3,320,280); setcolor(LIGHTCYAN); if (getDistance(w1,w2) > ep) { for(i = 0;i < 3;i++) w12[i] = (w1[i] + w2[i]) / 2; BDA(w1,w12,ak,dk,alpha,ep); BDA(w12,w2,ak,dk,alpha,ep); } } void getcabinetxy(double tcv[],double &x,double &y) { //x = 2 * (tcv[0] + tcv[1] * cos(PI/4)); //y = tcv[2] + tcv[1] * cos(PI/4); x = 2 * (tcv[0]); y = tcv[2]; double ax3,ay3,ax1,ay1,ax2,ay2; getcabinetxy(w1,ax1,ay1); getcabinetxy(w2,ax2,ay2); ax3 = (ax1 + ax2) / 2; ay3 = (ay1 + ay2) / 2; x4 = ceil(ax3 + 320); y4 = ceil(280 - ay3); } void getxy(double tcv[],int &x,int &y,int bx,int by) { double a1,b1; getcabinetxy(tcv,a1,b1); x = bx + (int)ceil(a1); y = by - (int)ceil(b1); fillellipse(x1,y1,3,3); fillellipse(x2,y2,3,3);//getch(); fillellipse(x4,y4,3,3); setcolor(RED); circle(x1,y1,1); circle(x2,y2,1); circle(x4,y4,1); //setcolor(LIGHTCYAN); //circle(x1,y1,2); //circle(x2,y2,2); //circle(x3,y3,2); } double getDistance(double w1[],double w2[]) { double t = 0; for(int i = 0;i < 3;i++) t += (w1[i] - w2[i]) * (w1[i] - w2[i]); return (sqrt(t)); //getcabinetxy(w12,ax3,ay3); } 9
  • 10. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 void swap(double &a,double &b) { double c = a; a = b; b = c; } void printLctm(double mat [][4],int k,int k1) { int y = wherey(),i,j,x; { gotoxy(30,25); cout<<s;getch(); } int gpause(const char *s,int color,int p,int y) { struct textsettingstype old;//In graphics.h gettextsettings(&old); settextstyle(SMALL_FONT,HORIZ_DIR,4); int c = getcolor(),d = textwidth(s); International Science Index 13, 2008 waset.org/publications/5606 gotoxy(10,y + 2);cout<<"T = "; gotoxy(11,y + 1);cout<<k; gotoxy(11,y + 3);cout<<k1; gotoxy(15,y);cout<<'Ú'; gotoxy(15,y + 5);cout<<'À'; for(i = 0;i < 4;i++) { gotoxy(15,y + i + 1); cout<<"³ "; for(j = 0;j < 4;j++) printf("%- 10.4f ",mat[i][j]); x = wherex();cout<<'³'; } gotoxy(x,y);cout<<'¿'; gotoxy(x,y + 5);cout<<'Ù'; gotoxy(1,y + 6); } void printvector(double an[],int len,char *m,char sym) { int y = wherey(),i,x; gotoxy(20,y + 2);cout<<m<<" = ";x = wherex(); gotoxy(x,y);cout<<'Ú'; gotoxy(x,y + len + 1);cout<<'À'; for(i = 0;i < len;i++) { gotoxy(x,y + i + 1); printf("³ %c%-4d = %- 12.4f ³",sym,i + 1,an[i]); } x = wherex() - 1; gotoxy(x,y);cout<<'¿'; gotoxy(x,y + len + 1);cout<<'Ù'; gotoxy(1,y + len + 2); } setcolor(color); outtextxy((getmaxx() - d)/2,y,s); settextstyle(old.font,old.direction,old.charsize);setcolor(c); if ((color == getbkcolor()) || p != PAUSE) return 0; else return getch(); VII. CONCLUSION A simulation of an efficient method of the BDA was demonstrated in this paper using an articulated robot which was designed and fabricated in the college laboratory. A method of computing the straight line motion between two given points in a 3D space using an articulated robot is demonstrated in this paper. Analytical method is also shown here for convenience along with the simulation study. The real time implementation of the same was also carried out using an indigenously developed 5 axis articulated robot in the college. The mathematical results & the experimental results / simulated results show the effectiveness of the developed method [2]. REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] void line(char c,int len) { for( ;len;len--) cout<<c; } [11] void pause(char s[]) [15] [12] [13] [14] 10 Craig J, Introduction to Robotics : Mechanics, Dynamics & Control, Addison Wessely, USA, 1986. Robert, J. Schilling, Fundamentals of Robotics - Analysis and Control, PHI, New Delhi. Klafter, Thomas and Negin, Robotic Engineering, PHI, New Delhi. Fu, Gonzalez and Lee, Robotics: Control, Sensing, Vision and Intelligence, McGraw Hill. Groover, Weiss, Nagel and Odrey, Industrial Robotics, McGraw Hill. Ranky, P. G., C. Y. Ho, Robot Modeling, Control & Applications, IFS Publishers, Springer, UK. Crane, Joseph Duffy, Kinematic Analysis of Robotic Manipulators, Cambridge Press, UK. Manjunath, T.C., (2005), Fundamentals of Robotics, Fourth edn., Nandu Publishers, Mumbai. Manjunath, T.C., (2005), Fast Track to Robotics, Second edn., Nandu Publishers, Mumbai. Dhananjay K Teckedath, Image Processing, Third edn., Nandu Publishers, Mumbai. Gonzalvez and Woods, Digital Image Processing, Addison Wesseley Publishers. Anil K Jain, Digital Image Processing, Prentice Hall, Englewood Cliffs, New Jersey, USA. http://www.wikipedia.org Michael Dipperstein, Run Length Encoding (RLE) Discussion and Implementation. Flusser, J.; Suk, T.; Saic, S., Recognition of blurred images by the method of moments, Image Processing, IEEE Transactions.
  • 11. World Academy of Science, Engineering and Technology International Journal of Electrical, Electronic Science and Engineering Vol:2 No:1, 2008 International Science Index 13, 2008 waset.org/publications/5606 [16] Bob Bailey, Moments in Image Processing, Nov. 2002. [17] Phillip Coiffette, (1995), Robotics Series, Volume I to VIII, Kogan Page, London, UK. [18] William Burns and Janet Evans, (2000), Practical Robotics - Systems, Interfacing, Applications, Reston Publishing Co. [19] Yoshikawa T., (1984), “Analysis and Control of Robot Manipulators with Redundancy”, Proc. First Int. Symp. on Robotics Research, Cambridge, MIT Press, pp. 735-748. [20] Whitney DE., (1972), “The Mathematics of Coordinated Control of Prosthetic Arms and Manipulators”, Trans. ASM J. Dynamic Systems, Measurements and Control, Vol. 122, pp. 303-309. [21] Lovass Nagy V, R.J. Schilling, (1987), “Control of Kinematically Redundant Robots Using {1}-inverses”, IEEE Trans. Syst. Man, Cybernetics, Vol. SMC-17 (No. 4), pp. 644-649. [22] Lovass Nagy V., R J Miller and D L Powers, (1978), “An Introduction to the Application of the Simplest Matrix-Generalized Inverse in Systems Science”, IEEE Trans. Circuits and Systems, Vol. CAS-25 (No. 9), pp. 776. T.C.Manjunath, born in Bangalore, Karnataka, India on Feb. 6, 1967 received the B.E. Degree in Electrical Engineering from the University of Bangalore in 1989 in First Class and M.E. in Electrical Engineering with specialization in Automation, Control and Robotics from the University of Gujarat in 1995 in First Class with Distinction and Ph.D. from the Interdisciplinary Programme in Systems and Control Engineering Department of Indian Institute of Technology Bombay in the year 2007, respectively. He has got a teaching experience of nearly 20 long years in various engineering colleges all over the country and is currently working as Professor and Head of the Department of Electronics and Communication Engineering in New Horizon College of Engineering in Bangalore, Karnataka, India. He also worked as a Research Engineer in the Systems and Control Engineering (IIT Bombay, India) and worked on control of space launch vehicles using FOS feedback technique. He has published a number of papers in the various National, International journals and Conferences and published two textbooks on Robotics. He also published a research monograph in the International level from the Springer-Verlag publishers based on his Ph.D. thesis topic titled, “Modeling, Control and Implementation of Smart Structures”, Vol. 350, LNCIS, costing 79.95 Euros. He was a student member of IEEE for 6 years, SPIE student member and IOP student member for 4 years, life member of ISSS (India), life member of the ISTE (India), life member of ISOI (India), life member of SSI (India) and life member of the CSI (India) and a fellow of the IETE (India). He has visited Singapore, Russia, United States of America and Australia for the presentation of his research papers in various international conferences. His biography was published in 23rd edition of Marquis’s Who’s Who in the World in the 2006 issue. He has also guided more than 2 dozen undergraduate and post-graduate projects. Many of his guided projects, interviews have appeared in various national newspapers and magazines. He has also presented a number of guest lectures and various seminars and participated in more than a dozen CEP / DEP courses, seminars, workshops, symposiums in the various parts of the country in different institutions and also conducted a few courses. His current research interests are in the area of Robotics, Smart Structures, Control systems, Network theory, Mechatronics, Process Control and Instrumentation, Electromagnetic fields and waves, MATLAB, Signals and systems (CT and DT), Industrial automation, Artificial intelligence, Digital signal processing, Digital Image Processing, Periodic output feedback control, Fast output feedback control, Sliding mode control of SISO and multivariable systems and many of the control related subjects and its allied labs and their various applications. 11