OVERVIEW In this challenge, you will:

Slides:



Advertisements
Similar presentations
NXT 2-Motor Car Adapted from Physics by Design, Second Edition, by Barbara Bratzel, College House Enterprises, 2007 MAXA ROBOTICS 2011.
Advertisements

Graphical RobotC NXT (EV3) Robot Workshop 2015 Instructor: Dr. Fred Brauchler Assistant: Chris Parker 2/7/2015Lawrence Technological University1.
Challenges Close Shave Sprint, Spin, Sprint The Labyrinth
AARON HEO PERIOD 6. Which combination will allow a car to travel faster around a track?
Navigating the BOE-BOT
1 ©2006 INSciTE Lab Two Task: Make the program from Lab One (Move forward 5 rotations and turn right 90 degrees) into a MyBlock.
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.
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.
1 Programming & Robotics. 2 Course Goals for grade 11 s To give students an INTRODUCTION to computer programming & Robotics  If you ‘re already an expert,
Have FUN!!! Demo the power of robotics to: –improve problem solving skills –utilize math skills –develop an “engineering mindset” –improve communication/teamwork.
Adapted for STLP Camp ‘09 Mobile Robots Why do robots need to move?
LabVIEW Program and Data Flow Review LabVIEW Robotics Fundamentals.
Navigating a Maze. Navigating a Maze Pre-Quiz 2 1. What is the difference between a program and an algorithm? 2. About how many inches does an NXT move.
Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified.
Maze Challenge Maze Challenge activity > TeachEngineering.org
Master Driver. Master Driver Activity Your Engineering Challenge Make your robot move in a straight line from the start position, and make it stop accurately,
Minds and Computers 3.1 Preview Spin left motor Spin right motor Wait until the motors have spun two rotations Stop left motor Stop right motor What five.
Drafting and Communicating The Universal Language of Industry.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
Variables and Inheritance A More Complex Example Alice.
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.
By Eric Greene RMS / I. S. 192 Q. Smart Start Question How would you get the robot to flirt with disaster by touching the edge of the “table” as many.
ADVANCED EV3 PROGRAMMING LESSON By Droids Robotics 1 Data Logging (Part 2)
Programming 101 The Common Palette Content provided by Connor Statham (9 th Grade Student) Formatting by Shannon Sieber.
Data Hubs and Wires. Begin by adding a basic Move block, 5 rotations 75% power.
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.
Deriving Consistency from LEGOs What we have learned in 6 years of FLL by Austin and Travis Schuh © 2005 Austin and Travis Schuh, all rights reserved.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
Technical Elements. Andy Loftis Today we want to Understand Technical and Learn how to Apply it to our Challenges What is Technical?
Lego League. What is the Lego League? What we will be doing for the next few weeks The AIM of the next few weeks is to gain knowledge into programming,
Get In Gear. Opening Activity Describe what “speed” is. Give a verbal definition, any equations you know, and examples of different speeds.
Project Overview  Introduction  Frame Build  Motion  Power  Control  Sensors  Advanced Sensors  Open design challenges  Project evaluation.
 circumference = distance around the wheel  Distance around the wheel = distance travelled in 1 rotation  Distance travelled in 1 rotation would change.
OVERVIEW In this challenge, you will:
The Corridor Challenge
OVERVIEW In this challenge, you will:
Lego NXT based Robotics at Afton Elementary School
Deriving Consistency from LEGOs
VEX IQ Mix & Match Curriculum
Robo-Math How Far? The Distance a Robot Travels in One Rotation of the Motor = The Circumference of the Wheel Circumference (of the Wheel) = Diameter (of.
Variables and Inheritance Part 2
By Sanjay and Arvind Seshan
Project to Develop a Fully Autonomous Vehicle for a Field Environment
UNCW Computer Science Jack Tompkins Daniel Heywood
Autonomy using Encoders
Introductory Presentation
Lego Robotics Will Schleter 11/12/2018.
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER PROGRAMMING LESSON
Forward Until Touch Robot goes forward until it hits a wall.
Beginner Programming Lesson
INTERMEDIATE PROGRAMMING LESSON
Storing Values as Variables
INTERMEDIATE PROGRAMMING LESSON
By Sanjay and Arvind Seshan
BEGINNER PROGRAMMING LESSON
Introductory Presentation
Repeating Behaviors.
The Basics Subtitle.
Maze Challenge Maze Challenge activity > TeachEngineering.org
Introductory Presentation
Introductory Presentation
Robotics Engineering Challenge #1
Obstacle Detection.
Formula Student 2011 Cost Judging Feedback Richard Hale
Intro to Robotics It’s YOUR FUTURE.
Getting started with LEGO EV3 Mindstorms software
Variables and Inheritance A More Complex Example
Presentation transcript:

OVERVIEW In this challenge, you will: Define the challenge’s parameters Design a robot that can address all of the parameters. Develop a robot program that will meet challenge parameters. Deploy the robot to simulation area to test operations. This is the 4-D as it comes to life and works in the real world!! Courtesy of MGM, 2007

PARAMETERS Defined National Hot Rod Association standards for track and car 1:24 scale – why does it work? What does it mean? Courtesy of DragRaceCanada, 2008 Racing Basics – Must cross finish line to be eligible to win First dragster to cross finish line without penalties wins. All times will be recorded. Single competitor is allows, competes against time. Courtesy of Todd Edmands, 2007 Specifically robots – One motor (at least) required. No less than 3 nor more than 4 wheels Competition only between dragsters with same motor count. Straight steering only – no veering off course. Due to scale, car’s size can only be between 7.5” and 15” Only one NXT module per car, program to be run from front panel Courtesy of MGM, 2007

Robots Designed Remember to get wheel circumference measurements. Courtesy of Richard Buro, 2008 Robots Designed Remember to get wheel circumference measurements. Use the single rotation method to calculate rotations to use to get to the end of the track. Use straight front axles to keep ground track true. Consider using only one motor to accomplish task. Consider the use of a two block program for DragBot. Your design does not have to be like either of those shown – you can allow your creativity to flow. Courtesy of Todd Edmands, 2007 Courtesy of MGM, 2007

PROGRAMMING Developed Use NXT-G graphical programming language, or other program that can control NXTs. Programs must contain a starting point, and at least one Block – Motor. If using more than one NXT device (adding a sensor) be sure to include programming for it as well as a good reason it is included in the Challenge. Be sure to save the program both to the NXT and to your computer as a backup, in case something happens!!

FINISHED BOT Deployed Dynamicity is critical in this step. Test … test … test … test … test Document results after each test! Detail what change you must make to get the results you want. Test again. Vary only one parameter at a time! Document everything you do, see, or etc.