team4909 / 2019-Deep-Space

Team 4909's 2019 Robot Code
MIT License
2 stars 1 forks source link

Driving in straight line using white tape #16

Closed ashwinc12 closed 5 years ago

ashwinc12 commented 5 years ago

Continuing the discussion from today's meeting... comment ideas below

ashwinc12 commented 5 years ago

I found something that could potentially work. Using 6 infrared sensors spread apart evenly at the front of the robot, if the average of the left three sensors is less than the right, than move to the right and vice-versa. Just one option.

https://maker.pro/arduino/projects/make-line-follower-robot

TechplexEngineer commented 5 years ago

We have qty (4) of these that should be able to detect the tape on the floor. https://www.firstchoicebyandymark.com/fc-42ef-d2mpak-f4

https://www.youtube.com/watch?v=uPFfevfpMxs

roshanr10 commented 5 years ago

Something to keep in mind about line followers is that a lot of them assume you’re on the line... we should check the tolerances on the sensor and how close the driver has to get it before the sensors can take over.

sMyn42 commented 5 years ago

We could use easier forms of blob detection with pre-programmed functions.

On Thu, Jan 10, 2019 at 8:41 AM Roshan Ravi notifications@github.com wrote:

Something to keep in mind about line followers is that a lot of them assume you’re on the line... we should check the tolerances on the sensor and how close the driver has to get it before the sensors can take over.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/FRCteam4909/2019-Deep-Space/issues/16#issuecomment-453099483, or mute the thread https://github.com/notifications/unsubscribe-auth/Ah4wPw_9X8UrKRSwETY7tx2DdMtknc4xks5vB0MfgaJpZM4Z4gSo .

-- Thank you, Saketh Mynampati

roshanr10 commented 5 years ago

We could use easier forms of blob detection with pre-programmed functions.

@sMyn42 could you clarify what you meant by these “pre-programmed functions”? blob detection for the line using vision?

derrell commented 5 years ago

Let's not close issues until they get pulled into master, so we don't forget that they are pending. Reopening.

roshanr10 commented 5 years ago

my mistake, i thought this issue was intended solely for discussion

roshanr10 commented 5 years ago

potential duplicate of #43?

roshanr10 commented 5 years ago

closing for now as per prev. comment, please reopen if deemed necessary