Designing for FLL with Lego Mindstorms Hints and Tips

Size: px
Start display at page:

Download "Designing for FLL with Lego Mindstorms Hints and Tips"

Transcription

1 Designing for FLL with Lego Mindstorms Hints and Tips Presented by: Sharon Youth Robotics Association sharonrobotics.org We acknowledge the efforts and copyrights of FIRST, LEGO Education and LEGO with regards to the contents of this workshop. Without their generosity, the FIRST LEGO League would not exist!

2 Introduction FLL season basics LEGO Mindstorms system basics LEGO Mindstorms chassis design LEGO Mindstorms navigation issues LEGO Mindstorms manipulator design Questions & Wrap-up Coding is beyond the scope of this workshop

3 FLL Challenges Each fall, a new themed challenge 2017 FLL challenge : Hydro Dynamics Past challenges Animal Allies 2014 World Class 2013 Nature s Fury 2012 Senior Solutions 2011 Food Factor 2010 Body Forward 2009 Smart Move 2008 Climate Connections 2007 Power Puzzle 2006 Nano Quest 2005 Ocean Odyssey 2004 No Limits Mission Mars 2002 City Sights 2001 Arctic Impact 2000 Volcanic Panic 1999 First Contact

4 FLL Challenges Challenges include a series of robotic missions Carried out on a custom mat on top of a 4 x 8 playing table, bordered by 2"x3" board borders Read all FLL Challenge documentation thoroughly! Usually 8+ individual missions Missions goals scored by object positions at end of 2.5 minute competition round Technical presentation about the teams approach to the challenge and their robot Research Project presentation, as assigned Core Values, as presented and/or demonstrated

5 2016 FLL Accounting Team Registration - $ for 2017 season Hydro Dynamics Field setup kit - $75.00 Basic LEGO Mindstorms EV3 kit - $439 Can use retail or educational kit, reuse each season Useful, not required Extra EV3 DC battery $84.95 EV3 Gyro sensor $29.95 EV3 Large Servo Motor - $26.95 EV3 Medium Servo Motor - $19.95 EV3 various duplicate sensors and up Each tournament will have a team registration fee

6 LEGO Mindstorms EV3 kit The home and education versions are somewhat different Both versions include: 1 Intelligent EV3 Brick 2 large and 1 medium servo motors 7 connection cables of various lengths 500+ LEGO elements EV3 programming software 1 USB computer to EV3 Brick cable Home version includes: 1 touch, 1 color and 1 infrared sensors, plus infrared remote Education version includes: 2 touch, 1 color, 1 ultrasonic and 1 gyro sensors 1 rechargeable battery and charger Can order education version at team registration

7 LEGO Mindstorms NXT 2.0 kit This essential and reusable core set is the recommended package for teams who are newcomers to FIRST LEGO League. NXT/G Software 1 Intelligent NXT Brick 3 Interactive servo motors (rotation sensor built in) 2 touch, 1 sound, 1 light and 1 ultrasonic Sensors 1 USB computer to Brick cable 7 connection cables of various lengths 500+ LEGO elements Recommended additions 2 rechargeable DC batteries 1 DC battery charger

8 Useful Building Resources Building Robots with LEGO Mindstorms NXT David Astolfo, Mario Ferrari, Guilio Ferrari Great overall reference for LEGO robotics Winning Design! LEGO Mindstorms NXT Winning Design! Lego Mindstorms EV3 James J. Trobaugh More specific to addressing challenges links and resources Many LEGO and FLL web resources available Use Google keyword searches

9 Recommended Textbooks for our teams These books have guided this presentation Winning Design! LEGO Mindstorms NXT Winning Design! Lego Mindstorms EV3 Author - James J. Trobaugh Experienced FLL coach from Georgia Book oriented to FLL activities These books are recommended solely on their merits SYRA has no financial interest.

10 LEGO Mindstorms components allowed LEGO electrical parts limited to : One EV3, NXT or RCX microcontroller Only 4 motors! Total quantity brought to the competition table! Cannot add in extra motors in detachable modules! We really mean it! Also, no pull-back mechanical motors Any number of LEGO-manufactured sensors Touch, light, color and ultrasonic sensors LEGO cables allowed as needed All LEGO non-electric components are allowed In any quantity BrickLink Marketplace is a source LEGO pneumatics are allowed

11 NXT Brick, motors & sensors NXT (NeXT) 4 Sensor inputs (plus rotation sensors on motors) 3 Motor outputs LCD and control buttons Sensors Touch Light Sound Ultrasonic Motors

12 EV3 Brick, motors & sensors EV3 (3 rd Evolution) 4 Sensor inputs (plus rotation sensors on motors) 4 Motor outputs LCD and control buttons Sensors Touch Color Gyroscopic Ultrasonic Motors Large & Medium

13 Robot systems block diagram Chassis Computer (microcontroller) Motors Power Sensors Communications and control

14 Robot systems EV3 Controller Sensor ports - four input ports to attach sensors - 1, 2, 3 & 4. Motor ports - 4 output ports to attach motors - A, B, C & D USB port for code loading EV3 Buttons Orange button : On/Enter /Run Light grey arrows: Used to move left & right in the NXT menu Dark grey button: Clear/Go back LEGO attachment points Loudspeaker Specifications 32-bit ARM9 microcontroller 16 Mbytes FLASH, 64 Mbytes RAM Bluetooth wireless (V2. DER) USB 2.0 port, 489 Mbits/sec Supports WiFi dongle 4 input ports, 6-wire cable digital 4 output ports, 6-wire cable digital 178 x 128 pixel LCD graphical display Micro-SD card reader (32 GB max) Power source: 6 AA batteries or LiIon

15 Robot systems NXT Controller Sensor ports - four input ports to attach sensors - 1, 2, 3 & 4. Motor ports - 3 output ports to attach motors - A, B & C USB port for code loading NXT Buttons Orange button : On/Enter /Run Light grey arrows: Used to move left & right in the NXT menu Dark grey button: Clear/Go back LEGO attachment points Loudspeaker Specifications 32-bit ARM7 microcontroller 256 Kbytes FLASH, 64 Kbytes RAM 8-bit AVR microcontroller 4 Kbytes FLASH, 512 Byte RAM Bluetooth wireless (Class II V2.0) USB full speed port (12 Mbit/s) 4 input ports, 6-wire cable digital 3 output ports, 6-wire cable digital 100 x 64 pixel LCD graphical display Loudspeaker - 8 khz sound quality. Power source: 6 AA batteries

