Squirrels have fuzzy tails.
0 Members and 1 Guest are viewing this topic.
The follower car has two ( or maybe three IR sensors ( i can't see) which follows only white obstacles. Since IR can detect different shades this follower car will follow ONLY the leader car and not just any obstacle ( unless the obstacle is white like the material ) OK i'm not sure if you put in the shade detecting part , but you should probably add it in.
Quote from: airman00 on March 18, 2008, 05:55:04 AMThe follower car has two ( or maybe three IR sensors ( i can't see) which follows only white obstacles. Since IR can detect different shades this follower car will follow ONLY the leader car and not just any obstacle ( unless the obstacle is white like the material ) OK i'm not sure if you put in the shade detecting part , but you should probably add it in.Actually the sensor they used can't detect color, only distance. My guess is they had two control loops one for distance and one for steering. The steering control loop used the 3 distance sensors to measure the angle that the paper was at from it's frame of reference and turned the wheels accordingly (probably just a simple P loop or maybe PD judging from it's hunting motion), Then you do another loop (Probably PD) and have it close on the sensor that reads nearest to the object being followed.What I want to know is how you worked around the minimum range of those sensors? IIRC it's a 20cm minimum, at which point the sensor is ambiguous. Was that a limiting factor on how close you could follow?
Let me know what you guys think, thanks.
QuoteLet me know what you guys think, thanks.You gotta work on that stop-start speed control issue of the follow car