SlideShare uma empresa Scribd logo
1 de 21
Baixar para ler offline
Dennis C. Erickson ~ Senior Mentor for
       Teams 1510 and 2898




                                         1	
  
A	
  Wide	
  Variety	
  of	
  Sensors	
  can	
  be	
  Used	
  to	
  
         enhance	
  the	
  operation	
  of	
  the	
  Robot	
  
                                    	
  
  Primarily	
  used	
  in	
  the	
  Offensive	
  	
  Mode	
  but	
  are	
  
     also	
  used	
  in	
  Defensive	
  Operations	
  as	
  an	
  
Environment	
  Monitor	
  (e.g.,	
  Something’s	
  Coming)	
  

                                                                             2	
  
3	
  
Input	
  devices	
  used	
  to	
  aid	
  in	
  driving	
  
the	
  robot	
  and	
  to	
  make	
  autonomous	
  
                   decisions	
  




                                                             4	
  
• Photoelectric	
  Sensor	
  
• Shaft	
  Encoder	
  Sensor	
  
• Yaw	
  Rate	
  Gyro	
  Sensor	
  
• 3-­‐Axis	
  Accelerometer	
  Sensor	
  
• Ultrasonic	
  Detector	
  Sensor	
  
• Gear	
  Tooth	
  Sensor	
  
• Misc	
  Pneumatic	
  Sensors	
  
	
  	
  
Also	
  joysticks	
  and	
  video	
  cameras	
  could	
  be	
  
considered	
  sensors	
  
                                                                  5	
  
Use	
  to	
  determine	
  distance	
  to	
  friend	
  or	
  foe.	
  Good	
  from	
  about	
  
8	
  inches	
  to	
  20	
  feet	
  
Suggest	
  using	
  a	
  software	
  filter	
  to	
  smooth	
  the	
  data	
  

                                                  Operates	
  at	
  42kHz	
  with	
  
                                                  readings	
  every	
  50ms	
  




                                                                                                6	
  
The	
  Block	
  Diagram	
  and	
  the	
  Front	
  Panel	
  
Used	
  in	
  the	
  Main	
  Robot	
  Application	
  


                                                              7	
  
Yaw	
  Rate	
  Gyro	
  
Senses	
  angular	
  changes	
  about	
  the	
  top	
  surface	
  axis	
  of	
  the	
  
device	
  and	
  provides	
  an	
  output	
  voltage	
  proportional	
  to	
  the	
  
instantaneous	
  angular	
  rate	
  change.	
  The	
  output	
  is	
  useful	
  for	
  
guidance,	
  stability,	
  rate	
  of	
  closure	
  and	
  control	
  of	
  the	
  robot	
  
platform.	
  Inertial	
  guidance	
  
	
  
Especially	
  useful	
  in	
  designing	
  “smart”	
  Autonomous	
  software	
  	
  

                                      Best	
  to	
  mount	
  flat	
  
                                      near	
  the	
  robot’s	
  
                                      center	
  of	
  rotation	
  

                                                                                               8	
  
Front	
  Panel	
  and	
  Diagram	
  

                                       9	
  
Use	
  to	
  determine	
  rate	
  of	
  
closure,	
  vibration,	
  
dynamic	
  or	
  static	
  motion	
  




                                           10	
  
Sample	
  code	
  used	
  
to	
  read	
  the	
  sensor	
  
and	
  apply	
  bounds	
  
to	
  the	
  data	
  for	
  
alarming	
  




                                  11	
  
Knowing	
  the	
  
instantaneous	
  
robot	
  angle	
  and	
  
distance	
  traveled	
  
at	
  that	
  angle,	
  the	
  
position	
  on	
  the	
  
field	
  can	
  be	
  
determined.	
  

                              12	
  
Hall	
  Effect	
  sensor	
  used	
  
for	
  detecting	
  and	
  counting	
  
magnetic	
  fields	
  from	
  ferrous	
  
gear	
  teeth	
  related	
  to	
  a	
  robot’s	
  