16 Robot systems NXT motors Your robot is able to move using up to 3 servo motors. Rotation ~ 170 rpm, 20 N/cm NXT servo motors have an integrated rotation sensor Two motors can be synchronized so that your robot will move in a straight line

17 Robot systems EV3 motors Your robot is able to move using up to 4 servo motors. Rotation ~ Large 160 rpm, 20 N/cm; axle to either side Medium 240 rpm, 8 N/cm; axle to front EV3 servo motors have an integrated rotation sensor Two motors can be synchronized so that your robot will move in a straight line

18 Robot systems NXT & EV3 power Batteries are placed inside of the NXT microcontroller Flash memory programs not lost when battery removed 6 AA cells or 1 Lithium Ion rechargeable battery Two different battery packs, AC or DC charger

19 Robot systems NXT sensors Sensors are used to provide information about the environment to the microcontroller Light sensor used for line tracking, a color with filter Touch sensor used to sense collisions Ultrasonic sensor sense proximity (distance without touching) Color sensor sense colors, line tracking Light Touch Color Ultrasonic

20 Robot systems EV3 sensors EV3 sensors are similar to NXT Touch sensor used to sense contact Color sensor used to sense colors and track lines Gyroscopic sensor used to estimate robot motion Ultrasonic sensor used to sense proximity (distance without touching) Infrared sensor used for homing on beacons and remote control Touch Color Gyro Infrared Ultrasonic

21 Bricks & Beams Standard LEGOs bricks, hold together by friction only LEGO Technics standard beams, hold together by friction and/or pins LEGO Technics studless beams, hold together by pins

22 Liftarms & Pins Studless beams also come in bent shapes Some connectors are crossed for axles, others round Pins are different lengths & tightness the light grey ones will rotate in the holes

23 Axles & Angle Connectors Axles can be used for more than just connecting wheels. With angle connectors, light frameworks can be built

24 Gears & Drive Trains Gears are designated by # of teeth Motor speed starts at ~ 125 rpm Smallest (8t) & largest (40t) give a 5 to 1 ratio Gearing down (small to large) increases torque (power) and decreases speed Gearing up (large to small) decreases torque and increases speed Spur Gears

25 Technic Gears Spur gears 8t, 16t, 24t, 40t Crown gear Double bevel gears Single bevel gears Worm gear Clutch gear

26 Technic Gear trains Gear up/gear down Up for speed Down for torque Idler gears Only first and last gear affect ratios Single stage gearing Ratio between # of teeth Multi stage gearing Multiplicative 3:1 plus 3:1 becomes 9:1

27 Worm Gears, Bevel Gears & Pulleys Worm gear w/gear rack equivalent of 1st gear High torque Difficult to back drive! Crown & Bevel gears Use to change angle of rotation (90 ) Pulleys bridge distance Low torque capacity (bands slip)

28 LEGO Wheels Avoid tracks Low friction/high slippage Motion/turns not easily reproducible Large wheels go farther per revolution Friction varies with different tires Consider how well they pivot for turns, as well as straight forward motion Wheel-axle support More support less wiggle/sag Support from both sides is best

29 Wheel Stability 1. Not Stable 3. More Stable 2. Stable 4. Most Stable

30 Robot Design and Construction Planning what does the team want to achieve and how will they achieve it? Let the kids do it! Design iteration Brainstorm (what to build) Design (how to build it) Build it! Test it! Repeat until it s perfect (or good enough) Trade-offs: Good, Quick, Cheap pick two (at most)! Quality Schedule Budget

31 Robot Design Considerations Size navigate obstacles on board, motor power Ruggedness maintain structural integrity Center of Gravity avoid tipping with slopes, sharp turns or stops, or in collisions Chassis style 2 wheel Balancing skid is usually fine if no ramps to climb 3 wheel Caster wheel can change robot course (supermarket carts) 4 wheel Usually one pair is without tires to slide while pivoting) 6 wheel Larger than most FLL robots, consider size of the base

32 General Robot Chassis Design The chassis (body) of the robot is built using LEGO Technic components. It should be stable and rugged, so it does not fall apart under use. Remember after it is built, you still need to get to the battery compartment on the bottom of the microcontroller. 2011/12 Building for FLL with LEGO - Hints and Tips Workshop

33 General Robot Chassis Design Two basic designs (many that are more complex) Differential Drive Tank-like steering, one motor connected to each side Powerful, easy to turn in place Can be a challenge to go straight Steering Drive Car-like steering, one motor to drive a pair of wheels, another motor to steer Less power (steering motor doesn t add drive power), hard to turn in place Not often used in competition

34 Robot systems NXT motors Each motor has a built-in Rotation Sensor to control the robot s movements precisely. Rotations are measured in degrees or rotations [+/- one degree]. 1 rotation = 360 degrees, if you set a motor to turn 180 degrees, it will make half a turn. Slack in the internal gear-train makes precise movements difficult to reproduce exactly The built-in Rotation Sensor in each motor also lets you set different speeds for your motors [set different power parameters in software].

35 Robot Chassis Design Differential Drive - dual wheel pivot

36 Robot Chassis Design Differential Drive - single wheel pivot

37 Navigation Design Issues Wheelbase narrow turns easily, wide goes straighter Like fighter jets, stability is less maneuverable Weight heavy yields less tire slip Weight placement affects balance, ability to turn Wheel support flexing of axles makes erratic motion Support from both sides, if possible Batteries constant power levels are key Replacement batteries are important Match motors for performance Build jig to compare rotation speeds Works best if you have many motors to choose from

38 Navigation Design Issues Wall following Horizontal guide wheels, approach wall at shallow angle Line following Use the light generated by the light sensor itself For greatest accuracy, box light sensors to eliminate (as much as possible) ambient light Calibration can help to reduce the effect of changes in external lighting, but is hard to eliminate Light sensors tend to hunt pivoting on one wheel (instead of two) tends to be less jittery and make faster progress Take advantage of knowing the proper course for the mission not a general-purpose line follower

39 Navigation - Design Issues Uncalibrated light ranges from ~30 to ~70, 50 is a good center of the midrange Look for a range, look for < & >, not equal to a single value Single light sensor line following Following a grey value between the black line and the white border Dual light sensor line following One follows the black line, the other follows the white border Triple light sensor line following The middle one follows the black line, the outer ones follow the white borders

40 Navigation - Design Issues Reorientation after turns Squaring against walls can restore a known angle Push for a time, or use twin touch sensors Contact surface of robot and wall must be smooth Movement to a fixed point should be careful not to base only on rotations a timer can save the robot from never arriving at the final distance value Dual light sensors can be used to align along a line on the mat Arrival Touch sensors can detect impact Ultrasonic sensor can detect an approach without contact Successful designs tend to use a combination of movement controlled by rotations and timers and sensor-based movement

