SlideShare a Scribd company logo
Welcome To The Introductory First Year Workshop www.robotix.in
Robots… www.robotix.in
Technology Robotix Society was formed in 2001 with the aim of providing education pertaining to the field of Robotics to the students of IIT KGP. They started out by forming K.R.A.I.G. and then, conducting the Robotix fest. www.robotix.in
Aim Technology Robotix Society, TRS is a society dedicated to the advancement of  robotics in IIT Kharagpur and beyond. We are a society that boasts of a dedicated team which works extensively in these disciplines and helps spread it in form of intra and inter collegiate workshops. TRS is expanding its vistas with many more external workshops all over India, which have met with phenomenal response in the past.  We continue to strive for excellence in this pursuit of spreading robotics and paving the way for world class robotics R&D in India. www.robotix.in
ROBOTIX 2007 Over 1500 Participants 546 Teams International Participation Online Submission from Universities like Princeton, Stanford www.robotix.in
ROBOTIX 2008 Over 3750 Participants 1060 Teams 63 Colleges www.robotix.in
ROBOTIX 2009 Over 3000  Participants 900+ Teams First outdoor autonomous event in India First event based on Microsoft Robotics Studio platform .  www.robotix.in
ROBOTIX 2010 A golden decade of ROBOTIX completed. 8MileX continues with a grander challenge. First ever underwater Robotics event in India. Dynamic problem statement introduced in TribotX. Manual and Autonomous Robotics combined in Xtension . www.robotix.in
At a glance… www.robotix.in
At a glance… www.robotix.in
At a glance… www.robotix.in
At a glance… www.robotix.in
New Frontiers In Robotics Aerial Robotics Underwater Exploration www.robotix.in
Machine Vision / Image Processing Bio-mimicry www.robotix.in
Kharagpur  Robotics  and  Artificial Intelligence  Group www.robotix.in
K.R.A.I.G The Kharagpur Robotics and Artificial Intelligence Group  is the premier group which looks after the development of studies related to robotics in IIT Kharagpur.  www.robotix.in
K.R.A.I.G Projects Undertaken Autonomous Ground Vehicle For Low Intensity Conflict Biped - KEB 1.0 SkeLKeT - Quadraped Virtual Eye - Ultrasonic Mapping 8Mile Autonomous Car Parking Maze Solution using Path Planning Simulation Tele-Robotics Micromouse Soccer Bots Microsoft Robotics Studio Applications www.robotix.in
Over the past two years we have conducted workshops in BIT Mesra, NIT Rourkela, ISM Dhanbad, Bhubaneswar, Bhilai and numerous other colleges. Workshops www.robotix.in
Events 2011 R.A.F.T. Pirate Bay Ballista The Fugitives RoboCop The Negotiators www.robotix.in
Robocup is a premier organization which aims to build a team of Robots so that  “ By mid-21st century, a team of fully autonomous humanoid robot soccer players shall win the soccer game, comply with the official rule of the FIFA, against the winner of the most recent World Cup. ” The organizations hold League matches in various countries and the RoboCup World Championship . www.robocup.in
Part I : Basic Machine
Basic Parts Of A Mobile Robot Locomotion system Power supply system Actuators Sensory devices for feedback Sensor Data processing unit Control system Copyright © Robotix Team, IIT Kharagpur
Locomotion System As the name suggests a mobile robot must have a system to make it move This system gives our machine the ability to move forward, backward and take turns It may also provide for climbing up and down Copyright © Robotix Team, IIT Kharagpur
Locomotion System The concept of locomotion invariably needs rotational motion e.g. a wheel driven by some power source This involves conversion of electrical energy into mechanical energy, which we can easily achieve using electrical motors The issue is to control these motors to give the required speed and torque Copyright © Robotix Team, IIT Kharagpur
Power, Torque and Speed A simple equation: Power is the product of Torque and Angular velocity P =  ζ X ω This implies that if we want more torque (pulling capacity) from the same motor we may have to sacrifice speed and vice versa Copyright © Robotix Team, IIT Kharagpur
Another Simple Relation The DC motors available have very high speed of rotation which is generally not needed. But what they lack is torque output. For reduction in speed and increase in pulling capacity we use pulley or gear systems These are governed by:  ω 1  X r 1  = ω 2  X r 2 Copyright © Robotix Team, IIT Kharagpur
Wheeled Locomotion Systems Differential drive Car type drive Skid steer drive Articulated drive Synchronous drive Pivot drive Dual differential drive Copyright © Robotix Team, IIT Kharagpur
Differential Drive Most commonly used  Simplest and easiest to implement It has a free moving wheel in the front accompanied with a left and right wheel The two wheels are separately powered When the wheels move in the same direction the machine moves in that direction  Turning is achieved by making the wheels oppose each other’s motion, thus generating a couple Copyright © Robotix Team, IIT Kharagpur
Differential Drive Cont… Black arrows denote the direction of wheel. The green ones show robot movement Copyright © Robotix Team, IIT Kharagpur
Differential Drive Cont… In-place (zero turning radius) rotation is done by turning the drive wheels at the same rate in the opposite direction Arbitrary motion paths can be implemented by dynamically modifying the angular velocity and/or direction of the drive wheels Total of two motors are required, both of them are responsible for translation and rotational motion Copyright © Robotix Team, IIT Kharagpur
Differential Drive An Analysis Simplicity and ease of use makes it the most preferred system by beginners Independent drives makes it difficult for straight line motion. The differences in motors and frictional profile of the two wheels cause them to move with slight turning effect The above drawback must be countered with appropriate feedback system. Suitable for human controlled remote robots Copyright © Robotix Team, IIT Kharagpur
Car Type Drive Copyright © Robotix Team, IIT Kharagpur
Skid Steer Drive Copyright © Robotix Team, IIT Kharagpur
Articulated Drive Copyright © Robotix Team, IIT Kharagpur
Synchronous Drive  Copyright © Robotix Team, IIT Kharagpur
Pivot Drive Copyright © Robotix Team, IIT Kharagpur
Power Supply System Suitable power source is needed to run the robots Mobile robots are most suitably powered by batteries The weight and energy capacity of the batteries may become the determinative factor of its performance Copyright © Robotix Team, IIT Kharagpur
Using Pulleys r 1 r 2 ω 1 ω 2 Motor Wheel ω 1 r 1  =  ω 2 r 2  =>  ω 2  =  ω 1 r 1  / r 2 τ 1 ω 1  =  τ 2 ω 2  =>  τ 2   = τ 1 ω 1  /   ω 2  =>  τ 2  = τ 1 r 2  /   r 1 Thus we get reduction in speed and increased torque. Hence our machine is able to cross over obstacles easily and also pull more load Belt Belt
Multi Pulley Systems Motor Wheel Intermediate Pulley ω 1 ω 2 ω 3 ω 1 r 1  =  ω 3 r 2  =>  ω 3  =  ω 1 r 1  / r 2 τ 1 ω 1  =  τ 3 ω 3  =>  τ 3   = τ 1 ω 1  /   ω 3  =>  τ 3  = τ 1 r 2  /   r 1 ω 3 r 1  =  ω 2 r 2  =>  ω 2  =  ω 3 r 1  / r 2 τ 2 ω 2  =  τ 3 ω 3  =>  τ 2   = τ 3 ω 3  /   ω 2  =>  τ 2  = τ 3 r 2  /   r 1  =>  τ 2  = τ 1 r 2 2   /   r 1 2   Hence for n pulley system =>  τ 2  = τ 1 r 2 n   /   r 1 n   r 1 r 2 r 2 r 1
Features of Pulley System Simple and easy to use Flexible rubber belts make the job easier Maximum torque restricted by friction limits Very high torque system cannot be achieved
www.robotix.in Be there : Venue : Kalidas Auditorium, Ramanujam Complex Date : 8 th  August Time : 5:30 pm For another exciting foray into ROBOTICS! Visit : www.robotix.in

