Mars Rover Challenge – Path around Olympus Mons (middle and early high school) Olympus Mons on the surface of Mars at 69,841 feet (more than twice the.

Slides:



Advertisements
Similar presentations
Autonomous Mobile Plotter Team Members: Kim Schuttenberg & Alicia Tyrell Project Design Review #2.
Advertisements

Navigating the BOE-BOT
Available at: – Program Optical Quad Encoders in Autonomous Mode Program optical quad encoders in autonomous mode.
EIGHTH GRADE ROBOTICS KITTATINNY REGIONAL HIGH SCHOOL MR. SHEA Introduction to Programming
Engineering H193 - Team Project Spring Quarter 2005 Gateway Engineering Education Coalition P. 1 Guidelines for Flow Charts and Pseudocode (Performance.
Final Presentation Andres Fausto Stewart Bewley Philip Dawsey Ki Baek Eom.
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:
1 6/21/2015 Space Cowboys Team Project Final Report Mobility Subsystem Brett Padgett.
Engineering H193 - Team Project Gateway Engineering Education Coalition P. 1 Spring Quarter 2007 Guidelines for Flow Charts and Pseudocode Week 5 Day 1.
TETRIX/VEX Challenge (use either robot hardware) There will be two events for the May Madness 2010 Challenge –The Grand Challenge - completely autonomous.
Patent Liability Analysis Andrew Loveless. Potential Patent Infringement Autonomous obstacle avoidance 7,587,260 – Autonomous navigation system and method.
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.
IntelliBrain-Bot An Introduction to Robotics and Java Programming.
Innovation Convenience Efficiency Terrasoft. MINI URBAN CHALLENGE 2013 LOS ALTOS HIGH SCHOOL-LAAE.
Innovation Convenience Efficiency Terrasoft. MINI URBAN CHALLENGE 2013 LOS ALTOS HIGH SCHOOL-LAAE.
Autonomous Robot Project Lauren Mitchell Ashley Francis.
The SFA Rover Team Project. The SFA Rover  Must be demonstrated at the beginning of the last lab of the semester, Dec 11 th.  Teams can work on this.
10/10/ Controlling YOUR ROBOT. 10/10/2015 Basic Stamp  Basic Stamp Input - output pins Interpreter Chip Power supply: 5 Volts voltage Memory: EEPROM.
Robotics Overview of NXT-G Actuators in Mindstorms. Touch sensor Labwork: Right turn. Touch/bump. [Explore move versus Motor Move mini & motor mini. Motor*.]
Sound, Touch Sensor, and Motors. Wheeled Vehicles Using the Pilot class: –Constructor Pilot(float wheelDiameter, float trackWidth,Motor leftMotor, Motor.
ECE 001 Final Presentation: Escape from Maze and Biomedical Centrifuge Experiment Scott Trocchia The George Washington University Computer Engineering.
ROBOT NAVIGATION By: Sitapa Rujikietgumjorn Harika Tandra Neeharika Jarajapu.
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.
1 Robotics Challenge Overview. 2 Why? -Viking was tested at the Dunes -Develop intelligent robots -Explore Robotics.
Chapter Four: Motion  4.1 Position, Speed and Velocity  4.2 Graphs of Motion  4.3 Acceleration.
Barclays Robot Challenge Learn how to Program Robots.
Power Joseph T. Wunderlich, Ph.D.. Image from: Young, A.H. Lunar and planetary rovers: the wheels of Apollo and the quest for mars, Springer; 1 edition,
PROMGRAMING YOUR ROBOT How Servos Work: How to control your robot.
EV3 Software EV3 Robot Workshop
Engineering H193 - Team Project Spring Quarter Gateway Engineering Education Coalition P. 1 Guidelines for Flow Charts and Pseudocode Week 5 Day 1.
Motion and Force Chapter Three: Motion 3.1 Position and Velocity 3.2 Graphs of Motion 3.3 Acceleration.
Limited rotation servo basics David Hall output shaft servo horn red wire = 5V + black wire = Gnd - white wire = control signal standard servo.
Radian application Problems What is angular speed? How is it used to solve problems? What t is linear speed?
Project Overview  Introduction  Clawbot Build  Design Modification  Design Development  Programming  Sensors  Advanced Sensors  Open design challenges.
To students viewing this on shared drive: answers to problems
Introduction to Servos
Dance robot as a tool for implementation of micro-programming
MARS.
Chapter Four: Motion 4.1 Position, Speed and Velocity
Robotics Getting Started with
Introductory Presentation
MOTION.
PROMGRAMING YOUR ROBOT
Autonomy using Encoders
מנוע זרם ישר.
Robots with four wheels
Controlling YOUR ROBOT
LESSON 03 Turning In Place. LESSON 03 Turning In Place.
Solar Car.
All The Planets.
Line Follower Competition
CajunBot: Tech Challenges
Motion and Force. Motion and Force Chapter Three: Motion 3.1 Position and Velocity 3.2 Graphs of Motion 3.3 Acceleration.
Motion and Force. Motion and Force Chapter Twelve: Distance, Time, and Speed 12.1 Distance, Direction, and Position 12.2 Speed 12.3 Graphs of Motion.
Sojourner Rover at Mars
Q11. Rotational Vectors, Angular Momentum
Motion in One Dimension Position, Displacement and Velocity
Which way does the robot have to turn to get to the charger?
Using a Drawing Robot to Make Angles (Using Rotations)
Motion and Force. Motion and Force Chapter Three: Motion 3.1 Position and Velocity 3.2 Graphs of Motion 3.3 Acceleration.
My first robot programming - Simple “GoTo”
Chapter Four: Motion 4.1 Position, Speed and Velocity
Using a Drawing Robot to Make Angles (Using Rotations)
Unit 2: Patterns in the Sky
Distance, Direction and Position
Motion and Force. Motion and Force Chapter Three: Motion 3.1 Position and Velocity 3.2 Graphs of Motion 3.3 Acceleration.
Motion Notes.
Getting started with LEGO EV3 Mindstorms software
My first robot programming - Simple “GoTo”
Position and speed as a function of time
Presentation transcript:

Mars Rover Challenge – Path around Olympus Mons (middle and early high school) Olympus Mons on the surface of Mars at 69,841 feet (more than twice the height of Mt Everest) is considered to be the tallest mountain on a planet in the solar system. Students will learn and use basic concepts for robotic vehicle control along with math concepts to write a program to drive their Rover around the base of the mountain. Note: Also, includes concepts to give students an on-ramp to participating on robotics teams. Project Overview: Prepare for the final challenge by working with basic concepts for moving a robotic vehicle: setting direction and power for the motor controlling each wheel, moving forward and backward, turning. You will apply math concepts of distance-rate-time and angles as part of writing programs to set the vehicle path. Your challenge: Plot a course and write a program to drive your Rover around the base of the Olympus Mons. Who can have their Rover complete the course in the fastest time?

On-Ramp to Robotics: Unit 1 Motion Skill Builders TI-Nspire CX Skill Builder 1: Moving Forward Control of motor power level and spin direction in relation to vehicle movement. Example Rover command: Send "RV.MOTORS LEFT CCW 200 RIGHT CW 200 TIME 10” Mini-Challenge: Drive Rover in a straight line for a specified distance. Skill Builder 2: Turning Turning Left and Right Example Rover Command: Send "RV RIGHT 45” For Loop Mini-Challenge: Write a program to have your Rover move around the hours of a clock. Skill Builder 3: Turtle Commands Creating a path using Forward, Backward, Left, Right Commands Send "RV RIGHT 30” Send "RV FORWARD .7 M" Measurement of distance and angles Mini-Challenge: Create a path to navigate around obstacles.

On-Ramp to Robotics: Unit 1 Motion Skill Builders TI-84 Plus CE Skill Builder 1: Moving Forward Control of motor power level and spin direction in relation to vehicle movement. Example Rover command: Send(“RV.MOTORS LEFT CCW 200 RIGHT CW 200 TIME 10”) Mini-Challenge: Drive Rover in a straight line for a specified distance. Skill Builder 2: Turning Turning Left and Right Example Rover Command: Send(“ RV RIGHT 45”) For Loop Mini-Challenge: Write a program to have your Rover move around the hours of a clock. Skill Builder 3: Turtle Commands Creating a path using Forward, Backward, Left, Right Commands Send("RV RIGHT 30”) Send("RV FORWARD .7 M”) Measurement of distance and angles Mini-Challenge: Create a path to navigate around obstacles.

On-Ramp to Robotics: Unit 1 Motion Final Challenge

Olympus Mons Challenge Student Document