Robotics Unit-1 Notes
Robotics Unit-1 Notes
Unit-1
Robot:
Robot comes from the Czech word 'robota' which means 'forced work or labor'.
We use the word "Robot" today to mean any man-made machine that can perform
work or other actions normally performed by humans, either automatically or by
remote control.
The branch of technology that deals with the design, construction, operation, and
application of robots, as well as computer systems for their control, sensory
feedback, and information processing is ROBOTICS.
Characteristics of Robots:
A robot has these essential characteristics:
(i) Sensing: First of all, robot would have to be able to sense its
surroundings. It would do this in ways that are similar to the way we sense
our surroundings. Some of the numerous robotic sensors include: light
sensors (eyes), touch and pressure sensors (hands), chemical sensors (nose),
hearing and sonar sensors (ears), and taste sensors (tongue) will give your
robot awareness of its environment.
(ii) Movement: A robot needs to be able to move around its environment.
Whether rolling on wheels, walking on legs or propelling by thrusters a
robot needs to be able to move.
(iii) Energy: A robot needs to be able to power itself. A robot might be solar
powered, electrically powered, battery powered.
(iv) Intelligence: A robot needs some kind of "smarts." A programmer is the person who gives
the robot its 'smarts.'
1
Laws of Robotics: Asimov’s proposed three “laws of Robotics”
Law 1: Robots will never harm human beings.
Law2: Robots will follow instructions given by humans without breaking law one..
1. Machine loading.
2. Pick and place operations
3. Welding
4. Painting
5. Assembly operation
6. Surveillance
7. Medical arena: (helping the elderly and Disables, hospital delivery, surgical
robots)
8. Hazardous environments
9. Search and rescue (earthquake rescue; demining)
10. Mining and heavy transport; container handling
11. Military (unmanned aircraft and submarines, insect robots)
12. Domestic (Vacuum cleaning, lawn mowing, laundry, clearing the table, etc.).
13. Transport (Autonomous cars).
14. Entertainment
2
Figure 1.1 : Applications of Industrial Robot
Advantages:
1. Increased Efficiency: Robots can work 24/7 without getting tired, leading to increased
productivity and efficiency.
2. Improved Accuracy: Robots are capable of performing tasks with high precision and
accuracy, reducing errors and improving quality.
3. Increased Safety: Robots can perform tasks that are dangerous for humans, Robots can
work in hazardous environment.improving overall safety in the workplace.
3
4. Reduced Labour Costs: The use of robots can lead to reduced labor costs, as robots can
perform tasks more cheaply than human workers.
Disadvantages:
1. Initial Cost: Implementing and maintaining a robotics system can be expensive, especially
for small and medium-sized businesses.
2. Job Losses: The increased use of robots may result in job losses for human workers,
particularly in industries where manual labor is prevalent.
3. Limited Capabilities: Robots are still limited in their capabilities compared to human
workers and may not be able to perform tasks requiring dexterity or creativity.
4. Maintenance Costs: Robots require regular maintenance and repair, which can be time-
consuming and expensive.
COMPONENTS OF ROBOTS:
Robots come in many shapes and sizes.Robots consist of a number of components that can
always be simplified into five major constituents viz: the controller, the manipulator, an end
effector, a power supply, and a means for programming. The relationship among these five
components are illustrated in Figure 2-2.
4
1. Manipulator or Rover: Main body of robot (Links, Joints, other structural
element of the robot).
2. End Effector: The part that is connected to the last joint (hand) of a
manipulator.
3. Actuators: Muscles of the manipulators (servo motor stepper3. Actuators:
Muscles of the manipulators (servomotor, stepper motor, pneumatic and
hydraulic cylinder).
4. Sensors: To collect information about the internal state of the robot or to
communicate with the outside environment
5. Controller: Similar to cerebellum. It controls and coordinates the motion of the
actuators.
6. Processor: The brain of the robot. It calculates the motions and the velocity of
the robots joints etc.
7. Software: Operating system, robotic software and the collection of routines.
5
Structure of Robot manipulator
The two main parts in the robotic arm are Links and Joints. A robotic arm is a chain
of joints and links.
Let’s take an example from the human body. The links and joints of a human arm are
demonstrated in the image below. The concept can be applied to robots too.
“A joint is a connection between two or more links, which allows some motion, or potential
motion, between the connected links. Joints are also called Kinematic pairs.”
6
What is a Degrees of Freedom (D.O.F)?
The Degree of Freedom (D.O.F) is one of the parameters commonly using to mention the
motion capability of a robot. Here is a simple definition of D.O.F.
D.O.F is defined as the way in which a robot or machine can move. The number of degrees of
freedom is equal to the total number of independent displacement or aspects of motion.
There are several types of robotic manipulators, each designed for specific tasks and
applications. Here are some common types:
7
making them suitable for navigating tight spaces or performing minimally invasive
surgery.
What is Kinematics?
These are some of the terms related to the structure of the robot like joints, links, D.O.F .
Kinematics deals the analysis of the motion of the robot.
Forward kinematics (for a robot arm) takes as input joint angles and calculates the Cartesian
position and orientation of the end effector. The end-effector/gripper is a device or tool that
connects at the end of a robotic arm.
Forward kinematics (for mobile robot) takes wheel velocities and calculate the position and
orientation of the robot.
Inverse kinematics (for a robot arm) takes as input the Cartesian end-effector position and
orientation and calculates joint angles.
Inverse kinematics (for a mobile robot) takes the input as goal position of the robot and
calculates the wheel velocities in order to reach the goal.
8
Serial link manipulator
Forward kinematics (for a robot arm) takes as input joint angles and calculates the Cartesian
position and orientation of the end effector. The end-effector/gripper is a device or tool that
connects at the end of a robotic arm.
Function: Non-servo robots are primarily used for moving and placing objects.
They can pick up an object, transport it, and then place it down.
9
2. Examples: Imagine a non-servo robot in a factory assembling components on
an assembly line. It picks up a part, moves it to the next station, and places it
down—no fancy feedback loops or complex calculations involved!
10