CS 5973 – Intro to Intell Robots Project 1 – Sensing and Movement Group 4 Justin Fuller Matthew Lawrence Rahul Kotmaraju.

Slides:



Advertisements
Similar presentations
Introduction to LEGO RCX robotics and Robot Sumo
Advertisements

Introduction to LEGO NXT robotics and Robot Sumo
RCX Workshop Day 2 Programming with Touch Sensor Light Sensor Repeat CJ Chung Associate Professor of Computer Science Lawrence Technological University.
Parallel parking.
Hofmann Alignment Adjustment Features Training EZ Toe.
Programming with Alice Computing Institute for K-12 Teachers Summer 2011 Workshop.
Parallel Parking Identify 1½ Car Lengths of Available Space
Right and Left Turns.
Robot Construction Basics Les Turner Director of Technology, Northern Indiana ESC Head Coach, Bremen Botz!
Boe-Bot Challenge. Advanced Users (those who have used Boe-Bots in Digital Electronics) There are suggested activities / programs for each challenge.
Navigating the BOE-BOT
One of the most common types of drivetrain is known as a skid steer drivetrain, which may also be referred to as a tank drive. A skid steer drivetrain.
Autonomy using Encoders Intro to Robotics. Goal Our new task is to navigate a labyrinth. But this time we will NOT use motor commands in conjunction with.
Available at: – Program Optical Quad Encoders in Autonomous Mode Program optical quad encoders in autonomous mode.
Intro to Robots Lab 6: Robot Behaviours. Intro to Robots Further Braitenberg Vehicles: Timid: –Moves forward in a straight line –One threshold light sensor.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
Ramrod III Micro mouse. The Team  Andrew Igarashi – software  Kevin Li – hardware  Stephen Nakamura – hardware  Quang Ngu – software.
Building Line Following and Food Following Robots.
Analysis vs. Design When you take a test in your math or physics course, there is one and only one answer! When you do a goal-driven design there may be:
Team A.C.M.E. ECE 361 Final Project. Team Members A my Sibilia C hris Waters M att Fike E ric Benz.
Team Gary Dan Farley Tyson Rogstad Erik Flum Rob Koch Gary Zigmann.
Guide to Reports and Presentations Your team’s Project Report is the most important means to document design ideas, procedures, and implementations. While.
EDGE AVOIDER ROBOT USING I-BOT mini V3. EDGE AVOIDER USING I-BOT mini V3 Edge Avoider Robot is built using the IR based Line Detecting Module. The modules.
Robotics Enrichment class Mr. Bosworth. Goals of Class Learn how to build a basic robot that performs various functions Learn how to program robot to.
COMPONENTS OF FITNESS Agility Balance SHMD 249 7/3/2013.
Available at: Lesson 3.6 – Program Line Follower in Autonomous Mode Program Line Follower in Autonomous Mode.
Today’s Agenda 1.Scribbler Program Assignment 1.Project idea due next class 2.Program demonstration due Wednesday, June 3 2.Attendance & lab pair groupings.
ESP Electronic Stability Programs
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
This presentation is intended to offer a set of activity cards, which are ideal for introducing the Robolab. The cards cover a range of basic skills, that.
Autonomy using Encoders Intro to Robotics. Autonomy/Encoders Forward for Distance In this unit, you will learn to use the encoders to control the distance.
Individual Design Concepts Senior Design: Team Burja __________________________________________________________________________________________________________________________________________________________________________________________________________
A note on oral presentations These are the progress report presentations. Please note that the individual presentations should be ~8 min long. Since the.
Learn the basic rules of a field goal kick. In the National Football League (NFL), any field goal attempted and missed from beyond the 20-yard line.
Find the Mindstorms Icon on the computer.. To start a new program click go.
TEAM 8 – Project 1 Cast: Neelam Chauhan Josh Guice Vitaliy Marin Ramakrishna Pantangi.
Robot, walk that line! competition The day of justice: 14 August 2009.
  Yuwon “The Prize” Moon  Seth “Capt. Planet” Wheeler  Mitch “Thriller” Jackson  Michael “Whiteboard Guy” Penney Team Condi Rice.
HBRC A-Mazing Challenge Line Maze, Phase I, II, III.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
As well as a players technical and tactical development, their physical development is paramount if they are to progress later in their footballing career.
EV3 Software EV3 Robot Workshop
Rescue Robot Day 2 Exploring Computer Science Lesson 6-11.
ROBOTC Software EV3 Robot Workshop
Group 7 Project 1 Presentation Robert Moe John Zumwalt Mark Woehrer Celi Sun.
Designing Robots How to make a stable robot! Much of the information in this power point is from Winning Design! By James J. Trobaugh.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
ROBOTC Software EV3 Robot Workshop Lawrence Technological University.
Casne.ncl.ac.uk Taking care of the CrumbleBot Please do NOT stress the robot's motors 1.Do NOT push the robot 2.Do NOT hold the.
Section 3 Basic Maneuvering Tasks: Low ,
Introduction to LEGO RCX robotics and Robot Sumo Douglas G. Czinder IEEE SEM R&A Chairperson Ms. Susan Latos Robofest Assistant Coordinator.
1. Place Foot Firmly on Service Brake 2. Select Proper Gear - Overdrive, Drive, or Reverse 3. Perform Traffic Checks - Forward, Rear, and Sides 4. Apply.
After completing this phase, you will be able to:
HBRC A-Mazing Line Maze Challenge
ESP Electronic Stability Programs
Using tools and the ‘Wait’ Block
Measured Turns.
Robotics Getting Started with
IMDL Summer 2007: RoBeDeS by David Ladolcetta.
Autonomy using Encoders
Building Line Following and Food Following Robots
FeMaidens Programming
M.VIKRAMADITYAN Graduate Student Mechanical Engineering
Robot Engineering Group #8 March 3, Robot Engineering Group #8 March 3, 2006.
Beginner Programming Lesson
NV Driver Education Curriculum
Integrated System Robot Project
lesson 4.3 PARKING MANEUVERS Parking your car is a skill.
Open Type Differentials
Presentation transcript:

CS 5973 – Intro to Intell Robots Project 1 – Sensing and Movement Group 4 Justin Fuller Matthew Lawrence Rahul Kotmaraju

Team Organization – Task Division Justin: Robot Design Matthew: Software Design Rahul: Complete Documentation All Members: Analysis, Prelim Design, Calculations, Testing

Team Organization – Key Features Democratic team Equal share of responsibilities

Team Organization - Success Productive team meetings and brainstorm sessions. One person had the holistic view of the robot code. Good understanding and melding of individual ideas.

Robot Design IR reflectance Gear ratio - 1:1.67 Initially: Caster Wheel Later: A rigid leg bounded below by two large pulley wheels.

Robot Code Software consists of four phases: Align –Drive robot slowly –Align over tape. –If timeout occurs then reverse, reattempt alignment. –Success - Robot aligned squarely with tape facing target square. Cruise –Drive straight ahead until tape detected or timeout. –During low speed, light sensors ignored to ensure robot fully exits square before sensing begins. If robot detects tape, continue ahead briefly so that robot fully inside square. –If phase times out, then the robot has veered to one side and has overshot the square. In this case, robot will back up a fixed length. The target square should now be directly to either the left or the right.

Robot Code - continued Turn –Spin the robot 90 degrees clockwise. –If the robot not in target square, the square will be either behind or ahead of the robot. Reverse –Drive the robot backward for a fixed time ensuring robot will be behind square when alignment begins. –After the reverse phase, the square will be in front of the robot regardless of whether the robot veered off-course during the cruise phase.