41 Demo robot from Winning Design book used for examples

42 Demo robot enhancement Adding an attachment connection Snap-on or slip-on Use long black friction pins They don t pull out easily when the attachment is removed 0

43 Demo robot enhancement Adding a third motor on reverse end Snap-on / snap-off Cable to motor port A 2011/12 Building for FLL with LEGO - Hints and Tips Workshop

44 Robot Manipulator Design - no motors Simple pusher design bulldozer Flat surface Snap-on or slide-on Move game elements independently or in a container

45 Robot Manipulator Design - no motors Simple plow design cowcatcher Angled surfaces Snap-on or slide-on Move game elements out of robot s path

46 Robot Manipulator Design motors optional Fork and Hook attachments Can be combined with power assist to lift or sweep

47 Robot Manipulator Design motors optional Object trap Box opens only inward Capture objects to return to base

48 Robot Manipulator Design - with motors Only four motors allowed in FLL Two are used for propulsion Additional motors can be attached to chassis or to attachments themselves If on the chassis, attachments would be designed to connect to the fixed motor NXT controller has only 3 motor ports, EV3 has 4

49 Robot Manipulator Design - with motors Carabineer arm Passive clip open/close Spring or band tensioned Principle can be used for grabbers. etc. Powered arm to raise/lower attach to motor with axle

50 Robot Manipulator Design - with motors Lifting hook attachment Vertical pivot from attached motor Similar design could pivot horizontally as a grabber

51 Robot Manipulator Design - with motors Forklift attachment Uses worm gear, resists being back-driven Gearing is often used in powered attachments Can provide extra torque or slower motion Simultaneous motion (grabber arms coming together) Can redirect angle of motion

52 Testing FLL Robots Test robots in mission environment Table/mat/mission objects Properly oriented and secured Time missions Speed is important, but consistency is even more critical Only 2.5 minutes total, include in-base time Modify design one change at a time Too many variables can confuse issues Don t change code before you verify battery strength Weak batteries cause performance issues 2011/12 Building for FLL with LEGO - Hints and Tips Workshop

53 Practicing with FLL Robots Practice in mission environment At first, just the individual mission Then, in combination with others Time in base for change-over is critical Best to practice in assigned pairs Plan for contingencies When to grab robot and try again (or move on) One of pair can follow robot down-field (quick grabs) Alternate plan in case of difficulties Murphy s Law (and its many corollaries) Whatever can go wrong will go wrong, and at the worst possible time, in the worst possible way Murphy was an optimist!

54 Questions & Wrap-up Resources linked at our Sharon Youth Robotics Association website Including this presentation sharonrobotics.org/resources.html

Robotic Vehicle Challenge

Robotic Vehicle Challenge Robotic Vehicle Challenge Hello and welcome to your first team challenge! Within this document you will find information about what to expect and prepare for to be successful in your first challenge. In

More information

How to Build with the Mindstorm Kit

How to Build with the Mindstorm Kit How to Build with the Mindstorm Kit There are many resources available Constructopedias Example Robots YouTube Etc. The best way to learn, is to do Remember rule #1: don't be afraid to fail New Rule: don't

More information

Deriving Consistency from LEGOs

Deriving Consistency from LEGOs Deriving Consistency from LEGOs What we have learned in 6 years of FLL by Austin and Travis Schuh Objectives Basic Building Techniques How to Build Arms and Drive Trains Using Sensors How to Choose a Programming

More information

index Page numbers shown in italic indicate figures. Numbers & Symbols

index Page numbers shown in italic indicate figures. Numbers & Symbols index Page numbers shown in italic indicate figures. Numbers & Symbols 12T gear, 265 24T gear, 265 36T gear, 265 / (division operator), 332 % (modulo operator), 332 * (multiplication operator), 332 A accelerating

More information

EV3 Motors. EV3 Gyro Sensor. NXT Touch Sensors. EV3 Color Sensor. NXT Light Sensors. EV3 Touch Sensor. NXT Sound Sensor. EV3 Ultrasonic Sensor

EV3 Motors. EV3 Gyro Sensor. NXT Touch Sensors. EV3 Color Sensor. NXT Light Sensors. EV3 Touch Sensor. NXT Sound Sensor. EV3 Ultrasonic Sensor Sensors EV3 Gyro Sensor EV3 Color Sensor EV3 Touch Sensor EV3 Ultrasonic Sensor NXT Ultra Sonic Sensors EV3 Motors NXT Touch Sensors NXT Light Sensors NXT Sound Sensor NXT Color Sensors Core Parts Core

More information

ROBOTICS BUILDING BLOCKS

ROBOTICS BUILDING BLOCKS ROBOTICS BUILDING BLOCKS 2 CURRICULUM MAP Page Title...Section Estimated Time (minutes) Robotics Building Blocks 0 2 Imaginations Coming Alive 5...Robots - Changing the World 5...Amazing Feat 5...Activity

More information

BASIC BUILDING TIPS. Building Tips TABLE OF CONTENTS. Forward 3 plates, beams, Connectors, 5 Bracing and Interlocking 6

BASIC BUILDING TIPS. Building Tips TABLE OF CONTENTS. Forward 3 plates, beams, Connectors, 5 Bracing and Interlocking 6 BASIC BUILDING TIPS last updated: June 25 th, 2015 TABLE OF CONTENTS Forward 3 plates, beams, Connectors, 5 Bracing and Interlocking 6 Basics on Gears 8 Types of gears 8 Gears Spacing 9 Simple Gear Ratio

More information

Lifting Mechanisms. Example 1: Two Stage Lift

Lifting Mechanisms. Example 1: Two Stage Lift Lifting Mechanisms The primary scoring method for the 2018 game is to deposit fuel cubes into scoring zones. A manipulator fixed to your robot can deliver fuel cubes into ground level scoring zones, but

More information

Chapter 1. Stair-Climber. Doug Carlson

Chapter 1. Stair-Climber. Doug Carlson Chapter 1 Stair-Climber Doug Carlson 1 2 Chapter # Chapter Title Bill of Materials These are the parts you will need to build the Stair-Climber as shown. Introduction Stair-Climber is the latest in a series

More information

Chapter 12. Formula EV3: a racing robot

Chapter 12. Formula EV3: a racing robot Chapter 12. Formula EV3: a racing robot Now that you ve learned how to program the EV3 to control motors and sensors, you can begin making more sophisticated robots, such as autonomous vehicles, robotic