drive	
  operations.	
  For	
  
example,	
  it	
  can	
  count	
  teeth	
  
on	
  a	
  gear	
  to	
  measure	
  and,	
  
through	
  the	
  RC,	
  control	
  
robot	
  speed.	
  
                                                     Use	
  counter	
  
                                                     VIs	
  for	
  
                                                     analysis.	
  


                                                                13	
  
Use	
  to	
  determine	
  rate	
  of	
  closure,	
  count	
  events	
  (wheel	
  
rotations),	
  monitor	
  chain	
  health	
  
Used	
  in	
  conjunction	
  with	
  the	
  counter	
  VIs	
  
Mostly	
  located	
  on	
  a	
  gear	
  box	
  or	
  a	
  motor	
  




                                                                                    14	
  
Diagram	
  and	
  Front	
  Panel	
  Example	
  
                                                  15	
  
Two	
  types:	
  
• Reflective	
  –	
  A	
  light	
  beam	
  is	
  reflected	
  off	
  an	
  object	
  and	
  that	
  
reflection	
  detected	
  by	
  a	
  photo	
  sensitive	
  device	
  
• Transmissive	
  (Beam	
  Break)	
  –	
  A	
  light	
  beam	
  is	
  interrupted	
  by	
  an	
  
object	
  
	
  
Use	
  to	
  determine	
  the	
  presence	
  	
  or	
  absence	
  of	
  objects	
  (balls,	
  
etc)	
  


                                                                                                    16	
  
Essentially	
  a	
  sensor	
  that	
  provides	
  for	
  a	
  User	
  interface	
  to	
  the	
  
control	
  system	
  
Two	
  types	
  of	
  data:	
  
• Robot	
  direction	
  control	
  (Forward,	
  reverse,	
  turning)	
  
• Up	
  to	
  12	
  User	
  defined	
  switches	
  (Program	
  modifications,	
  belt	
  
controls,	
  etc.)	
  
Uses	
  USB	
  connections	
  and	
  can	
  have	
  up	
  to	
  4	
  joysticks:	
  
• In	
  Tank	
  mode,	
  2	
  joysticks	
  are	
  needed	
  
• In	
  Arcade	
  mode,	
  one	
  joystick	
  is	
  needed	
  
• If	
  switches	
  are	
  required,	
  a	
  joystick	
  is	
  a	
  simple	
  way	
  to	
  control	
  
belts	
  and	
  other	
  robot	
  motors,	
  relays,	
  solenoids,	
  etc.	
  

                                                                                                         17	
  
Front	
  
Panel	
  and	
  
Diagram	
  



                   18	
  
19	
  
Front	
  
Panel	
  and	
  
Diagram	
  




                   20	
  
Dennis C. Erickson - dcerickson1@comcast.net	
  

Mais conteúdo relacionado

Destaque

First fare 2011 overview of electronics-2012
First fare 2011 overview of electronics-2012First fare 2011 overview of electronics-2012
First fare 2011 overview of electronics-2012Oregon FIRST Robotics
 
Hayden -- Social Super Forum
Hayden -- Social Super ForumHayden -- Social Super Forum
Hayden -- Social Super ForumBOLO Conference
 
Sang tao slogan cho vivavivu
Sang tao slogan cho vivavivuSang tao slogan cho vivavivu
Sang tao slogan cho vivavivuNguyen D
 
7 Steps to Autonomous for FRC LabVIEW Programmers
7 Steps to Autonomous for FRC LabVIEW Programmers7 Steps to Autonomous for FRC LabVIEW Programmers
7 Steps to Autonomous for FRC LabVIEW ProgrammersOregon FIRST Robotics
 
First fare 2011 website 101 for frc teams
First fare 2011 website 101 for frc teamsFirst fare 2011 website 101 for frc teams
First fare 2011 website 101 for frc teamsOregon FIRST Robotics
 
First fare 2013 website design for frc teams
First fare 2013   website design for frc teamsFirst fare 2013   website design for frc teams
First fare 2013 website design for frc teamsOregon FIRST Robotics
 
