Userver: Difference between revisions
From Rsewiki
(New page: ''' UServer ''' An (almost) empty server, where the loaded plug-in modules determine the functionality. Image:nav-server.png The server is started by: ./userver And reads startup...) |
No edit summary |
||
Line 1: | Line 1: | ||
==Introduction== | |||
An (almost) empty server, where the loaded plug-in modules determine the functionality. | An (almost) empty server, where the loaded plug-in modules determine the functionality. | ||
This is intended for other purposes than camera server and laser scanner server. Currently this is used for behavior generation (caller ''aunav'') and process monitoring (called ''aukeeper''). | |||
===Usage=== | |||
A userver executable is available in the bin-directory of the AURS. This is to be renamed to the desired server name, e.g. by a symbolic link: | |||
ln -s userver aunav | |||
The server name determines the default configuration file. I.e. the configuration file for ''aunav'' is ''aunav.ini''. | |||
Revision as of 07:23, 25 April 2010
Introduction
An (almost) empty server, where the loaded plug-in modules determine the functionality.
This is intended for other purposes than camera server and laser scanner server. Currently this is used for behavior generation (caller aunav) and process monitoring (called aukeeper).
Usage
A userver executable is available in the bin-directory of the AURS. This is to be renamed to the desired server name, e.g. by a symbolic link:
ln -s userver aunav
The server name determines the default configuration file. I.e. the configuration file for aunav is aunav.ini.