60 likes | 220 Views
Lab 6: Sensor Based Planning. Lab TAs: Justin Moidel Ben Morse. Challenge Statement. Find a way around an unknown map from a known start position to a known end position without touching any obstacle or leaving the map. Mapping. Travel along the blue path Map obstacles in the grey area
E N D
Lab 6: Sensor Based Planning Lab TAs: Justin Moidel Ben Morse
Challenge Statement • Find a way around an unknown map from a known start position to a known end position without touching any obstacle or leaving the map.
Mapping • Travel along the blue path • Map obstacles in the grey area • Stop when you reach the end of the path
Planning • Red: Start Position • Green: Goal Position • White: Obstacles will not be placed here • Grey: Obstacles will be placed here • There will be one path with a one block radius around it free (95 point path) • 100 point path will only be 6” wide
Grading • Mapping (50 points) [2 tries]: • Robot seems to mark some blocks and move correctly - 20 points • Robot executes motion correctlly but marks more than 2 but less than 5 blocks wrong - 10 points • 1 or 2 blocks wrongly marked / not marked - 20 points • All blocks correctlly marked - 30 points • Planning (50 points) [2 tries]: • Robot seems to sense, plan and act - 10 points • Robot hits an obstacle after travelling between 5 to 10 unique blocks - 20 points • Robot hits an obstacle after travelling between 10 to 20 unique blocks - 30 points • Robot stops within two blocks of the goal - 40 points