First fare 2010 lab-view effectively using the camera
First fare 2010 lab-view effectively using the cameraFirst fare 2010 lab-view effectively using the camera
First fare 2010 lab-view effectively using the cameraOregon FIRST Robotics
 

Destaque (9)

First fare 2011 overview of electronics-2012
First fare 2011 overview of electronics-2012First fare 2011 overview of electronics-2012
First fare 2011 overview of electronics-2012
 
Hayden -- Social Super Forum
Hayden -- Social Super ForumHayden -- Social Super Forum
Hayden -- Social Super Forum
 
Sang tao slogan cho vivavivu
Sang tao slogan cho vivavivuSang tao slogan cho vivavivu
Sang tao slogan cho vivavivu
 
FIRSTFare 2012 Drive Trains
FIRSTFare 2012 Drive TrainsFIRSTFare 2012 Drive Trains
FIRSTFare 2012 Drive Trains
 
First fare 2010 chairman's award
First fare 2010 chairman's awardFirst fare 2010 chairman's award
First fare 2010 chairman's award
 
7 Steps to Autonomous for FRC LabVIEW Programmers
7 Steps to Autonomous for FRC LabVIEW Programmers7 Steps to Autonomous for FRC LabVIEW Programmers
7 Steps to Autonomous for FRC LabVIEW Programmers
 
First fare 2011 website 101 for frc teams
First fare 2011 website 101 for frc teamsFirst fare 2011 website 101 for frc teams
First fare 2011 website 101 for frc teams
 
First fare 2013 website design for frc teams
First fare 2013   website design for frc teamsFirst fare 2013   website design for frc teams
First fare 2013 website design for frc teams
 
First fare 2010 lab-view effectively using the camera
First fare 2010 lab-view effectively using the cameraFirst fare 2010 lab-view effectively using the camera
First fare 2010 lab-view effectively using the camera
 

Semelhante a First fare 2011 sensors for frc robots

First fare 2010 lab-view sensors for frc robots
First fare 2010 lab-view sensors for frc robotsFirst fare 2010 lab-view sensors for frc robots
First fare 2010 lab-view sensors for frc robotsOregon FIRST Robotics
 
Lec 1 - Sensors (3hrs).pdf
Lec 1 - Sensors (3hrs).pdfLec 1 - Sensors (3hrs).pdf
Lec 1 - Sensors (3hrs).pdfXuehaiLiu
 
Secure Surveillance Using Virtual Intelligent Agent With Dominating
Secure Surveillance Using Virtual Intelligent Agent With DominatingSecure Surveillance Using Virtual Intelligent Agent With Dominating
Secure Surveillance Using Virtual Intelligent Agent With Dominatingsindhuls
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET Journal
 
PC-based mobile robot navigation sytem
PC-based mobile robot navigation sytemPC-based mobile robot navigation sytem
PC-based mobile robot navigation sytemANKIT SURATI
 
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...BellamMaheshBabu
 
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...BellamMaheshBabu
 
Robotics unit3 sensors
Robotics unit3 sensorsRobotics unit3 sensors
Robotics unit3 sensorsJanarthanan B
 
Pick and place mechanism
Pick and place mechanismPick and place mechanism
Pick and place mechanismJakshil Gandhi
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationIAEME Publication
 
roboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptxroboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptxDrPArivalaganASSTPRO
 
SISR - Smart Indoor Surveillance Robot using IoT for day to day usage PPT.pptx
SISR - Smart Indoor Surveillance Robot using IoT for day to day usage PPT.pptxSISR - Smart Indoor Surveillance Robot using IoT for day to day usage PPT.pptx
SISR - Smart Indoor Surveillance Robot using IoT for day to day usage PPT.pptxSanjaySTippannavar1
 
Motion recognition with Android devices
Motion recognition with Android devicesMotion recognition with Android devices
Motion recognition with Android devicesGabor Paller
 
