Home Download Help Forum Resources Extensions FAQ NetLogo Publications Contact Us Donate Models: Library Community Modeling Commons Beginners Interactive NetLogo Dictionary (BIND) NetLogo Dictionary User Manuals: Web Printable Chinese Czech Farsi / Persian Japanese Spanish
|
NetLogo User Community Models(back to the NetLogo User Community Models)
WHAT IS IT?
This program is a simulation of robots mapping an unknown area using odometry. Each robot starts from the center, set as the origin. Then the robots scatter in the following random walk model. They walk farward with random speed and then turn with randon speed repeatedly. The robots calculate their position using odometers. An error is added to the measurments of the odometers.
HOW TO USE IT
SETUP sets up the model according to the values indicated by all the sliders and the switch and chooser. GO is a forever button that executes the model continually. CLEAR clears the model.
MAPS allows the user to choose the area the robots will try to map.
PASS_INFO allows the user to determine whether the robots pass information or not.
ROB_NUM allows the user to set the number of robots trying to map the area.
This model has been constructed so that all changes in the sliders,switches and chooser, save MAPS and ROB_NUM, will take effect in the model during execution. So, while the GO button is still down, you can change the values of the sliders and the switch, and you can see these changes being represented on the graphics window.
THINGS TO NOTICE
Observe the average distance error plot. It show the aveargw error that the robots have. Notice the value when executing the simulation with or without the robots passing information. Also, observe the improment in the map plot. Furthermore, it is interesting to view the results of the maps and the error plots with different error values.
EXTENDING THE MODEL
It is easy extending the model by adding new areas for the robots to explore. Also, new models of movement and error calculation can be implemented in order to view their effect on the results.
CREDITS AND REFERENCES
Written by Ken Fox & Tomer Altman.
For more information about this simulation and the project behind it refer to the mapping project at the CS@Technion [MARS](https://mars.cs.technion.ac.il/projects/?pr=2#emlft) lab. |
(back to the NetLogo User Community Models)