1 / 10

Design Project 2: Non-Trivial Pursuit

Design Project 2: Non-Trivial Pursuit. Fast, but heavy predator Slow, light (maneuverable) prey What is optimal strategy for each competitor?. http://www.youtube.com/watch?v=MgVPLNu_S-w. Design Parameters:. Predator/Prey are both particles.

jmattison
Download Presentation

Design Project 2: Non-Trivial Pursuit

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Design Project 2: Non-Trivial Pursuit Fast, but heavy predator Slow, light (maneuverable) prey What is optimal strategy for each competitor? http://www.youtube.com/watch?v=MgVPLNu_S-w

  2. Design Parameters: • Predator/Prey are both particles. • Predator/Prey propulsion system exerts a force with arbitrary direction, and magnitude within predetermined range. • Predator/prey experience viscous drag force, and a fluctuating random force. • Predator and prey start with a finite amount (10J) of energy. If theenergy supply is exhausted the propulsive force drops to zero. Predator: Mass: Max Force: Prey: Mass: Max Force:

  3. Predator/Prey Control (complete and submit this script)

  4. Some possible strategies: Predator: • Apply force towards prey (see HW 3, 2012) • Use extra credit part of HW3, 2012 Prey: • Apply force directly away from predator • Move along wavy path with frequent direction changes • Move along circular path with small radius • Base force on velocity of predator in some way

  5. Competition Rules Each design team must play both predator and prey Teams will compete against one another (or against random competitor) Each contest lasts for 250 sec – if predator catches prey, predator wins. If prey escapes, prey wins. If neither team can catch opponent, winner is determined by shortest distance between predator/prey.

  6. Pursuit Project Organization • Schedule: • Project Test Date – Friday March 13th • Project is done in groups of up to 4. Can be done individually. • Deliverables: • MATLAB code containing function to compute forces • Report (one per group). Due Monday March 16Reports should be mostly written by March 13th– the extratime is so you can add a discussion of performancein the competition • Oral presentation describing strategy and design procedure, (and intimidating the competition) (PRESENTATIONS SHOULD NOT EXCEED 8 MINS)

  7. Report writing Reports should be written as a formal technical document. For style guidelines read any of the papers included as background reading in earlier HW. • Organize report carefully • Make sure sections, paragraphs, sentences follow logical reader-friendly sequence • Avoid colloquial language • Avoid convoluted sentences • Define symbols in equations, use figures. • Figures, graphs and tables should be labeled properly and be publication quality

  8. Possible report outline

  9. Helpful reference – ‘how to write a paper’Mike Ashbyhttp://www-mech.eng.cam.ac.uk/mmd/ashby-paper-V6.pdf(google ‘how to write a paper’) • Know what you want to say • Tell a story – use a logical order • Make everything as simple as possible • Think of your readers – can anything you say bemisinterpreted? Is all the information there? • Label graphs, don’t forget units, define symbols in equations

  10. Presentation Guidelines • Keep to 8 mins (no more than 5 ppt slides) (otherwise we run out of time to test your codes!) • For this project, there is no need to give background (eg purpose of project, constraints etc). Focus on what your group has done. • Points to address: (a) What is your strategy? (b) How did you choose it, and why? (c) Why are you going to win?

More Related