Needing Some Help
Posted: 26 Jan 2011, 16:20
I am not sure if this is the place to discuss this, but I am having a problem with figuring out a program with the following task. It is an event called Speed Limit and I am at a loss, I wish I had more insight to the programming, but am trying my best in a middle school class to get as much accomplished as possible. We didn't even try this last year because we had absolutely no idea how it ran and to listen to the event coordinator there was only one out of about 60 schools that were even able to accomplish it. All I would like is some ideas on how it might work, not a program.
This event requires that the robots race-while obeying a speed limit. There will be lines on the race track. Students will be given the target speed limit at the start of the competition in terms of # of lines / # of seconds (the maximum speed the robots will be required to achieve will be less than 0.2 m/s). Students will NOT be allowed to measure the length of the track or the distance between lines! Their robots must try to match the target speed limit, which could be 1 bar / 1 sec for example. The bars may not be equally spaced for the duration of the entire track (see figure below). The robots must also not drift off the track in the lateral direction (the track will be ~3 m long and ~0.75 m wide). The robot which traverses the track in the time closest to the time corresponding to the target speed limit and line pattern will win. The track will look like the following
_______
_______
_______
_______
_______
_______
_______
_______
_______
The idea is to get it to move smoothly between lines only taking 1 second between and showing that the robot adjusts for different distance to that second. I am an old man working with 13 year old's in a rural school, I am just wondering if anyone has an idea?
This event requires that the robots race-while obeying a speed limit. There will be lines on the race track. Students will be given the target speed limit at the start of the competition in terms of # of lines / # of seconds (the maximum speed the robots will be required to achieve will be less than 0.2 m/s). Students will NOT be allowed to measure the length of the track or the distance between lines! Their robots must try to match the target speed limit, which could be 1 bar / 1 sec for example. The bars may not be equally spaced for the duration of the entire track (see figure below). The robots must also not drift off the track in the lateral direction (the track will be ~3 m long and ~0.75 m wide). The robot which traverses the track in the time closest to the time corresponding to the target speed limit and line pattern will win. The track will look like the following
_______
_______
_______
_______
_______
_______
_______
_______
_______
The idea is to get it to move smoothly between lines only taking 1 second between and showing that the robot adjusts for different distance to that second. I am an old man working with 13 year old's in a rural school, I am just wondering if anyone has an idea?