Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dekz/comintel
INB860 com intel
https://github.com/dekz/comintel
Last synced: 25 days ago
JSON representation
INB860 com intel
- Host: GitHub
- URL: https://github.com/dekz/comintel
- Owner: dekz
- Created: 2010-04-28T01:27:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-09T05:56:33.000Z (over 14 years ago)
- Last Synced: 2024-04-17T02:56:42.029Z (9 months ago)
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
Write a “fuzzy wall follow” fuzzy controller to get the robot to follow a wall (around corners and around door openings). -- Jacob
Write a “search red” exploratory random behavior such that the robot stops when it finds a red light. --Nathan
Write a “search blue double” exploratory random behavior such that the robot stops when it is in a room with two blue lights.
Write a “backpacker” behavior such that when the robot is started near the outer wall, it makes a tour of the outer wall and stops approximately where it started.
Same as Task 4, but this time you are not allowed to use the compass.
Write a “search and rescue” behavior such that when the robot is started near the outer wall, it searches for the room with the two blue lights. Once it finds the room, the robot should return to its starting position, displays a message, then go back again to the room with two blue lights using a short path.