IRJET - The Line Follower -and- Pick and Place Robot
IRJET - The Line Follower -and- Pick and Place RobotIRJET - The Line Follower -and- Pick and Place Robot
IRJET - The Line Follower -and- Pick and Place RobotIRJET Journal
 

Semelhante a First fare 2011 sensors for frc robots (20)

First fare 2010 lab-view sensors for frc robots
First fare 2010 lab-view sensors for frc robotsFirst fare 2010 lab-view sensors for frc robots
First fare 2010 lab-view sensors for frc robots
 
Newppt major
Newppt majorNewppt major
Newppt major
 
Lec 1 - Sensors (3hrs).pdf
Lec 1 - Sensors (3hrs).pdfLec 1 - Sensors (3hrs).pdf
Lec 1 - Sensors (3hrs).pdf
 
Robotic Hand
Robotic HandRobotic Hand
Robotic Hand
 
Secure Surveillance Using Virtual Intelligent Agent With Dominating
Secure Surveillance Using Virtual Intelligent Agent With DominatingSecure Surveillance Using Virtual Intelligent Agent With Dominating
Secure Surveillance Using Virtual Intelligent Agent With Dominating
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
 
PC-based mobile robot navigation sytem
PC-based mobile robot navigation sytemPC-based mobile robot navigation sytem
PC-based mobile robot navigation sytem
 
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
 
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...3-Robot drive system, functions of drive systems, pneumatic systems, electric...
3-Robot drive system, functions of drive systems, pneumatic systems, electric...
 
Robotics unit3 sensors
Robotics unit3 sensorsRobotics unit3 sensors
Robotics unit3 sensors
 
Pick and place mechanism
Pick and place mechanismPick and place mechanism
Pick and place mechanism
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigation
 
roboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptxroboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptx
 
SISR - Smart Indoor Surveillance Robot using IoT for day to day usage PPT.pptx
SISR - Smart Indoor Surveillance Robot using IoT for day to day usage PPT.pptxSISR - Smart Indoor Surveillance Robot using IoT for day to day usage PPT.pptx
SISR - Smart Indoor Surveillance Robot using IoT for day to day usage PPT.pptx
 
Chapter two
Chapter twoChapter two
Chapter two
 
Motion recognition with Android devices
Motion recognition with Android devicesMotion recognition with Android devices
Motion recognition with Android devices
 
IRJET - The Line Follower -and- Pick and Place Robot
IRJET - The Line Follower -and- Pick and Place RobotIRJET - The Line Follower -and- Pick and Place Robot
IRJET - The Line Follower -and- Pick and Place Robot
 
Obstacle observing
Obstacle observingObstacle observing
Obstacle observing
 
Generic sensors for the Web
Generic sensors for the WebGeneric sensors for the Web
Generic sensors for the Web
 

Mais de Oregon FIRST Robotics

Oregon FIRST PNW Championship Poster 2014 3
Oregon FIRST PNW Championship Poster 2014 3Oregon FIRST PNW Championship Poster 2014 3
Oregon FIRST PNW Championship Poster 2014 3Oregon FIRST Robotics
 
Oregon FIRST PNW Championship Poster 2014 2
Oregon FIRST PNW Championship Poster 2014 2Oregon FIRST PNW Championship Poster 2014 2
Oregon FIRST PNW Championship Poster 2014 2Oregon FIRST Robotics
 
Oregon FIRST PNW Championship Poster 2014 1
Oregon FIRST PNW Championship Poster 2014 1Oregon FIRST PNW Championship Poster 2014 1
Oregon FIRST PNW Championship Poster 2014 1Oregon FIRST Robotics
 
Oregon FIRST PNW Championship Poster 2014 4
Oregon FIRST PNW Championship Poster 2014 4Oregon FIRST PNW Championship Poster 2014 4
Oregon FIRST PNW Championship Poster 2014 4Oregon FIRST Robotics
 
First fare 2013 business plan presentation
First fare 2013   business plan presentationFirst fare 2013   business plan presentation
First fare 2013 business plan presentationOregon FIRST Robotics
 
