[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 2

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.

We originally wanted to have a chaser, which is meant to pursue the runner through that environment and catch it. However, due to the small size of our team, we will be cutting this goal to focus on improving the runner.

Personal Learning Objectives

We would like to:

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

Implemented Algorithm

Action Items

Resources

Dependencies