Difference between revisions of "Yugoslavian Crossed Lines Maze Negotiator"

From RoboWiki
Jump to: navigation, search
m
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
[[Image:YugoMaze.jpg]]
+
 
  
 
'''Author(s):''' Tom Slejko, Sam Weckx, Verica Manevska    <BR>
 
'''Author(s):''' Tom Slejko, Sam Weckx, Verica Manevska    <BR>
Line 12: Line 12:
 
== Abstract ==
 
== Abstract ==
  
LEGO robot is not only made as a kid´s toy, it takes place in usage of more complex construcions. Our robot is that kind of example.
+
LEGO robot is not only made as a kid´s toy, it takes place in usage of more complex constructions.  
It has ability to detect black lines on a white papers, so our general idea was  to implement Crossed Lines Maze Negotiator.
+
 
And luckily,it was succesful. Now,our robot detects crossroads using its 3 sensors.
+
It has ability to detect black lines on a white papers, so our general idea was  to implement Crossed Lines Maze Negotiator with intention to make SMART CAR!
With hard work and dedication, our group has created appropriate code in Java Language Programme (working place Eclipse)which our robot uses as a human brain :)!
+
 
 +
And luckily, it was successful. Now, our robot detects crossroads using its 3 sensors.
 +
 
 +
With hard work and dedication, our group has created appropriate code in Java Language Programme (working place Eclipse) which our robot uses as a human brain :)!
 
    
 
    
  
  
== Diary ==
+
'''== Diary =='''
 +
1st Day: making the desirous design of the LEGO robot and forming the general idea
 +
 
 +
2nd Day: starting doing source code in JAVA programme language
 +
 
 +
3th Day: experiments,testing
 +
 
 +
4th Day: resolving generated problems if any
  
 +
5th Day: presentation LEGO SHOW :)
  
  
 
== Project Files ==
 
== Project Files ==
  
 +
 +
[[Image:mazebot.jpg]]
  
 
The source code: maybe...
 
The source code: maybe...

Latest revision as of 14:38, 13 August 2009

Overview

Author(s): Tom Slejko, Sam Weckx, Verica Manevska
Country: Slovenia, Belgium, Macedonia
Date: 13.08.2009
Activity: Centrobot Robotic Summer School 2009
Location: Vienna, Austria
Hardware: LEGO Mindstorms NXT

Abstract

LEGO robot is not only made as a kid´s toy, it takes place in usage of more complex constructions.

It has ability to detect black lines on a white papers, so our general idea was to implement Crossed Lines Maze Negotiator with intention to make SMART CAR!

And luckily, it was successful. Now, our robot detects crossroads using its 3 sensors.

With hard work and dedication, our group has created appropriate code in Java Language Programme (working place Eclipse) which our robot uses as a human brain :)!


== Diary ==

1st Day: making the desirous design of the LEGO robot and forming the general idea

2nd Day: starting doing source code in JAVA programme language

3th Day: experiments,testing

4th Day: resolving generated problems if any

5th Day: presentation LEGO SHOW :)


Project Files

Mazebot.jpg

The source code: maybe...

Go back to the List of the projects