Compact 10 Notes - Copy (1)
Compact 10 Notes - Copy (1)
Definition: Robotics
It is a branch of technology focused on designing, constructing, and operating robots to assist humans in
various tasks.
Definition: Robots
As per ISO, a robot is a reprogrammable, multifunctional machine designed to move materials, parts, or
tools through programmed motions for different tasks.
The term robot originates from the Czech word "robota" meaning forced labor
Applications of Robotics
Robotics plays a crucial role in various industries, improving efficiency, precision, and safety. Some key
applications include:
1. Manufacturing:
Automated Assembly Lines: Robots perform tasks like welding, painting, and assembling products.
3D Printing: Robotic arms assist in precise 3D printing processes.
2. Healthcare:
Surgical Robots: Robots like the da Vinci Surgical System assist in minimally invasive surgeries.
Rehabilitation Robots: Help patients recover by assisting in physical therapy.
3. Agriculture:
5. Space Exploration:
6. Automotive Industry:
7. Construction:
8. Environmental Monitoring:
9. Entertainment:
Mobile Robots: Used for patrolling, monitoring, and real-time video surveillance.
Robotic Subsystem
Motion Recognition
Control Subsystem
Subsystem Subsystem
Project Management
Five Stages of Project Management
1. Project Initiation:
This is the starting phase where the project is formally defined. A Project Initiation Document (PID) is
created, including:
3
Unit 2
Materials and Mechanical Components
A robot is made up of various components such as frame, sensors, processor, battery, etc.
Some of the common components are labelled in the figures below.
Frame Materials: Frames of various materials can be used for a robot. Some of the
common materials used are discussed below.
Medium Density Fibreboard (MDF): This is a type of engineered wood manufactured by
compressing different hardwood and softwood residues using wax or resin.
Some of the properties of MDF are:
1. It is easy to cut and carve them to any shape
2. They are low-cost
3. They have relatively low load capacity
4. They deteriorate with age
5. They are not water resistant
Acrylic: These are transparent plastic sheets made of poly methyl-methacrylate.
Some of the properties of Acrylic are:
4
1. It gives a clean look and finish
2. They have a medium load capacity
3. They are water resistant
4. They are more durable
Aluminium: Aluminium is a metal, and various Aluminium alloys are used to manufacture
robot frames.
Some of the properties of Aluminium are:
1. Light weight
2. It is durable and does not rust
3. Requires machining to cut and shape
4. It is slightly expensive
Steel: Steel is an alloy made of iron and carbon.
Some of the properties of Steel are:
1. Steel is a strong and hard material
2. It is suitable for rough-use robots
3. Steel can be welded
4. It is a heavy material
5. It is relatively difficult to machine steel
(a) (b)
(d)
(c)
Figure 3. Various frame materials (a) DF (b) Acrylic (c) Aluminium (d) Steel
5
What are some of the types of wheels used in a robot?
Different types of wheels used in building robots are shown below:
Standard Wheel
Caster Wheel
Omni Wheel
6
Mecanum Wheel
them. Based on the type of motion, joints are classified into different types. Some of them are
listed below.
Revolute Joint
● Allows rotation
about one axis
● Only one degree of
freedom
Source: researchgate.net
7
Prismatic Joint
● Allows translation
● Only one degree of freedom
Cylindrical Joint
● Allows translation
and rotation
● Two degrees of freedom
Spherical Joint
● Allows rotation about
three axes
● Three degrees of freedom
Planar Joint
● Allows translation
and rotation
● Three degrees of freedom
8
Degrees of Freedom (DoF):
It can be defined as the number of independent motions allowed for a body. A free
rigid body has six degrees of freedom in terms of three translations and three
rotations.
Introduction to Tinkercad
Tinkercad is an online tool used for designing circuits and creating 3D models. It is very
easy to use and is mostly used by students to learn electronics, circuit designing, and
programming. It also allows students to test their circuits virtually without using any
physical components.
1. Dashboard: It is the first page after logging in, where you can see your saved projects
or create new ones.
2. Workplane: It is the main area where you design your circuits or 3D models.
3. Component Library: In the circuit design section, you will find components like
resistors, LEDs, motors, Arduino, etc.. You can drag and drop them to create a
circuit.
4. Code Editor: This section is used for writing code for Arduino using either blocks
(drag-and-drop) or text (C++).
5. Simulation Button: After creating the circuit, you can click on "Start Simulation"
to test your circuit and see how it works.