Test 1 Flashcards

1
Q

What Engineering disciplines support the field of robotics?

A
  • ME
  • IE
  • EE
  • Computer science
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a robot?

A

A robot is a reprogramable multifunctional manipulator designed to move material parts, tools or specialized devices through programmed motions to achieve specified tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define Degree Of Freedom (DOF)

A

DOF is a number of linearly independent kinematic coordinates necessary to describe the position of a physical system in space.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define accuracy and repeatability

A

Accuracy - how close the manipulator can come to a given point within it’s workspace
Repeatability - how close the manipulator return to a previously taught point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is steady state error?

A

SSE is defined as the difference between the input command and the output of a system as the limit goes to infinity(when the response has reached SS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a singularity

A

A singularity signifies a lost degree of freedom.

In kinematics, singularity points have infinite velocity (very high velocity in practice)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is reachable workspace?

A

The volume in space within the end-effector can reach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is dextrous workspace?

A

(A subset of the reachable workspace) consists of points that the manipulator can reach taking into consideration orientational reachability of the end-effector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a PID controller?

A

PID controller is a linear control loop feedback mechanism that continuously calculates error of the desired point and measured point and applies correction based on (Proportional Integral and derivative terms)

By changing PID parameters, you can change response of the system without changing mechanical parameters!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why do we need negative feedback? (Adjusts for error)

A

Negative feedback subtracts from the input signal therefore continually changing the gain to counteract the change of the output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a disturbance?

A

A disturbance is a signal in the system not based on desired behaviors (i.e. environment)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define a linear system

A

a mathematical model of a system based on the use of a linear operator. (Satisfy the property of superposition)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is forward kinematics?

A

is finding the position/orientation of the tool when joint variables are given. (more commonly used)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is inverse kinematics?

A

is finding the joint variables when the position/orientation of the tool is given. (more commonly used)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a rotational matrix?

A

A rotational matrix specifies the orientation of the current coordinate frame (x1,y1,z1) relative to the base frame or previous frame (x0,y0,z0)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are properties of a rotational matrix?

A
  • Its inverse is equal to its transpose
  • orthogonal
  • Det = +1
17
Q

What are 3 definitions of a rotational matrix?

A
Rx = [(1,0,0),(0,c(),-s()),(0,s(),c())]
Ry = [(c(),0,s()),(0,1,0),(-s(),0,c())]
Rz = [(c(),-s(),0),(s(),c(),0),(0,0,1)]
18
Q

What is a redundant robot?

A

A kinematically redundant robot has more DOF than needed for a given task. (more than 6 DOF)

19
Q

What is controller resolution?

A

Controller resolution is the smallest increment of motion that the controller can sense.

20
Q

What are the basic industrial fields where robots are applied today?

A

manufacturing

  • pick and place
  • welding
  • packaging and labeling
  • product inspection
21
Q

What two types of joints exist?

A
  • Rotational

- Linear

22
Q

How are robots classified in respect to physical configuration?

A
Cartesian (PPP)
Articulated (RRR)
Cylindrical (PPR)
Spherical (RPR)
Scara (RRP)
  • Geometry (kinematic structure)
  • type of application used for
  • Power source
  • Application area
  • Method of control
23
Q

What two types of joints exist?

A
  • Rotational

- Linear

24
Q

What is a world coordinate frame?

A

an established fixed coordinate system which all objects including the manipulator are referenced.

25
Q

What is an absolute coordinate frame?

A

a frame that is established that relative to the world coordinate system by some angle or translation

26
Q

What is a jacobian?

A

Defines the dynamic relationship between two different representations of a system (like end-effector position and joint angles).

27
Q

What is relative velocity?

A

is measured in a reference frame that itself is at rest or moving with respect to the absolute frame

28
Q

What is absolute velocity?

A

is measured only in a frame of reference that is at absolute rest.

29
Q

How are linear and angular velocities related?

A

Linear velocity is the cross product of radius vector and angular velocity. (v = w x r)

30
Q

What are the 4 D’s

A
  • Dirty
  • Dangerous
  • Dear (expensive)
  • Dull (boring)