More information

CONTENTS PROJECT IDEAS 4 ROBO 1 6 ROBO 2 9 PATHFINDER 1 13 PATHFINDER 2 15 ACROBOT 1 17 ACROBOT 2 20 SPECIAL FEATURES. Movement 26.

CONTENTS PROJECT IDEAS 4 ROBO 1 6 ROBO 2 9 PATHFINDER 1 13 PATHFINDER 2 15 ACROBOT 1 17 ACROBOT 2 20 SPECIAL FEATURES. Movement 26. The Constructopedia is a building guide for the Robotics Invention System that offers suggestions, hints, and tips to get you started on the CD-ROM Challenges and robotic inventions of your own design.

More information

Index. sequencing, 21, 26 starting off, 22 using, 28 code sequence, 28 custom pallete, 28

Index. sequencing, 21, 26 starting off, 22 using, 28 code sequence, 28 custom pallete, 28 Index A, B Blocks, 21 builder dialog, 24 code, DelaySequence, 25 editing, 26 delay sequence, 26 in robot, 27 icon builder, 25 manage and share, 37 broken blocks, 39 custom palette, 37 folder selection,

More information

Robot Preparation for the VEX World Championship/ US Open. Lessons learned over the past 6 years by David Kelly 2013 VWC, Teacher of the Year

Robot Preparation for the VEX World Championship/ US Open. Lessons learned over the past 6 years by David Kelly 2013 VWC, Teacher of the Year Robot Preparation for the VEX World Championship/ US Open Lessons learned over the past 6 years by David Kelly 2013 VWC, Teacher of the Year Re-designing Re-designing your robot to a new concept yields

More information

Unit 1 Introduction to VEX and Robotics

Unit 1 Introduction to VEX and Robotics Unit Overview Unit 1 Introduction to VEX and Robotics VEX lab kits bring robotics into the classroom, making it a fun and educational experience for all. In this introductory unit, you review the kit and

More information

FLL Workshop 1 Beginning FLL Programming. Patrick R. Michaud University of Texas at Dallas September 8, 2016

FLL Workshop 1 Beginning FLL Programming. Patrick R. Michaud University of Texas at Dallas September 8, 2016 FLL Workshop 1 Beginning FLL Programming Patrick R. Michaud pmichaud@pobox.com University of Texas at Dallas September 8, 2016 Goals Learn basics of Mindstorms programming Be able to accomplish some missions

More information

MiR Hook. Technical Documentation

MiR Hook. Technical Documentation MiR Hook Technical Documentation Version 1.7 Software release 1.7 Release date: 10.11.2016 Table of contents 1 Introduction...3 2 The MiR Hook hardware...3 3 Trolley specifications...4 4 Space requirements...5

More information

Mechanical Power Transmission. September 16, 2008

Mechanical Power Transmission. September 16, 2008 2008 TE Sessions Supported by Mechanical Power Transmission September 16, 2008 www.robojackets.org Goals Hand out kits to teams that don t have one. More physics concepts and terms Understanding key devices

More information

LEGO Education WeDo 2.0 Toolbox

LEGO Education WeDo 2.0 Toolbox LEGO Education WeDo 2.0 Toolbox WeDo 2.0 Table of Contents Program with WeDo 2.0 3-21 Build with WeDo 2.0 22-36 Program with WeDo 2.0 Programming is an important part of twenty-first century learning,

More information

Prusa i3 Printer Assembly Guide

Prusa i3 Printer Assembly Guide Prusa i3 Printer Assembly Guide Special thanks to Carlos Sanchez and Miguel Sanchez for the graphics. All graphics captured from their great animation: http://www.carlos-sanchez.com/ Prusa3/ For copyright

More information

Designing for FTC with TETRIX Hints and Tips

Designing for FTC with TETRIX Hints and Tips Designing for FTC with TETRIX Hints and Tips Presented by: Team Unlimited, FTC0001 ftc0001.org We acknowledge the efforts and copyrights of FIRST, LEGO Education and LEGO with regards to the contents of

More information

BEGINNER EV3 PROGRAMMING LESSON 1

BEGINNER EV3 PROGRAMMING LESSON 1 BEGINNER EV3 PROGRAMMING LESSON 1 Intro to Brick and Software, Moving Straight, Turning By: Droids Robotics www.ev3lessons.com SECTION 1: EV3 BASICS THE BRICK BUTTONS 1 = Back Undo Stop Program Shut Down

More information

A robot is a programmable mechanical device that can perform tasks and interact with its environment, without the aid of human interaction

A robot is a programmable mechanical device that can perform tasks and interact with its environment, without the aid of human interaction Welcome to... T H E A robot is a programmable mechanical device that can perform tasks and interact with its environment, without the aid of human interaction 1. How to Plan The Design Process Create

More information

Week 4: Skipping & Lift Assists

Week 4: Skipping & Lift Assists Week 4: Skipping & Lift Assists Build a lift that can raise and hold 4lbs of sacks 12 off the ground Learn build techniques for lifts Learn gear ratios Learn how to program more than the joystick Topic

More information

Battery Buggy. Division B

Battery Buggy. Division B Battery Buggy Division B http://api-static.ctlglobalsolutions.com/science/so_b_2018final.pdf Objective: To build a battery powered vehicle travels a specific distance as quickly as possible and stop as

More information

SMART PASSENGER TRANSPORT

SMART PASSENGER TRANSPORT World Robot Olympiad 2019 Regular Category Elementary SMART CITIES SMART PASSENGER TRANSPORT Version: January 15 th WRO International Premium Partners Table of Contents 1. Introduction... 2 2. Game Field...

More information

WeDo 2.0. Science & Technologies. Effectively implement the. Freecall:

WeDo 2.0. Science & Technologies. Effectively implement the. Freecall: Effectively implement the Science & Technologies Australian Curriculum Learn important skills in problem solving and technical skills such as coding right from their Early Years. A new national curriculum

More information

Week 11. Module 5: EE100 Course Project Making your first robot

Week 11. Module 5: EE100 Course Project Making your first robot Week 11 Module 5: EE100 Course Project Making your first robot Dr. Ing. Ahmad Kamal Nasir Office Hours: Room 9-245A Tuesday (1000-1100) Wednesday (1500-1600) Course Project: Wall-Follower Robot Week 1

More information

Manipulators. Basic/Background Info Types of Manipulators General Manipulator design tips

