Presentation is loading. Please wait.

Presentation is loading. Please wait.

Shaun Martin & Brian Pritchett.  Team Introduction  Problem Definition  The Challenge  Contest Rules  Demonstration  Current Design  Who are the.

Similar presentations


Presentation on theme: "Shaun Martin & Brian Pritchett.  Team Introduction  Problem Definition  The Challenge  Contest Rules  Demonstration  Current Design  Who are the."— Presentation transcript:

1 Shaun Martin & Brian Pritchett

2  Team Introduction  Problem Definition  The Challenge  Contest Rules  Demonstration  Current Design  Who are the Users?  Software Requirements  System Functionality

3  Clients  Dr. Jerry Weinberg, Computer Science  Dr. Ryan Krauss, Mechanical Engineering  Dr. George Engel, Electrical Engineering

4  Shaun Martin  Planning Manager  Customer Interface Manager  Process Manager  Quality Manager  Documentation Lead  Brian Pritchett  Design Manager  Implementation Manager  Testing Manager  Support Manager  Lead Web Design

5  Mechanical Engineering Team  Lukas Pirok  Kevin Doss  Kaci Backs  Lance Labonte  Electrical Engineering Team  Greg Eddings  Jason Tennyson

6  Develop an autonomous golf cart to compete in the DARPA Mini Grand Challenge.  Navigate pathway on college campus  Small and inexpensive short-range vehicles  Maximum speed: 5 mph  Develop an autonomous vehicle to be used for Human Robot Interaction (HRI) research.  Possible User Interface

7  Robot will travel a 7 to 8 foot path with 6 checkpoints.  The robot must stop within 2 feet on an obstacle.  The final checkpoint is on an unpaved path that the robot must navigate.  The total distance of travel will be no longer than 0.5 miles.  There will be no markers, lines, or beacons to indicate the path.

8  A robot that stops for more than 60 seconds when not waiting for an obstacle to be removed will be considered “brain dead.”  No human contact with the robot is allowed.  Robots will also be judged on how it interacts with the crowd.

9 1.) Must be powered by batteries (no combustibles). 2.) May be constructed from anything that does not interfere with rule 1. 3.) Must stay between 1 and 5 mph. 4.) Must be able to transport 1 gallon of water. 5.) Must have a clearly labeled stop button or switch. 6.) Should be in the 25-75 lb range.

10 7.) Max size is 216 feet cubed (6 x 6 x 6). 8.) No communication between the robot and an outside device is allowed, except for GPS. 9.) Communication between devices that are part of the robot is allowed. 10.) The robot must be a single entity. 11.) Robots are ground robots. No aerial robots are allowed.

11 Road Runner in Action

12 GPS (2) -waypoint navigation -intelligent redundancy Camera(s) -path finding -trajectory planning -obstacle avoidance Sonars (4) -obstacle avoidance -trajectory planning -I 2 C bus DC Motor -steering position control -gear reduction for torque -I 2 C bus Linear Actuator -braking position control -I 2 C bus Quadrature Encoders (2) -velocity control -steering position control -I 2 C bus

13 World State Brake Position Velocity Steering Angle Sonar (Left-Front) Sonar (Front-Left) Sonar (Front-Right) Sonar (Right-Front) Relationship to Path Relationship to Cones Relationship to Waypoint

14 World StateDescription Brake PositionSend I 2 C query to PSoC for brake position. * VelocitySend I 2 C query to PSoC for velocity via I2C. * Steering AngleSend I 2 C query to PSoC for steering angle via I2C. * Sonar (Left-Front)Send I 2 C query to PSoC for left-front sonar reading. * Sonar (Front-Left)Send I 2 C query to PSoC for front-left sonar reading. * Sonar (Front-Right)Send I 2 C query to PSoC for front-right sonar reading. * Sonar (Right-Front)Send I 2 C query to PSoC for right-front sonar reading. * Relationship to PathHorizontal offset from center of path based on processed video frames. Relationship to ConesDistance and bearing to orange cones (if any) based on processed video frames. Relationship to WaypointGeodesic distance and bearing from current GPS location to next GPS waypoint.

15 Emergency StopObstacle AvoidanceOrange Cone AvoidanceFollow PathFollow WaypointDo Something Behavior-Based Control -motor output based on World State stimuli World State stimuli -independent behaviors -emulates concurrency Subsumption Architecture -highest priority behavior “subsumes” those below it “subsumes” those below it -minimizes calculations -emulates concurrency Primary Behavior

16  Color webcam used for path-finding  Utilizes OpenCV  Open source software for image processing  Points immediately in front of camera sampled to determine path  Allows cart to adapt to different paths  Series of filters applied to image to determine path

17

18 Flood-Fill  color nearby pixels that are of a similar color

19 Mask  binary representation of the flood-fill image

20 Erode  eliminate noise

21 Open  eliminate lone pixels; erode followed by dilate

22 Dilate  expand pixel clusters

23 Close  clean up image; dilate followed by erode

24 Dilate and Smooth  expand pixel clusters; smooth for contours

25 Erode and Smooth  eliminate noise; smooth for contours

26 Open and Smooth  eliminate lone pixels; smooth for contours

27 Contours  extract outline of path

28  Team ACME  Professors & students pursuing research in HRI  Bystanders during demonstrations

29  Must be able to run on Windows machine  Desired programming language is C++  OpenCV for Image Processing  Use APIs developed by ECE team

30  Interface with GPS units for navigation  Sonar and/or Laser for obstacle avoidance  Multi-threaded application  Image Processing  User Interface for HRI research

31


Download ppt "Shaun Martin & Brian Pritchett.  Team Introduction  Problem Definition  The Challenge  Contest Rules  Demonstration  Current Design  Who are the."

Similar presentations


Ads by Google