Many changes have been made since the last released version (0.2). Here is a brief list.
Performance improvements. Many speed critical parts of the localization algorithm have been optimized. Use of lookup tables and a new
line drawing algorithm reduced the localization delay from about 8 seconds to less than 2 seconds.
Incremental localization. More than one range sensor sweep is used to perform localization. Each sweep is done from a
separate location so that a more complete view of the environment can be seen. This process can be thought as
building a local map and then comparing this map with the global map. Normally a single sweep will be used to
build the local map; but if more sweeps are added, the localization process will be more accurate.
Dead reckoning. Dead reckoning is used as a secondary source of location information. Combined with the
range sensor based localization algorithm, dead reckoning can provide a close to real-time location estimate.
At regular intervals a range sensor localization is performed that yields a more accurate position.
Constrained localization. Localization can now be optionally constrained within a circle around the location
estimated by the dead reckoning algorithm. This yields a more accurate location faster since there is no need to process
the complete map.
Bayes’ rule used for occupancy updates. In order to integrate occupancy data over time Bayes' rule is now used.
Proper sonar modeling. A range vector is now properly modeled as a cone with fixed beam-width angle.
GUI improvements.
System Requirements
Java Runtime 1.2 or higher (JDK1.3 recommenced)
About 1Mb of disk space
Have been tested on Windows 98 and Red Hat Linux
Installation
Download the positioning application archive from the following link:
Positioning Application Version 0.5.
To download right click on the link and select 'Save Link As'.
Create the folder you would like to store the application and copy the archive in this folder.
Uncompress the archive by typing jar xvf posv05.jar.
Read the README.TXT file.
Starting the application
Start the Rossum Playhouse simulator by typing source startServer.csh on a Unix machine or
execute startServer.bat on a Windows machine.
Start the positioning application by typing source startClient.csh on a Unix machine or
execute startClient.bat on a Windows machine.
Usage Instructions
A brief introduction can be found in the included file README.TXT. A more detailed description will be available here soon.
If you have any questions or suggestions about these pages please drop me an email Copyright Vassilis Varveropoulos
Last updated 20 Apr 2001