More Related Content

PDF
Design and analysis of spider robot used as agricultural sprayer
PPTX
self balancing unicycle ppt
DOCX
Project Report for Automated Guided Vehicle
PPT
Robotics
PDF
SLC-Lab Opening Event - Kuka
PPT
Roboticst
PPTX
Prayas: 50 facts of Indian Railway by Somdeb Karmarkar
Design and analysis of spider robot used as agricultural sprayer
self balancing unicycle ppt
Project Report for Automated Guided Vehicle
Robotics
SLC-Lab Opening Event - Kuka
Roboticst
Prayas: 50 facts of Indian Railway by Somdeb Karmarkar

What's hot (9)

PDF
Triune(genesis)
PDF
IRJET- Design of Combined Brake and Accelerator Pedal
PPTX
DESIGN AND OPTIMIZATION OF “KLANN MECHANISM” USING OCTO-POD ROBOT
PPTX
icondm2016_ppt (1)
DOCX
Aayush_loco report-PNEUMATIC SYSTEMS IN WAG-7
PPTX
Robotics
DOCX
mechanical spider robot by klann mechanism
PPTX
KUKA KR 360-3 (Six-Axis Industrial Robot for Wheel Assembly System)
TXT
Why Speed Is The Least Thing Airwheel Intelligent High Quality Electric Skate...
Triune(genesis)
IRJET- Design of Combined Brake and Accelerator Pedal
DESIGN AND OPTIMIZATION OF “KLANN MECHANISM” USING OCTO-POD ROBOT
icondm2016_ppt (1)
Aayush_loco report-PNEUMATIC SYSTEMS IN WAG-7
Robotics
mechanical spider robot by klann mechanism
KUKA KR 360-3 (Six-Axis Industrial Robot for Wheel Assembly System)
Why Speed Is The Least Thing Airwheel Intelligent High Quality Electric Skate...
Ad