First fare 2013 competitive analysis presentation
First fare 2013   competitive analysis presentationFirst fare 2013   competitive analysis presentation
First fare 2013 competitive analysis presentationOregon FIRST Robotics
 
FIRSTFare 2013 overview of electronics-2014
FIRSTFare 2013   overview of electronics-2014FIRSTFare 2013   overview of electronics-2014
FIRSTFare 2013 overview of electronics-2014Oregon FIRST Robotics
 
First fare 2013 manipulators firstfare 2013
First fare 2013   manipulators firstfare 2013First fare 2013   manipulators firstfare 2013
First fare 2013 manipulators firstfare 2013Oregon FIRST Robotics
 
First fare 2013 district model overview 2014
First fare 2013   district model overview 2014First fare 2013   district model overview 2014
First fare 2013 district model overview 2014Oregon FIRST Robotics
 
First fare 2013 crowdfunding 101 (beginner) with notes
First fare 2013   crowdfunding 101 (beginner) with notesFirst fare 2013   crowdfunding 101 (beginner) with notes
First fare 2013 crowdfunding 101 (beginner) with notesOregon FIRST Robotics
 
2013 Oregon Dept. of Education Grant Overview for FIRST Teams
2013 Oregon Dept. of Education Grant Overview for FIRST Teams2013 Oregon Dept. of Education Grant Overview for FIRST Teams
2013 Oregon Dept. of Education Grant Overview for FIRST TeamsOregon FIRST Robotics
 
2013 Oregon Dept. of Education FIRST Grant Overview
2013 Oregon Dept. of Education FIRST Grant Overview 2013 Oregon Dept. of Education FIRST Grant Overview
2013 Oregon Dept. of Education FIRST Grant Overview Oregon FIRST Robotics
 
FIRST Robotics Oregon Dept Of Education Grants - 2013
FIRST Robotics Oregon Dept Of Education Grants - 2013FIRST Robotics Oregon Dept Of Education Grants - 2013
FIRST Robotics Oregon Dept Of Education Grants - 2013Oregon FIRST Robotics
 
2013 FRC Autodesk Oregon Regional -- All you need to know webinar
2013 FRC Autodesk Oregon Regional -- All you need to know webinar2013 FRC Autodesk Oregon Regional -- All you need to know webinar
2013 FRC Autodesk Oregon Regional -- All you need to know webinarOregon FIRST Robotics
 
2013 Autodesk Oregon Regional Poster.11x17
2013 Autodesk Oregon Regional Poster.11x172013 Autodesk Oregon Regional Poster.11x17
2013 Autodesk Oregon Regional Poster.11x17Oregon FIRST Robotics
 
2013 Autodesk Oregon Regional Poster - 4
2013 Autodesk Oregon Regional Poster - 42013 Autodesk Oregon Regional Poster - 4
2013 Autodesk Oregon Regional Poster - 4Oregon FIRST Robotics
 
2013 Autodesk Oregon Regional Poster - 3
2013 Autodesk Oregon Regional Poster - 32013 Autodesk Oregon Regional Poster - 3
2013 Autodesk Oregon Regional Poster - 3Oregon FIRST Robotics
 
2013 Autodesk Oregon Regional Poster - 2
2013 Autodesk Oregon Regional Poster - 22013 Autodesk Oregon Regional Poster - 2
2013 Autodesk Oregon Regional Poster - 2Oregon FIRST Robotics
 

Mais de Oregon FIRST Robotics (20)

Oregon FIRST PNW Championship Poster 2014 3
Oregon FIRST PNW Championship Poster 2014 3Oregon FIRST PNW Championship Poster 2014 3
Oregon FIRST PNW Championship Poster 2014 3
 
Oregon FIRST PNW Championship Poster 2014 2
Oregon FIRST PNW Championship Poster 2014 2Oregon FIRST PNW Championship Poster 2014 2
Oregon FIRST PNW Championship Poster 2014 2
 
