Rescue Robot Day 2 Exploring Computer Science Lesson 6-11.

Slides:



Advertisements
Similar presentations
RCX Workshop Day 2 Programming with Touch Sensor Light Sensor Repeat CJ Chung Associate Professor of Computer Science Lawrence Technological University.
Advertisements

NXTG Workshop Day 2 Programming with Touch Sensor Light Sensor Ultrasonic Sensor Repeat CJ Chung Associate Professor of Computer Science Lawrence Technological.
VEX and Robot C Chris Patterson Presented by Modified by J. Andazola.
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
LEGO Mindstorms NXT Programming We will be using the Common Palette for our Robots This is how you download your program onto the brick Drag and drop a.
By Droids Robotics Infrared Sensor Intermediate EV3 PROGRAMMING LESSON © 2015 EV3Lessons.com, Last edit 5/26/
Controller, Sensors and Motors Ding Ke Tutorial 1, UGB 230N.
GIRLS Robotic Camp. Let’s Begin Meet and Greet – Camp leaders introduce themselves – Students introduce themselves.
Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin.
Twyla and Jordan.  Light over black line  Runs roverbot.
INTERMEDIATE PROGRAMMING LESSON By: Droids Robotics Color Line Follower My Blocks with Inputs: Move Until Black © 2014, Droids Robotics, v. 2.0, Last edit.
Technical Writing for Robotic Coding!.  du/products/teaching_robotc_cort ex/fundamentals/introtoprogramm ing/thinking/videos/fundamentals.
Barclays Robot Challenge Learn how to Program Robots.
ICE at Georgia Tech Robots and Artificial Life Forms An NXT Zoo! Mr. Michaud
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
NXT Drag Racer Deanna Margo, Darrah Margo, Melissa Kinsman.
By Droids Robotics INTERMEDIATE EV3 PROGRAMMING LESSON SIMPLE & OPTIMIZED ULTRASONIC WALL FOLLOW.
BEGINNER EV3 PROGRAMMING LESSON By: Droids Robotics Using Sensor Data and Port View.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
Oregon Robotics Tournament and Outreach Program RCX Basics.
By Droids Robotics INTERMEDIATE PROGRAMMING LESSON BRICK BUTTONS AS SENSORS.
Rescue Robot Project Exploring Computer Science Lesson 6-11.
Available at: – Program Functions to Accept Values Program Functions to Accept Values.
Lego Robotics Anthony Goodwin. Course Schedule: Week: 1. Intro to RCX, building, and RoboLab: Build using instructions. 2. Build using instructions, modify,
VEX and Robot C Chris Patterson Frisco ISD CTE Center Presented by.
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.
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.
Forward Until Near Stop when near a wall.
Lego Mindstorm Robot Educator Tutorials
Exploring Computer Science Lesson 6-11
BEGINNER EV3 PROGRAMMING Lesson
Deriving Consistency from LEGOs
VEX IQ Mix & Match Curriculum
An Introduction to VEX IQ Programming with Modkit
By Sanjay and Arvind Seshan
By Sanjay and Arvind Seshan
Exploring Computer Science Lesson 6-11
By Sanjay and Arvind Seshan
BEGINNER PROGRAMMING LESSON
By Sanjay and Arvind Seshan
SIMPLE & OPTIMIZED ULTRASONIC WALL FOLLOW
INTERMEDIATE PROGRAMMING LESSON
Sensors Training.
SIMPLE & OPTIMIZED ULTRASONIC WALL FOLLOW
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
Lego Mindstorm Robot Educator Tutorials
Lego Mindstorm Robot Educator Tutorials
What is Force? Force = A push or pull on an object
BEGINNER PROGRAMMING LESSON
Beginner Programming Lesson
Line Following Behavior
Chapter 13 Circles and Area
By Sanjay and Arvind Seshan
BEGINNER PROGRAMMING LESSON
An Introduction to VEX IQ Programming with Modkit
BEGINNER PROGRAMMING LESSON
The Basics Subtitle.
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
By Sanjay and Arvind Seshan
Which way does the robot have to turn to get to the charger?
Sumo: Stay in Ring Algorithm
An Introduction to VEX IQ Programming with Modkit
To know and investigate how we use forces everyday
Lego MINDSTORMS EV3.
Oregon Robotics Tournament and Outreach Program
Exploring Computer Science Lesson 6-11
Exploring Computer Science Lesson 6-11
Presentation transcript:

Rescue Robot Day 2 Exploring Computer Science Lesson 6-11

Step 1 - Line Following There is a line following tutorial in the Common section, but it might not work for your robot and this course! If your robot is going in circles then go to the view programs and check the light sensor on the white and on the line. Adjust the light sensor condition in your code to match what you see. If your robot is getting lost on the turns then you can: 1.Adjust the speed. Slow it down 2.Rather than running one wheel forward and stopping the other wheel, have the one wheel move forward and the other wheel move backward (at about ½ the speed)

Step 2 – Finding the Victims You will need to decide whether to use the Ultrasonic sensor or the Touch sensor. Both can work. Your robot must not push the victim! A touch is OK but the victim cannot move.