[1] Index

[2] Milestones

     [2.1] Milestone 1

     [2.2] Milestone 2

[3] Project

     [3.1] Intro

     [3.2] Runner

     [3.3] RRT

     [3.4] Occupancy

     [3.5] Vision

     [3.6] Network

     [3.7] Rviz

     [3.8] Demo

     [3.9] Ethics

[4] Sources

Milestone 1

Goal

Our project goal is to deploy a Neato runner (and chaser if we have time), optimizing for speed, inspired by the hit game Temple Run. The runner is meant to navigate an unknown environment as fast as possible avoiding collisions. The chaser is meant to pursue the runner through that environment and catch it.

Personal Learning Objectives

We would like to:

  1. Implement a path finding algorithm
  2. Implement an optical flow pipeline
  3. Merge LIDAR and visual data to make decisions
  4. Make more advanced rviz visualizations for our code

Algorithm

Action Items

Resources