Manipulators. Basic/Background Info Types of Manipulators General Manipulator design tips FTC Manipulators By: Zach Zakfeld (Enigma Robotics) Teams: FTC 5391, FTC 5385 and FRC 2075 *Some images in this presentation are of FRC robots so exact designs may not be applicable, however all of the

More information

Transmissions. Pat Willoughby Wednesday Section 2/16/2005

Transmissions. Pat Willoughby Wednesday Section 2/16/2005 Transmissions Pat Willoughby Wednesday Section /6/005 Strategies -> Concepts -> Modules Strategies (What are you going to do?) Basic movements on table, how you will score Analysis of times to move, physics

More information

WHEEL ALIGNMENT SYSTEMS

WHEEL ALIGNMENT SYSTEMS WHEEL ALIGNMENT SYSTEMS 1080 BAYSAVER HIGH PERFORMANCE WHEEL ALIGNER EXCLUSIVE 22 Monitor 3D Solid Vision TECHNOLOGY R1080 SPEED Portable aligner console can be positioned anywhere for the ultimate convenience.

More information

PROJECT PROPOSAL FIRE FIGHTING ROBOT CHALLENGE THE ENGINEERS: SUBMITTED TO: SPONSORED BY: Micro Fire Extinguisher

PROJECT PROPOSAL FIRE FIGHTING ROBOT CHALLENGE THE ENGINEERS: SUBMITTED TO: SPONSORED BY: Micro Fire Extinguisher FIRE FIGHTING ROBOT CHALLENGE Micro Fire Extinguisher PROJECT PROPOSAL SUBMITTED TO: JOHN KENNEDY & R. LAL TUMMALA DESIGN CO. LTD, SAN DIEGO, CA SPONSORED BY: SAN DIEGO STATE UNIVERSITY SENIOR DESIGN PROJECT

More information

SuperQuest Salem Arms Best Practices

SuperQuest Salem Arms Best Practices SuperQuest Salem Arms Best Practices VEX Arm Designs Single 4-Bar 6-Bar 8-Bar Linear Slide Scissor Double Reverse 4-Bar Single Arms Arms These manipulators consist of a pivot point and at least 1 motor.

More information

2018 KANSAS BEST BREAKOUT SESSIONS

2018 KANSAS BEST BREAKOUT SESSIONS 2018 KANSAS BEST BREAKOUT SESSIONS Tips for Building a Robot Bryan Jaax September 8, 2018 1 ST STEP: READ the RULES and Technical Data Package 2 FOLLOW AN ENGINEERING PROCESS Define the Problem Brainstorm:

More information

motion table of contents: squarebot assembly 3.2 concepts to understand 3.3 subsystems interfaces 3.21 motion subsystem inventory 3.

motion table of contents: squarebot assembly 3.2 concepts to understand 3.3 subsystems interfaces 3.21 motion subsystem inventory 3. The subsystem of the robot is responsible for exactly that,. It includes both the motors that generate, and the wheels and gears that transfer and transform that into the desired forms. With the structural

More information

8.6 Investigating gear ratios using LEGO

8.6 Investigating gear ratios using LEGO Tony Ford Science Monday, 1 December 2014 Page 1 8.6 Investigating ratios using LEGO Aim To investigate the relationship between speed of a wheel and the number of teeth on each connected to it? Discussion

More information

Working with VEX Parts

Working with VEX Parts VEX Robotics Design System VEX Classroom Lab Kit The VEX Robotics Design System is divided up into several different Subsystems: Structure Subsystem Motion Subsystem Power Subsystem Sensor Subsystem Logic

More information

Segway Robotic Mobility Platform (RMP) Specifications

Segway Robotic Mobility Platform (RMP) Specifications Segway Robotic Mobility Platform (RMP) Specifications Proven Durability, Reliability, and Performance The Segway RMP takes the performance and engineering prowess demonstrated in the Segway Personal Transporter

More information

Simple Line Follower robot

Simple Line Follower robot Simple Line Follower robot May 14, 12 It is a machine that follows a line, either a black line on white surface or vise-versa. For Beginners it is usually their first robot to play with. In this tutorial,

More information

index changing a variable s value, Chime My Block, clearing the screen. See Display block CoastBack program, 54 44

index changing a variable s value, Chime My Block, clearing the screen. See Display block CoastBack program, 54 44 index A absolute value, 103, 159 adding labels to a displayed value, 108 109 adding a Sequence Beam to a Loop of Switch block, 223 228 algorithm, defined, 86 ambient light, measuring, 63 analyzing data,

More information

INDEX. Numbers. 4WD (four-wheel drive), 108

INDEX. Numbers. 4WD (four-wheel drive), 108 INDEX Numbers 4WD (four-wheel drive), 108 A accidents, 125 actions changing speed, 171 coasting, 171 converting to icons, 162 describing, 162 detecting color, 153 154, 155, 184 input, 114 light levels,

More information

LEGO Parts Guide. Naming and Building with LEGO parts. Version 1.3 4/12/10

LEGO Parts Guide. Naming and Building with LEGO parts. Version 1.3 4/12/10 LEGO Parts Guide Naming and Building with LEGO parts Version 1.3 4/12/10 Table of Contents Connectors... 4 Friction Pegs... 4 Frictionless Pegs... 5 Ball Joints / Tie Rods... 6 Bushings... 7 Angle Connectors...

More information

INTRODUCTION Team Composition Electrical System

INTRODUCTION Team Composition Electrical System IGVC2015-WOBBLER DESIGN OF AN AUTONOMOUS GROUND VEHICLE BY THE UNIVERSITY OF WEST FLORIDA UNMANNED SYSTEMS LAB FOR THE 2015 INTELLIGENT GROUND VEHICLE COMPETITION University of West Florida Department

More information

SAE Mini BAJA: Suspension and Steering

SAE Mini BAJA: Suspension and Steering SAE Mini BAJA: Suspension and Steering By Zane Cross, Kyle Egan, Nick Garry, Trevor Hochhaus Team 11 Progress Report Submitted towards partial fulfillment of the requirements for Mechanical Engineering

More information

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package RB-Mel-03 SCITOS G5 Mobile Platform Complete Package A professional mobile platform, combining the advatages of an industrial robot with the flexibility of a research robot. Comes with Laser Range Finder

More information

Autonomously Controlled Front Loader Senior Project Proposal

Autonomously Controlled Front Loader Senior Project Proposal Autonomously Controlled Front Loader Senior Project Proposal by Steven Koopman and Jerred Peterson Submitted to: Dr. Schertz, Dr. Anakwa EE 451 Senior Capstone Project December 13, 2007 Project Summary:

