Robotics 1: Introduction to robotics, Recap of Kinematics, Recap of frames and orientation definitions, rotation representation in quaternion space Flashcards

1
Q

What is a robot?

A

A programmable, multifunctional manipulator designed to move material, parts, tools or specialized devices through variable programmed motion for a variety of tasks.

They must posess certan characteristics:
* A mechanical arm
* Sensors to respond to inputs
* Intelligence to make decisions

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

Name three classification of robots

A

Mobile, Industrial, Humanoid
Or
Variable-Sequence robot: A device that performs successive stages of a task according to a predetermined method, easy to modify

Playback Robot : A human operator performs the task manually by teaching the Robot

Numerical Control Robot : The operator supplies the movement program rather than teaching the task manually

Intelligent Robot : A robot with the means to understand its environment and the ability to successfully complete a task despite changes to the environment.

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

What are the 5 types of robot configurations?

A

Cartesian: Gripper can move in xyz
Cylindrical: xy on a rotating base
Spherical: A rotation joint on a roating base
Articulated: Two rotating joints on rotation base.
SCARA: Rotating joint at same angle as roation base, with a prismatic joint for the gripper

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

What is Kinematics?

A

The study of motions of particles, bodies and systems of bodies, in terms of position (and orientation), translation (and rotation), but without considering forces (and torques) causing the motions. The bodies are considered to be rigid.

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

What is the Dynamics?

A

The study of motions of particles, bodies and systems of bodies in terms of mass (resp. inertia), force (and torque) or energies. The bodies can be rigid or deformable.

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

What is a Kinematic system?

A

a system of rigid bodies (called links) designed to move in a given form by the introduction of moveable joints which connect the links.

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

What is Serial kinematic / Kinematic chain?

A

a kinematic system where each link is connected by joints to only one or two other links (without forming a circle). An important parameter is the number of joints.

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

What is a Serial robot?

A

a serial kinematic, where some or all joints can be programmed, actuated and controlled to move the links in a defined way. (If not all joints can be actuated, the robot is called underactuated).

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

What is a manipulator?

A

a serial robot that is controlled with the purpose of manipulating objects. The first link is called base, the last link features an interface called end effector to attach tools for the actual manipulation (particularly grippers)

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

What is a tool center point?

A

The definition of a central coordinate system for each tool, which has to be controlled and moved to execute the actual manipulation, e.g. the center between the jaws of a gripper.

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

what is forward kinematics

A

Specifying the joint values to accomplish a robot move to a new configuration in space. These may not be simple as it seems because secondary joints such as four-bar linkages, ball screws, etc. may be required to accomplish this motion.

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

What is Inverse kinematics

A

Solving a mathematical model of the robot kinematics to determine the necessary joint values to move the tool to a desired target (frame) in space. This is accomplished by frame representation whereby a coordinate system (xyzaxes) is attached to the tool on the robot and a target frame is attached to the part or operating point in the workcell. The inverse kinematics determine the joint values required to align the tool coordinate system with the target triad.

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

What is a state vector?

A

a vector of joint variables, q = [q1,q2,…,qn]
where n is the numer of joints.
typically 1 is the joint closest to the base and the numbers increase to describe the next joint.

q determines the position and orientation of all robot links

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

What are Cartesian coordinates?

A

They describe poistion and orientation
[x, y, z, πœ™_x, πœ™_y, πœ™_z]

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

What are euler angles?

A

Compact orientaion representation with 3 values.

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

How do you get the norm of a quaternion?

A

The norm is the legnth from the origin, can also be called maginitude.
You find it by mulityplying a qutarnion with it’s conjugate, which is
[w,-v]

17
Q

What is the diffrence between the norm and normalization?

A

The norm is the distance from origin, and to normalize, you devide the value by it’s norm, a normalized unit have a length of 1.

18
Q

How do you calculate the inverse of a quaternion?

A

You devide the conjugate the quaternion with its norm