Difference between revisions of "Czechbot"
 (→Abstract)  | 
				m (→Abstract)  | 
				||
| Line 16: | Line 16: | ||
Make a robot which can find a goal in a non-cycled maze (only with blind tracks) of black lines by going left on every intersection.  | Make a robot which can find a goal in a non-cycled maze (only with blind tracks) of black lines by going left on every intersection.  | ||
| − | Thoughts:  | + | ----  | 
| + | |||
| + | |||
| + | '''Thoughts:'''  | ||
| + | |||
At first we tried robot only with two sensors and he did quite well. But finally we had to rewrite a source code for three sensors robot in a very short time because of troubles with implementation of two sensors ancestor. And that was the whole problem.    | At first we tried robot only with two sensors and he did quite well. But finally we had to rewrite a source code for three sensors robot in a very short time because of troubles with implementation of two sensors ancestor. And that was the whole problem.    | ||
Revision as of 23:49, 13 August 2009
Overview
Author(s): Pavel Kuttelwascher, Vladimír Janouš      
Country: Czech Republic                               
Date: 12.08.2009-14.8.2009                              
Activity: Centrobot Robotic Summer School 2009
Location: Vienna, Austria         	      
Hardware: LEGO Mindstorms NXT     
Abstract
General Idea:
Make a robot which can find a goal in a non-cycled maze (only with blind tracks) of black lines by going left on every intersection.
Thoughts:
At first we tried robot only with two sensors and he did quite well. But finally we had to rewrite a source code for three sensors robot in a very short time because of troubles with implementation of two sensors ancestor. And that was the whole problem.
Results: Our robot can follows the black line, it can recognizes blind tracks and turns himself back to line. The only problem is with marking the intersections. Because robot hasn´t a ideal movement, there are still some inaccuracies. Theoreticaly we have some thoughts how to clean up, but we didn´t have enough of time to implement it right (viz. source code).
Project Files
The source code: maybe...
Go back to the List of the projects