Oregon FIRST PNW Championship Poster 2014 1
Oregon FIRST PNW Championship Poster 2014 1Oregon FIRST PNW Championship Poster 2014 1
Oregon FIRST PNW Championship Poster 2014 1
 
Oregon FIRST PNW Championship Poster 2014 4
Oregon FIRST PNW Championship Poster 2014 4Oregon FIRST PNW Championship Poster 2014 4
Oregon FIRST PNW Championship Poster 2014 4
 
First fare 2013 business plan presentation
First fare 2013   business plan presentationFirst fare 2013   business plan presentation
First fare 2013 business plan presentation
 
First fare 2013 competitive analysis presentation
First fare 2013   competitive analysis presentationFirst fare 2013   competitive analysis presentation
First fare 2013 competitive analysis presentation
 
First fare 2013 pneumatics 2013
First fare 2013   pneumatics 2013First fare 2013   pneumatics 2013
First fare 2013 pneumatics 2013
 
FIRSTFare 2013 overview of electronics-2014
FIRSTFare 2013   overview of electronics-2014FIRSTFare 2013   overview of electronics-2014
FIRSTFare 2013 overview of electronics-2014
 
First fare 2013 manipulators firstfare 2013
First fare 2013   manipulators firstfare 2013First fare 2013   manipulators firstfare 2013
First fare 2013 manipulators firstfare 2013
 
First fare 2013 district model overview 2014
First fare 2013   district model overview 2014First fare 2013   district model overview 2014
First fare 2013 district model overview 2014
 
First fare 2013 crowdfunding 101 (beginner) with notes
First fare 2013   crowdfunding 101 (beginner) with notesFirst fare 2013   crowdfunding 101 (beginner) with notes
First fare 2013 crowdfunding 101 (beginner) with notes
 
First fare 2013 basic-labview
First fare 2013   basic-labviewFirst fare 2013   basic-labview
First fare 2013 basic-labview
 
2013 Oregon Dept. of Education Grant Overview for FIRST Teams
2013 Oregon Dept. of Education Grant Overview for FIRST Teams2013 Oregon Dept. of Education Grant Overview for FIRST Teams
2013 Oregon Dept. of Education Grant Overview for FIRST Teams
 
2013 Oregon Dept. of Education FIRST Grant Overview
2013 Oregon Dept. of Education FIRST Grant Overview 2013 Oregon Dept. of Education FIRST Grant Overview
2013 Oregon Dept. of Education FIRST Grant Overview
 
FIRST Robotics Oregon Dept Of Education Grants - 2013
FIRST Robotics Oregon Dept Of Education Grants - 2013FIRST Robotics Oregon Dept Of Education Grants - 2013
FIRST Robotics Oregon Dept Of Education Grants - 2013
 
2013 FRC Autodesk Oregon Regional -- All you need to know webinar
2013 FRC Autodesk Oregon Regional -- All you need to know webinar2013 FRC Autodesk Oregon Regional -- All you need to know webinar
2013 FRC Autodesk Oregon Regional -- All you need to know webinar
 
2013 Autodesk Oregon Regional Poster.11x17
2013 Autodesk Oregon Regional Poster.11x172013 Autodesk Oregon Regional Poster.11x17
2013 Autodesk Oregon Regional Poster.11x17
 
2013 Autodesk Oregon Regional Poster - 4
2013 Autodesk Oregon Regional Poster - 42013 Autodesk Oregon Regional Poster - 4
2013 Autodesk Oregon Regional Poster - 4
 
2013 Autodesk Oregon Regional Poster - 3
2013 Autodesk Oregon Regional Poster - 32013 Autodesk Oregon Regional Poster - 3
2013 Autodesk Oregon Regional Poster - 3
 
2013 Autodesk Oregon Regional Poster - 2
2013 Autodesk Oregon Regional Poster - 22013 Autodesk Oregon Regional Poster - 2
2013 Autodesk Oregon Regional Poster - 2
 

Último

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 

