Using tools and the ‘Wait’ Block

Slides:



Advertisements
Similar presentations
PREPOSITIONS OF PLACE WHERE? IN BEHIND ON BETWEEN UNDER NEXT TO
Advertisements

EducateNXT The Corridor Challenge The Corridor Challenge requires programming of a robot to negotiate obstacles and the corridor walls in order to reach.
The NXT is the brain of a MINDSTORMS® robot. It’s an intelligent, computer-controlled LEGO® brick that lets a MINDSTORMS robot come alive and perform.
Computer Science Lego Robotics Lab 07 Page 51. CS Lego Robotics Lab 07 (Updated ) Objectives: 1.Extend the Lego robot with three sensors. 2.Program.
Programming 101 The Common Palette Content provided by Connor Statham (6 th Grade Student) Formatting by Shannon Sieber.
Robotics NXT sensors Back to Light sensor: red vs blue ball.
ORTOP WORKSHOP 3 ROBOT NAVIGATION & MISSIONS ORTOP WORKSHOP 3 ROBOT NAVIGATION & MISSIONS.
Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified.
LabVIEW Basics Review LabVIEW Robotics Fundamentals.
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.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
Obstacle Detection Introductory Presentation. Opening Activity If you were blindfolded, what senses would you use to find things in the room?
A box with a square base and top has a volume of 10 meters cubed. The material for the base costs $12 per square meter and the material for the sides.
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
Robotics Challenges. Challenge Slide 2 Have your robot make a left curved turn around your Lego person. Go forward, then reverse. Come to a stop, play.
Lego MindStorm An Introduction to Blocks. Blocks Blocks are used to give instructions to your robot. There are many types of blocks You can use the blocks.
Castor Bot. Now, we will begin creating a robot Log onto your computer On your screen, click on the website labeled “castor bot” Your building instructions.
Title Slide Progress Report Name. Goal Goal Statement – ex. design/create/fabricate … - should be clear and short Needs/Problems – clear and short Space.
Find the Mindstorms Icon on the computer.. To start a new program click go.
Robotics NXT-G: variables, file Rotation sensor Lab: Use buttons to hit specific ball. Homework: Postings. Start planning mapping the room.
Benchmark #03.03 Benchmark Text:Describe the types of sensors and ways in which they can be categorized. Learning Goal:The student will be able to describe.
EV3 Software EV3 Robot Workshop
Programming 101 The Common Palette Content provided by Connor Statham (9 th Grade Student) Formatting by Shannon Sieber.
ROBOTC Software EV3 Robot Workshop
ROBOTC Software EV3 Robot Workshop Lawrence Technological University.
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.
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.
Lego Mindstorm Robots 9797 kit.  Students will learn how to identify how to detect a change in a condition.  Students will learn where and how to identify.
Forward Until Near Stop when near a wall.
Introduction to Robotics using Lego Mindstorms EV3 Shreya Reddy & Kiran Raja RoboAvatars Robotics.
Modernizing physical science curriculum using lego Robotics
The Corridor Challenge
LEGO Robotics Workshop
ORTOP Workshop 3 Robot Navigation & Missions
BEGINNER PROGRAMMING LESSON
Dance robot as a tool for implementation of micro-programming
Mindstorms EV3 Programming
ROBOTC for VEX Online Professional Development
ROBOTC for VEX On-Site Professional Development
By Sanjay and Arvind Seshan
Mindstorms EV3 Programming
ROBOTC for VEX Online Professional Development
Introduction To Programming with LEGO NXT 2
Touch Sensor.
Measured Turns.
BEGINNER PROGRAMMING LESSON
IMDL Presentation by Li Yang.
Mindstorms EV3 Programming
BEGINNER PROGRAMMING LESSON
Introductory Presentation
BEGINNER PROGRAMMING LESSON
BEGINNER EV3 PROGRAMMING Lesson
Introductory Presentation
Introductory Presentation
Loops with Multiple Sensor Controls
BEGINNER PROGRAMMING LESSON
Forward Until Touch Robot goes forward until it hits a wall.
Holyoke Codes LEGO ROBOTICS
BEGINNER PROGRAMMING LESSON
SENSORS.
Lego EV3 Mindstorms SW Programming Blocks.
BEGINNER PROGRAMMING LESSON
Using a Drawing Robot to Make Angles (Using Rotations)
Flow Diagrams Start End
Introductory Presentation
Using a Drawing Robot to Make Angles (Using Rotations)
Compiled from various Internet sources Presented by Mr. Hatfield
Obstacle Detection.
Obstacle Detection.
Lego MINDSTORMS EV3.
Presentation transcript:

Using tools and the ‘Wait’ Block Forklift Lab Using tools and the ‘Wait’ Block

NEW STUFF! Ultrasonic Sensor- detects an object’s distance from the front face of the sensor Medium Motor/ Forklift- operates using medium motor block; 1:1 ratio Wait Block- causes a pause in the programming’s flow

Wait Block:

Wait Block: Setting: ultrasonic sensor- compare- distance in centimeters Threshold value is the distance in centimeters The wait block does not make the robot stop If you want the robot to stop, you must program it to do so

Medium Motor Block: Setting: ALWAYS on for degrees- moving measured amount Positive speed to raise forks Negative speed to lower forks The forks move the number of degrees programmed. NO MATH NEEDED! HOORAY!

Lab Instructions Title your project file; Per # Forklift Move to blue line at 30% power. Move to cube at 30% power and stop 10cm away. Starting at blue line move toward cube stopping 10cm away then reverse to blue line at 30% power and stop. Starting at blue line move toward cube stopping 10cm away then tank turn 180° and move to blue line at 30% power and stop. Robot needs to start in the starting box behind the blue line, retrieve the cube with the forklift, and place it on the table back behind the blue line in the box where the robot started. The robot will start and end with the forks in the up position.