More information

Bag 1. Bag 1. Center Pivot. Center Pivot

Bag 1. Bag 1. Center Pivot. Center Pivot 8 00734 01901 5 Center Pivot Bag 1 3374 - Center Pivot Socket 4019 - Alum Pivot ball 3254-2-56 Button Head *Note - Sometimes it is helpful to slightly over-tighten the top clamp screws, then work the ball

More information

CHAPTER 6 GEARS CHAPTER LEARNING OBJECTIVES

CHAPTER 6 GEARS CHAPTER LEARNING OBJECTIVES CHAPTER 6 GEARS CHAPTER LEARNING OBJECTIVES Upon completion of this chapter, you should be able to do the following: Compare the types of gears and their advantages. Did you ever take a clock apart to

More information

Tetrix Hardware Tips and Techniques

Tetrix Hardware Tips and Techniques Oregon Robotics Tournament and Outreach Program Tetrix Hardware Tips and Techniques November 8, 2008 Instructor Contacts Coordinator Ed C. Epp edward.epp@intel.com Robot C for Tetrix Dale Jordan Dale_A_Jordan@msn.com

More information

Knight Servo Systems. Servo Hoist Articulating Extension Arm Floor. Servo Tractor with Z Control Combines X,Y and Z movements in one handle.

Knight Servo Systems. Servo Hoist Articulating Extension Arm Floor. Servo Tractor with Z Control Combines X,Y and Z movements in one handle. s Knight Servo Systems Knight Servo Systems are Intelligent Assist Devices (IAD) that provide controlled transfers of workloads. Various programmable options allow for multiple product functions. Traditional

More information

OWNERS MANUAL GPS RENTAL. All PowaKaddy electric trolleys have been awarded the Quiet Mark by the Noise Abatement Society

OWNERS MANUAL GPS RENTAL. All PowaKaddy electric trolleys have been awarded the Quiet Mark by the Noise Abatement Society OWNERS MANUAL GPS RENTAL All PowaKaddy electric trolleys have been awarded the Quiet Mark by the Noise Abatement Society Thank you for purchasing the new PowaKaddy FW5s GPS Rental Cart. Please read these

More information

SuperQuest Salem Drive Train Best Practices

