Basic Components of a Robot

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Flashcards covering the key concepts from the lecture notes on Basic Components of a Robot.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

What is the Structure (Frame or Body) of a robot and what does it determine?

The physical structure that holds all components together; determines the robot’s shape, size, and range of motion; can be humanoid, wheeled, tracked, or custom-designed.

2
New cards

What is the Controller (Brain) of a robot and what are common examples?

The central processing unit (CPU) or microcontroller that runs software, makes decisions based on sensor inputs, and controls the actuators; examples include Arduino, Raspberry Pi, and other custom embedded systems.

3
New cards

What are actuators and what do they do?

Motors or mechanisms that move the robot; control the robot’s joints, wheels, arms, or other moving parts; main types include electric motors (DC, servo, stepper), hydraulic actuators, and pneumatic actuators.

4
New cards

What are the key characteristics of hydraulic, pneumatic, and electric actuators?

Hydraulic actuators use oil to generate movement and provide large force; Pneumatic actuators use air and are common in manufacturing and indoor settings; Electric actuators use electric current and magnets, offering more control, less environmental hazards, quieter operation, and easier programming.

5
New cards

What is the purpose of sensors in a robot and what are some common types?

Provide data about the robot’s environment or its own state; types include light sensors, sound sensors, temperature sensors, contact sensors, proximity sensors, distance sensors, pressure sensors, and positioning sensors.

6
New cards

What is the role of a power supply and what forms can it take?

Provides the energy needed to operate; must be matched to the robot’s voltage and current requirements; can be batteries (Li-ion, NiMH, etc.), wired power sources, or solar power.

7
New cards

How do power supplies vary for stationary versus mobile robots and for probes/satellites?

Stationary robots typically receive direct power; mobile robots typically use high-capacity batteries; robotic probes and satellites are generally equipped with solar panels for energy harvesting.

8
New cards

What is an end effector in a robot, and what tasks can it perform?

The tool or device at the end of a robotic arm that interacts with the environment; used to perform tasks such as gripping, welding, painting, or measuring.

9
New cards

Name three types of grippers used as end effectors.

Mechanical grippers (fingers or jaws), vacuum grippers (suction), magnetic grippers.

10
New cards

What are examples of tools that can be end effectors?

Welding torches, spray guns (for painting), and screwdrivers or drills (for assembly).

11
New cards

What are sensors or probes used for in end effectors?

Used for inspection, measurement, or scanning tasks.

12
New cards

What are Custom End Effectors?

End effectors designed for specific applications (e.g., surgical tools, 3D printing nozzles).

13
New cards

What is a Program in robotics and why is it essential?

A robot’s program isn’t a physical component, but it provides the logic that drives behaviors by processing stimuli and feedback from the other components.

14
New cards

Which programming languages are listed for robotics in the notes?

Python, C/C++, Java, MATLAB, and Arduino C.

15
New cards

Which language is associated with embedded systems and ROS core (low-level) according to the notes?

C/C++.

16
New cards

Which language is specifically used for microcontroller programming (low-level) according to the notes?

Arduino C.

17
New cards

Which language is described as suitable for mid-level tasks such as simulations and control theory?

MATLAB.