Último (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 

First fare 2011 sensors for frc robots

  • 1. Dennis C. Erickson ~ Senior Mentor for Teams 1510 and 2898 1  
  • 2. A  Wide  Variety  of  Sensors  can  be  Used  to   enhance  the  operation  of  the  Robot     Primarily  used  in  the  Offensive    Mode  but  are   also  used  in  Defensive  Operations  as  an   Environment  Monitor  (e.g.,  Something’s  Coming)   2  
  • 4. Input  devices  used  to  aid  in  driving   the  robot  and  to  make  autonomous   decisions   4  
  • 5. • Photoelectric  Sensor   • Shaft  Encoder  Sensor   • Yaw  Rate  Gyro  Sensor   • 3-­‐Axis  Accelerometer  Sensor   • Ultrasonic  Detector  Sensor   • Gear  Tooth  Sensor   • Misc  Pneumatic  Sensors       Also  joysticks  and  video  cameras  could  be   considered  sensors   5  
  • 6. Use  to  determine  distance  to  friend  or  foe.  Good  from  about   8  inches  to  20  feet   Suggest  using  a  software  filter  to  smooth  the  data   Operates  at  42kHz  with   readings  every  50ms   6  
  • 7. The  Block  Diagram  and  the  Front  Panel   Used  in  the  Main  Robot  Application   7  
  • 8. Yaw  Rate  Gyro   Senses  angular  changes  about  the  top  surface  axis  of  the   device  and  provides  an  output  voltage  proportional  to  the   instantaneous  angular  rate  change.  The  output  is  useful  for   guidance,  stability,  rate  of  closure  and  control  of  the  robot   platform.  Inertial  guidance     Especially  useful  in  designing  “smart”  Autonomous  software     Best  to  mount  flat   near  the  robot’s   center  of  rotation   8  
  • 9. Front  Panel  and  Diagram   9  
  • 10. Use  to  determine  rate  of   closure,  vibration,   dynamic  or  static  motion   10  
  • 11. Sample  code  used   to  read  the  sensor   and  apply  bounds   to  the  data  for   alarming   11  
  • 12. Knowing  the   instantaneous   robot  angle  and   distance  traveled   at  that  angle,  the   position  on  the   field  can  be   determined.   12  
  • 13. Hall  Effect  sensor  used   for  detecting  and  counting   magnetic  fields  from  ferrous   gear  teeth  related  to  a  robot’s   drive  operations.  For   example,  it  can  count  teeth   on  a  gear  to  measure  and,   through  the  RC,  control   robot  speed.   Use  counter   VIs  for   analysis.   13  
  • 14. Use  to  determine  rate  of  closure,  count  events  (wheel   rotations),  monitor  chain  health   Used  in  conjunction  with  the  counter  VIs   Mostly  located  on  a  gear  box  or  a  motor   14  
  • 15. Diagram  and  Front  Panel  Example   15  
  • 16. Two  types:   • Reflective  –  A  light  beam  is  reflected  off  an  object  and  that   reflection  detected  by  a  photo  sensitive  device   • Transmissive  (Beam  Break)  –  A  light  beam  is  interrupted  by  an   object     Use  to  determine  the  presence    or  absence  of  objects  (balls,   etc)   16  
  • 17. Essentially  a  sensor  that  provides  for  a  User  interface  to  the   control  system   Two  types  of  data:   • Robot  direction  control  (Forward,  reverse,  turning)   • Up  to  12  User  defined  switches  (Program  modifications,  belt   controls,  etc.)   Uses  USB  connections  and  can  have  up  to  4  joysticks:   • In  Tank  mode,  2  joysticks  are  needed   • In  Arcade  mode,  one  joystick  is  needed   • If  switches  are  required,  a  joystick  is  a  simple  way  to  control   belts  and  other  robot  motors,  relays,  solenoids,  etc.   17  
  • 18. Front   Panel  and   Diagram   18  
  • 19. 19  
  • 20. Front   Panel  and   Diagram   20  
  • 21. Dennis C. Erickson - dcerickson1@comcast.net