Robotic Systems Flashcards

1
Q

What is the definition of a robot?

A

An actuated mechanism programmable in two or more axes, with a degree of autonomy, moving with its environment, to perform intended tasks

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

What are the two main ways we can catagorise robots?

A
  • Field of Application e.g. Medical / Industrial
  • Mobile and Stationary Robots
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 6 levels of autonomy that we could see in a car?

A
  1. No autonomy
  2. Basic assistance (Cruise Control)
  3. Steer and Acceleration under driving monitoring
  4. The driver doesn’t need to monitor in certain conditions
  5. The car can drive on its own in most situations
  6. Fully autonomous (No driver needed)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the programming methods we can use for robots?

A
  • Offline: The robot trajectory and program is pre-computed based on kinematics
  • Teaching: The operator will use the teaching pendant to move the robot and save specific points
  • Lead-Through: The operator will manipulate the robot directly which will memorize the trajectory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference between Task space trajectory and Joint space trajectory?

A

Task space trajectory has a set path and moves directly between the two points
Joint space trajectory has set points, and then the path is determined by the system each time

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

What are the two types of joints?

A
  • Revolute Joints: Limits the motion between two points to a rotation
  • Prismatic Joints: Limits the motion between two points to a translation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is meant by degrees of freedom?

A

The number of independent relative motions between the links of the robot

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

What is the formula for the Degrees of Freedom?

A

DoF = m(N-1-J) + The sum of the mobilities of joint i

m = 6 for 3D robots, and 3 for planar robots
N = Number of links (including the ground
J = Number of joints

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

What type of robot is a SCARA robot?

A

RRP

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

What are the two types of coordinates do we use for robotics?

A
  • Joints coordinates: Give the rotation or position of every joint of the robot. We denote q the vector of joint coordinates
  • Cartesian coordinates: Gives the position and orientation of the end effector in the reference frame
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the aim of forward kinematics?

A

To determine the end effector’s position and orientation, knowing the joint coordinates and link length

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

What is the aim of inverse kinematics?

A

To determine the joint coordinates from the knowledge of the end effector’s cartesian position and orientation

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

What do static studies of robotics analyse?

A

The effect of gravity, the backlash, the joint or link flexibility, the payload and torque equilibrium

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

What do dynamic studies of robots consider?

A

The inertial effect due to accelerations

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

What is the control resolution of a robot?

A

The capability of the robot’s positioning system to divide the range of the joint into closely spaced points, called addressable points

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

What is the formula for the Control Resolution?

A

CR = R / (2^n - 1)

R = Actuator Range
n = Number of bit storage register devoted to a particular part

17
Q

What is the repeatability of a robot for it’s movements?

A

r = Plus or minus 3 * Standard deviation of the robot error distribution

18
Q

What is the accuracy of a robot?

A

It’s the difference between the speciied position and the actual position

Ac = CR/2 + r

19
Q

What are the names of the Tait Byran angles?

A

Roll, Pitch and Yaw