SuperQuest Salem Drive Train Best Practices SuperQuest Salem Drive Train Best Practices Drive Trains Design Hints Compare different designs Look at examples from Worlds Tips for Drive Systems Always support drive shafts on two points (gears, sprockets,

More information

AUTOMOTIVE GARAGE EQUIPMENT

AUTOMOTIVE GARAGE EQUIPMENT AUTOMOTIVE GARAGE EQUIPMENT KWA-300 3D technology wheel aligner for car LAUNCH The 3D Wheel Aligner with 4 digital cameras, targets without on-board electronic and premium PC with Windows XP operation

More information

structure table of contents: squarebot chassis parts and assembly 2.2 concepts to understand 2.27 subsystems interfaces 2.37

structure table of contents: squarebot chassis parts and assembly 2.2 concepts to understand 2.27 subsystems interfaces 2.37 The structural subsystem of the robot is responsible for physical support. It holds everything in place, and is, in effect, the durable skeleton of the robot to which all the other subsystems are attached.

More information

THE LEGO MINDSTORMS NXT ZOO! an unofficial, kid-friendly guide to building robotic animals with LEGO MINDSTORMS NXT. fay rhodes

THE LEGO MINDSTORMS NXT ZOO! an unofficial, kid-friendly guide to building robotic animals with LEGO MINDSTORMS NXT. fay rhodes THE LEGO MINDSTORMS NXT ZOO! an unofficial, kid-friendly guide to building robotic animals with LEGO MINDSTORMS NXT fay rhodes 5 spiderbot: an NXT spider Spiderbot is a walking eight-legged spider that

More information

Honda Robotic Lawn Mower. Technology that works so you can play.

Honda Robotic Lawn Mower. Technology that works so you can play. Honda Robotic Lawn Mower Technology that works so you can play. MIIMO AT A GLANCE Two Miimo Models Depending on your lawn size and complexity, choose between Miimo HRM310, covering up to.50 acres and Miimo

More information

Reliable Reach. Robotics Unit Lesson 4. Overview

Reliable Reach. Robotics Unit Lesson 4. Overview Robotics Unit Lesson 4 Reliable Reach Overview Robots are used not only to transport things across the ground, but also as automatic lifting devices. In the mountain rescue scenario, the mountaineers are

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

Mechatronical Seed Sowing Machine

Mechatronical Seed Sowing Machine GRD Journals- Global Research and Development Journal for Volume 2 Issue 5 April 2017 ISSN: 2455-5703 Mechatronical Seed Sowing Machine Mr. Akshay Divate Miss. Drakshayini Muchandi Department of Electronics

More information

Project Narrative Description

Project Narrative Description 0 Project Narrative Description Charge Spot is intended to demonstrate the feasibility of an autonomous electric vehicle charging system for residential use. The goal of Charge Spot is to have no user

More information

Wheeled Mobile Robots

Wheeled Mobile Robots Wheeled Mobile Robots Most popular locomotion mechanism Highly efficient on hard and flat ground. Simple mechanical implementation Balancing is not usually a problem. Three wheels are sufficient to guarantee

More information

Manipulators. Example 1: The Claw

Manipulators. Example 1: The Claw Manipulators With these examples we will demonstrate some basic designs to accomplish each of the game piece challenges involved in the 2018 FIRST Global game Energy Impact to: 1. Collect fuel cubes and

More information

Tiny footprint. Big statement.

Tiny footprint. Big statement. Tiny footprint. Big statement. Meet the Envoy - a compact, budget-friendly bingo console that s perfect for smaller venues. Compact Design Budget- Friendly Simple Operation Advanced Electronics Superior

More information

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot ECE 3992 Senior Project Proposal MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot 6 May 2005 Prepared By: Kevin E. Waters Department of Electrical and Computer Engineering University

More information

ECSE-2100 Fields and Waves I Spring Project 1 Beakman s Motor

ECSE-2100 Fields and Waves I Spring Project 1 Beakman s Motor Names _ and _ Project 1 Beakman s Motor For this project, students should work in groups of two. It is permitted for groups to collaborate, but each group of two must submit a report and build the motor

More information

Watch Vermeer products work at vermeer.com.

Watch Vermeer products work at vermeer.com. TEDDERS The Hook Tine Advantage Haying in high moisture climates? With above normal rainfall? Or, just trying to close the gap between cutting and baling to shorten drying times and reduce nutritional

More information

2017 FLYSET FTC Workshop. Hosted by

2017 FLYSET FTC Workshop. Hosted by 2017 FLYSET FTC Workshop Hosted by Hardware Topics Session Evan / Abhishek contributed by Austin / Derek Melody / Audrey from FTC team #12810 Agenda Harvester mechanism comparison Shooter mechanism comparison

More information

The RCS-6V kit. Page of Contents. 1. This Book 1.1. Warning & safety What can I do with the RCS-kit? Tips 3

The RCS-6V kit. Page of Contents. 1. This Book 1.1. Warning & safety What can I do with the RCS-kit? Tips 3 The RCS-6V kit Page of Contents Page 1. This Book 1.1. Warning & safety 3 1.2. What can I do with the RCS-kit? 3 1.3. Tips 3 2. The principle of the system 2.1. How the load measurement system works 5

More information

Drive Systems. Steve Shade October 26, 2013

Drive Systems. Steve Shade October 26, 2013 Steve Shade October 26, 2013 Introduction Steve Shade 15 year veteran Chesapeake Team Development Lead Chesapeake Head Referee Senior Controls and Simulation Engineer for Rolls-Royce Marine North America

More information

Robot Construction, Wiring, and Safety

Robot Construction, Wiring, and Safety Robot Construction, Wiring, and Safety SSI Robotics September 7, 2013 Capitol College Basic construction Build it strong Build it stable Build it to last Protect sensitive parts Gearing Make motors do

More information

TETRIX by Pitsco. Parts Identifier. Structural element for building heavy-duty bases and building. Bracket for placing and holding a single servo

TETRIX by Pitsco. Parts Identifier. Structural element for building heavy-duty bases and building. Bracket for placing and holding a single servo TETRIX by Pitsco Parts Identifier Single-Servo Motor Bracket Bracket for placing and holding a single servo Channel 32 mm Structural element for building heavy-duty bases and building Flat Bracket Perfect

More information

Smart Spinner. Age 7+ Teacher s Notes. In collaboration with NASA

Smart Spinner. Age 7+ Teacher s Notes. In collaboration with NASA Smart Spinner Age 7+ Teacher s Notes In collaboration with NASA LEGO and the LEGO logo are trademarks of the/sont des marques de commerce de/son marcas registradas de LEGO Group. 2012 The LEGO Group. 190912

More information

Assembly Manual. 1/10th Formula 1 Car

Assembly Manual. 1/10th Formula 1 Car Assembly Manual 1/10th Formula 1 Car Center Pivot Bag 1 3374 - Center Pivot Socket 40194 - Hard Anodized Alum Pivot ball 3254-2-56 *Note - Sometimes it is helpful to slightly over-tighten the top clamp

More information

Quick user guide for the DM dispenser

Quick user guide for the DM dispenser Quick user guide for the DM dispenser READ FIRST! Use the shortest/thickest USB cable possible, if the screen dims too much during operation (to the point where it s hard to read the text) your cable or

More information

Manipulators for FIRST FRC Robotics

Manipulators for FIRST FRC Robotics Manipulators for FIRST FRC Robotics FIRST Fare 2017 Bruce Whitefield Mentor, Team 2471 Manipulate What? Game pieces come in many sizes and shapes Manipulate How? Game objectives change each year Lift Dump

More information

What Is an Electric Motor? How Does a Rotation Sensor Work?

What Is an Electric Motor? How Does a Rotation Sensor Work? What Is an Electric Motor? How Does a Rotation Sensor Work? Electric Motors Pre-Quiz 1. What is an electric motor? 2. Name two applications (things) you use every day that use electric motors. 3. How does

More information

LEGO Ferrari F40 (10248) Lighting Kit Installation Instructions

LEGO Ferrari F40 (10248) Lighting Kit Installation Instructions LEGO Ferrari F40 (10248) Lighting Kit Installation Instructions This guide walks you through the steps to install the Brickstuff lighting kit for the LEGO Ferrari F40 (LEGO set #10248). Written By: Rob

More information

Servo Systems KNIGHT GLOBAL CREATING A NEW STANDARD. Intelligent Assist Devices (IAD) Servo Technology Improves Productivity with Speed and Precision

Servo Systems KNIGHT GLOBAL CREATING A NEW STANDARD. Intelligent Assist Devices (IAD) Servo Technology Improves Productivity with Speed and Precision Servo Systems Intelligent Assist Devices (IAD) KNIGHT GLOBAL CREATING A NEW STANDARD Servo Technology Improves Productivity with Speed and Precision VER. 01/12 Knight Servo Systems Knight Servo Systems

More information

Case Studies on NASA Mars Rover s Mobility System

Case Studies on NASA Mars Rover s Mobility System Case Studies on NASA Mars Rover s Mobility System Shih-Liang (Sid) Wang 1 Abstract Motion simulation files based on Working Model 2D TM are developed to simulate Mars rover s mobility system. The rover's

More information

Table of Contents. Product Registration 18 FAQ 19 Troubleshooting 20 Customer Support / Warranty 21

Table of Contents. Product Registration 18 FAQ 19 Troubleshooting 20 Customer Support / Warranty 21 Table of Contents Product Overview 01 / 02 Introduction / Warnings 03 / 04 Battery Operation / Battery Maintenance 05 / 07 Battery Installation 05 Charging the Battery 06 Master Code Programming 08 Remote

More information

RAMPAGE POWER LIFT RAMP

RAMPAGE POWER LIFT RAMP RAMPAGE POWER LIFT RAMP INSTALLATION AND OPERATING INSTRUCTIONS (3/10/07) The Rampage Power Lift Ramp is the fast, easy, and safe way to load a motorcycle into a truck. One person can load or unload a

More information

Cool Parts on BrickLink

Cool Parts on BrickLink Page 1 of 6 Awesome Lego parts that can win you an FLL tournament Over the years there have been thousand of parts made by LEGO. You can find them at and many can give you a competitive advantage. Jonathan

More information

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M.

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Final Report James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Schwartz Teaching Assistants: Mike Pridgen and Thomas Vermeer Table

More information

Users are provided with the same installation file for both Workstation and Render node MadCard_WS.exe

Users are provided with the same installation file for both Workstation and Render node MadCard_WS.exe Installation System requirements:: 3ds Max versions: 2008, 2009, 2010, 2011, all 32 or 64 bit 3ds Max Design : all OS: Windows XP, Windows Vista, Windows 7, all 32 and 64 bit User must have local administrator

More information

Invention Lab. Race-Car Construction OBJECTIVES. Planning. Motion in One Dimension

Invention Lab. Race-Car Construction OBJECTIVES. Planning. Motion in One Dimension Invention Lab Motion in One Dimension Race-Car Construction OBJECTIVES Students will use appropriate lab safety procedures. use the scientific method to solve a problem. design and implement their procedure.

More information

Starter Robot Kit IR Version. Robot Tank Three-wheeled Robot Car

Starter Robot Kit IR Version. Robot Tank Three-wheeled Robot Car D1.1.1_M402010088 USER MANUAL Starter Robot Kit IR Version Robot Tank Three-wheeled Robot Car Quick Guide Warning: Keep this kit out of the reach of small children or animals. Small parts may cause choking

More information

Quick Guide. With XI-5A Gimbal

Quick Guide. With XI-5A Gimbal Quick Guide With XI-5A Gimbal 1. INTRODUCING EVO Thank you for your purchase and welcome to the Autel Robotics family. EVO is the latest evolution in drone design and technology. Obstacle avoidance, Intelligent

More information

Adult Sized Humanoid Robot: Archie

Adult Sized Humanoid Robot: Archie Adult Sized Humanoid Robot: Archie Jacky Baltes 1, Chi Tai Cheng 1, M.C. Lau 1, Ahmad Byagowi 2, Peter Kopacek 2, and John Anderson 1 1 Autonomous Agent Lab University of Manitoba Winnipeg, Manitoba Canada,

More information

CORC Exploring Robotics. Unit B: Construction

CORC Exploring Robotics. Unit B: Construction CORC 3303 Exploring Robotics Unit B: Construction Effectors and Actuators An effector is a device on a robot that has an impact or influence on the environment. An actuator is the mechanism that enables

More information

Technical Robustness and Quality

Technical Robustness and Quality Technical Robustness and Quality www.teamrush27.net Rock Solid Robot Page Title 1-4 Robustness In Concept And Fabrication 5 Creative Concepts For Tomorrow s Technology 6-8 Rock Solid Controls 9-10 Effectively

More information

5 Minute Bot for EV3. Here are the modified steps: 5/5/2017 Mrs. Gaines' Lab - 5 Minute Bot for EV3

5 Minute Bot for EV3. Here are the modified steps: 5/5/2017 Mrs. Gaines' Lab - 5 Minute Bot for EV3 5 Minute Bot for EV3 This is the modified version of the 5 Minute Bot found at www.nxtprograms.com. The original robot was built for the LEGO Mindstorms NXT 2.0 kits, but the newer EV3 kits that we have

More information

Meet Your Tough Telehandler Lineup.

Meet Your Tough Telehandler Lineup. JLG Telehandlers Meet Your Tough Telehandler Lineup. Your productivity is on the line the minute you climb into the telehandler cab. The lineup of JLG all-wheel steer telehandlers gives you all the power,

More information

Geofix 10.0 Light Wheel alignment equipment. Lithium batteries, BT 2 communication

Geofix 10.0 Light Wheel alignment equipment. Lithium batteries, BT 2 communication Geofix 10.0 Light Wheel alignment equipment. Lithium batteries, BT 2 communication Geofix 10.0 Light general features 8 CCD sensors equipment for the alignment of car and light commercial vehicle wheels

More information

Amazing127_RobotCDesignDoc

Amazing127_RobotCDesignDoc Amazing127_RobotCDesignDoc Specifications: -Length 6.6 in -Width 9.7 in -Height 6.6 in Pictures of our robot: Left Side Back Side Right Side Front Side Componets: 1 Small Motor 2 Large Motors 1 Touch Sencor

More information

Drive Essentials. robot. -Andy Baker

Drive Essentials. robot. -Andy Baker Drive Essentials The best drive train is more important than anything else on the robot meets your strategy goals can be built with your resources rarely needs maintenance can be fixed within 4 minutes

More information

RED RAVEN, THE LINKED-BOGIE PROTOTYPE. Ara Mekhtarian, Joseph Horvath, C.T. Lin. Department of Mechanical Engineering,

RED RAVEN, THE LINKED-BOGIE PROTOTYPE. Ara Mekhtarian, Joseph Horvath, C.T. Lin. Department of Mechanical Engineering, RED RAVEN, THE LINKED-BOGIE PROTOTYPE Ara Mekhtarian, Joseph Horvath, C.T. Lin Department of Mechanical Engineering, California State University, Northridge California, USA Abstract RedRAVEN is a pioneered

More information

ROTOPLAT 508 Semi-Automatic Turntable Stretch Wrapping Machine

ROTOPLAT 508 Semi-Automatic Turntable Stretch Wrapping Machine ROTOPLAT 508 Semi-Automatic Turntable Stretch Wrapping Machine setting the standards The key to the success of any activity in the manufacturing environment is setting and holding standards. Stretch wrapping

More information

DESIGN, SIMULATION AND TESTING OF SHRIMP ROVER USING RECURDYN

DESIGN, SIMULATION AND TESTING OF SHRIMP ROVER USING RECURDYN Ready 12th Symposium on Advance Space Technologies in Robotics and Automation, ESA / ESTEC, Noordwijk, The Nethelands DESIGN, SIMULATION AND TESTING OF SHRIMP ROVER USING RECURDYN Shivesh Kumar, Raghavendra

More information

Measuring System 9-7. Supplied By: Car-O-Liner. Includes: Measuring Slide (M90). Transport Wagon (M81). Radio Link. Car-O-Soft Vision.

Measuring System 9-7. Supplied By: Car-O-Liner. Includes: Measuring Slide (M90). Transport Wagon (M81). Radio Link. Car-O-Soft Vision. 2006/2007 SECTION 9 Car-O-Tronic Vision Computerized Electronic Measuring System Car-O-Tronic Vision is the revolutionary computerized electronic measuring system that: Provides upper and lower body measuring.

More information

Rocket Races. Rocket Activity. Objective Students investigate Newton s third law of motion by designing and constructing rocketpowered

Rocket Races. Rocket Activity. Objective Students investigate Newton s third law of motion by designing and constructing rocketpowered Rocket Activity Rocket Races Objective Students investigate Newton s third law of motion by designing and constructing rocketpowered racing cars. National Science Content Standards Unifying Concepts and

More information

Happy Friday! Do this now:

Happy Friday! Do this now: Happy Friday! Do this now: Take all three AA batteries out of your kit, and put (only!) two of them in the holder. (Keep the third one handy.) Take your digital multimeter out of its packaging, as well

More information