Viewers also liked (10)

PDF
Robo pong le lanceur de balle autonome
PDF
Introduction to electropneumatic
PPT
Triangular Tracked Wheel locomotion mechanism
PDF
Motion Control of Differential Wheeled Robots with Joint Limit Constraints (S...
PDF
Introduction to locomotor
PPT
Introduction to ROBOTICS
PPSX
Locomotion and-support
PPT
Robots presentation
PPTX
Robot pong
PPTX
Robot pong 2
Robo pong le lanceur de balle autonome
Introduction to electropneumatic
Triangular Tracked Wheel locomotion mechanism
Motion Control of Differential Wheeled Robots with Joint Limit Constraints (S...
Introduction to locomotor
Introduction to ROBOTICS
Locomotion and-support
Robots presentation
Robot pong
Robot pong 2
Ad

Similar to First Workshop Presentation (20)

PPT
Locomotion Systems
PDF
RAIOT- Robotics Automation & Internet of Things Lab Report
PDF
IRJET- Hands-Free Electric Vehicle for Disabled People
PPTX
Robowars
PPTX
Pick & place robot ppt
PDF
IRJET- Review on Hyper Maneuverable Multi-Functional Robot
PPT
Basics of robotics
PDF
IRJET- Multi-Function Rover based on Rocker-Bogie Mechanism
PDF
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
PDF
Designing a suitable robotic arm for loading and unloading of material on lat...
PDF
INTERNSHIP REPORT AT DRONA AUTOMATIONS
PDF
Design of Quad-Wheeled Robot for Multi-Terrain Navigation
PDF
IRJET- Automatic Reverse Breaking System for Trolley
PPTX
Segway self balancing scooter
PPT
pick and place ppt.ppt
PPTX
Linux Assignment-1.pptx
PDF
IRJET- Design and Fabrication of Cocobot
PDF
Robotics in AI
PDF
IRJET- Automatic Side Stand and Foot Rest Retrieval System
Locomotion Systems
RAIOT- Robotics Automation & Internet of Things Lab Report
IRJET- Hands-Free Electric Vehicle for Disabled People
Robowars
Pick & place robot ppt
IRJET- Review on Hyper Maneuverable Multi-Functional Robot
Basics of robotics
IRJET- Multi-Function Rover based on Rocker-Bogie Mechanism
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
Designing a suitable robotic arm for loading and unloading of material on lat...
INTERNSHIP REPORT AT DRONA AUTOMATIONS
Design of Quad-Wheeled Robot for Multi-Terrain Navigation
IRJET- Automatic Reverse Breaking System for Trolley
Segway self balancing scooter
pick and place ppt.ppt
Linux Assignment-1.pptx
IRJET- Design and Fabrication of Cocobot
Robotics in AI
IRJET- Automatic Side Stand and Foot Rest Retrieval System

Recently uploaded (20)

PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Trump Administration's workforce development strategy
PPTX
Cell Types and Its function , kingdom of life
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
RMMM.pdf make it easy to upload and study
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
master seminar digital applications in india
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Lesson notes of climatology university.
PDF
Computing-Curriculum for Schools in Ghana
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
A systematic review of self-coping strategies used by university students to ...
O5-L3 Freight Transport Ops (International) V1.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
GDM (1) (1).pptx small presentation for students
Supply Chain Operations Speaking Notes -ICLT Program
Final Presentation General Medicine 03-08-2024.pptx
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Trump Administration's workforce development strategy
Cell Types and Its function , kingdom of life
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
01-Introduction-to-Information-Management.pdf
Pharma ospi slides which help in ospi learning
RMMM.pdf make it easy to upload and study
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
master seminar digital applications in india
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Lesson notes of climatology university.
Computing-Curriculum for Schools in Ghana
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
A systematic review of self-coping strategies used by university students to ...

First Workshop Presentation

  • 1. Welcome To The Introductory First Year Workshop www.robotix.in
  • 3. Technology Robotix Society was formed in 2001 with the aim of providing education pertaining to the field of Robotics to the students of IIT KGP. They started out by forming K.R.A.I.G. and then, conducting the Robotix fest. www.robotix.in
  • 4. Aim Technology Robotix Society, TRS is a society dedicated to the advancement of robotics in IIT Kharagpur and beyond. We are a society that boasts of a dedicated team which works extensively in these disciplines and helps spread it in form of intra and inter collegiate workshops. TRS is expanding its vistas with many more external workshops all over India, which have met with phenomenal response in the past. We continue to strive for excellence in this pursuit of spreading robotics and paving the way for world class robotics R&D in India. www.robotix.in
  • 5. ROBOTIX 2007 Over 1500 Participants 546 Teams International Participation Online Submission from Universities like Princeton, Stanford www.robotix.in
  • 6. ROBOTIX 2008 Over 3750 Participants 1060 Teams 63 Colleges www.robotix.in
  • 7. ROBOTIX 2009 Over 3000 Participants 900+ Teams First outdoor autonomous event in India First event based on Microsoft Robotics Studio platform . www.robotix.in
  • 8. ROBOTIX 2010 A golden decade of ROBOTIX completed. 8MileX continues with a grander challenge. First ever underwater Robotics event in India. Dynamic problem statement introduced in TribotX. Manual and Autonomous Robotics combined in Xtension . www.robotix.in
  • 9. At a glance… www.robotix.in
  • 10. At a glance… www.robotix.in
  • 11. At a glance… www.robotix.in
  • 12. At a glance… www.robotix.in
  • 13. New Frontiers In Robotics Aerial Robotics Underwater Exploration www.robotix.in
  • 14. Machine Vision / Image Processing Bio-mimicry www.robotix.in
  • 15. Kharagpur Robotics and Artificial Intelligence Group www.robotix.in
  • 16. K.R.A.I.G The Kharagpur Robotics and Artificial Intelligence Group is the premier group which looks after the development of studies related to robotics in IIT Kharagpur. www.robotix.in
  • 17. K.R.A.I.G Projects Undertaken Autonomous Ground Vehicle For Low Intensity Conflict Biped - KEB 1.0 SkeLKeT - Quadraped Virtual Eye - Ultrasonic Mapping 8Mile Autonomous Car Parking Maze Solution using Path Planning Simulation Tele-Robotics Micromouse Soccer Bots Microsoft Robotics Studio Applications www.robotix.in
  • 18. Over the past two years we have conducted workshops in BIT Mesra, NIT Rourkela, ISM Dhanbad, Bhubaneswar, Bhilai and numerous other colleges. Workshops www.robotix.in
  • 19. Events 2011 R.A.F.T. Pirate Bay Ballista The Fugitives RoboCop The Negotiators www.robotix.in
  • 20. Robocup is a premier organization which aims to build a team of Robots so that “ By mid-21st century, a team of fully autonomous humanoid robot soccer players shall win the soccer game, comply with the official rule of the FIFA, against the winner of the most recent World Cup. ” The organizations hold League matches in various countries and the RoboCup World Championship . www.robocup.in
  • 21. Part I : Basic Machine
  • 22. Basic Parts Of A Mobile Robot Locomotion system Power supply system Actuators Sensory devices for feedback Sensor Data processing unit Control system Copyright © Robotix Team, IIT Kharagpur
  • 23. Locomotion System As the name suggests a mobile robot must have a system to make it move This system gives our machine the ability to move forward, backward and take turns It may also provide for climbing up and down Copyright © Robotix Team, IIT Kharagpur
  • 24. Locomotion System The concept of locomotion invariably needs rotational motion e.g. a wheel driven by some power source This involves conversion of electrical energy into mechanical energy, which we can easily achieve using electrical motors The issue is to control these motors to give the required speed and torque Copyright © Robotix Team, IIT Kharagpur
  • 25. Power, Torque and Speed A simple equation: Power is the product of Torque and Angular velocity P = ζ X ω This implies that if we want more torque (pulling capacity) from the same motor we may have to sacrifice speed and vice versa Copyright © Robotix Team, IIT Kharagpur
  • 26. Another Simple Relation The DC motors available have very high speed of rotation which is generally not needed. But what they lack is torque output. For reduction in speed and increase in pulling capacity we use pulley or gear systems These are governed by: ω 1 X r 1 = ω 2 X r 2 Copyright © Robotix Team, IIT Kharagpur
  • 27. Wheeled Locomotion Systems Differential drive Car type drive Skid steer drive Articulated drive Synchronous drive Pivot drive Dual differential drive Copyright © Robotix Team, IIT Kharagpur
  • 28. Differential Drive Most commonly used Simplest and easiest to implement It has a free moving wheel in the front accompanied with a left and right wheel The two wheels are separately powered When the wheels move in the same direction the machine moves in that direction Turning is achieved by making the wheels oppose each other’s motion, thus generating a couple Copyright © Robotix Team, IIT Kharagpur
  • 29. Differential Drive Cont… Black arrows denote the direction of wheel. The green ones show robot movement Copyright © Robotix Team, IIT Kharagpur
  • 30. Differential Drive Cont… In-place (zero turning radius) rotation is done by turning the drive wheels at the same rate in the opposite direction Arbitrary motion paths can be implemented by dynamically modifying the angular velocity and/or direction of the drive wheels Total of two motors are required, both of them are responsible for translation and rotational motion Copyright © Robotix Team, IIT Kharagpur
  • 31. Differential Drive An Analysis Simplicity and ease of use makes it the most preferred system by beginners Independent drives makes it difficult for straight line motion. The differences in motors and frictional profile of the two wheels cause them to move with slight turning effect The above drawback must be countered with appropriate feedback system. Suitable for human controlled remote robots Copyright © Robotix Team, IIT Kharagpur
  • 32. Car Type Drive Copyright © Robotix Team, IIT Kharagpur
  • 33. Skid Steer Drive Copyright © Robotix Team, IIT Kharagpur
  • 34. Articulated Drive Copyright © Robotix Team, IIT Kharagpur
  • 35. Synchronous Drive Copyright © Robotix Team, IIT Kharagpur
  • 36. Pivot Drive Copyright © Robotix Team, IIT Kharagpur
  • 37. Power Supply System Suitable power source is needed to run the robots Mobile robots are most suitably powered by batteries The weight and energy capacity of the batteries may become the determinative factor of its performance Copyright © Robotix Team, IIT Kharagpur
  • 38. Using Pulleys r 1 r 2 ω 1 ω 2 Motor Wheel ω 1 r 1 = ω 2 r 2 => ω 2 = ω 1 r 1 / r 2 τ 1 ω 1 = τ 2 ω 2 => τ 2 = τ 1 ω 1 / ω 2 => τ 2 = τ 1 r 2 / r 1 Thus we get reduction in speed and increased torque. Hence our machine is able to cross over obstacles easily and also pull more load Belt Belt
  • 39. Multi Pulley Systems Motor Wheel Intermediate Pulley ω 1 ω 2 ω 3 ω 1 r 1 = ω 3 r 2 => ω 3 = ω 1 r 1 / r 2 τ 1 ω 1 = τ 3 ω 3 => τ 3 = τ 1 ω 1 / ω 3 => τ 3 = τ 1 r 2 / r 1 ω 3 r 1 = ω 2 r 2 => ω 2 = ω 3 r 1 / r 2 τ 2 ω 2 = τ 3 ω 3 => τ 2 = τ 3 ω 3 / ω 2 => τ 2 = τ 3 r 2 / r 1 => τ 2 = τ 1 r 2 2 / r 1 2 Hence for n pulley system => τ 2 = τ 1 r 2 n / r 1 n r 1 r 2 r 2 r 1
  • 40. Features of Pulley System Simple and easy to use Flexible rubber belts make the job easier Maximum torque restricted by friction limits Very high torque system cannot be achieved
  • 41. www.robotix.in Be there : Venue : Kalidas Auditorium, Ramanujam Complex Date : 8 th August Time : 5:30 pm For another exciting foray into ROBOTICS! Visit : www.robotix.in

Editor's Notes

  • #15: Machine Vision / Image Processing 4. Artificial Intelligence / Logics