Team-2502 / RobotCode2018

All of our code for our 2018 robot.
GNU General Public License v3.0
3 stars 0 forks source link

Optical Floor Tracking System #26

Closed andrewgazelka closed 6 years ago

andrewgazelka commented 6 years ago

I think it could possibly be helpful to have an optical floor tracking system for telling the velocity of the robot. This could replace/complement the accelerometer in situations where the robot slides. Unlike tracking the ceiling, tracking the floor might not yield the best absolute positions as it becomes more off as time progresses.

This has been used in real life in the Scarab Lunar Rover and is a problem in the domain of Optical Flow. The paper Optical Flow Estimation seems to explain it well so far (from what I see). Additionally someone in FRC has done this before with a mouse.

What are your thoughts?

ritikmishra commented 6 years ago

I think the floor would be more realistic than ceiling tracking (#22) , especially since it has been done before.