Changes between Version 4 and Version 5 of Quagents Configuration Options


Ignore:
Timestamp:
Jul 15, 2011 4:16:56 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Quagents Configuration Options

    v4 v5  
    2323
    2424The client configuration file allows access to flags and default parameters used within the ''edu.rochester.cs.quagents3.client'' package. Options are as follows:
     25
     26{{{DEFAULTSPEED <DOUBLE DEFSPEED>}}}
     27
     28Sets the Quagent's default moving speed. ''DEFSPEED'' is a double between 0 (min) and 1 (max).
     29
     30{{{DEFAULTPRIORITY <STRING PRIORITY>}}}
     31
     32Sets the Quagent's default server command queue priority (for more information, see [[ProtocolZero]]). Acceptable options are ''NOW'', ''REPLACE'', and ''LATER''.
     33
     34{{{DEFAULT_RF_TYPE <INTEGER RANGEFINDER_TYPE>}}}
     35
     36Sets the Quagent's default rangefinder type (for more information, see [[rf]]). ''RANGEFINDER_TYPE'' must be a value between 0 and 7.
     37
     38{{{DEFAULTVOLUME <DOUBLE VOLUME>}}}
     39
     40Sets the Quagent's default volume (range) for say commands. ''VOLUME'' may be any double. A negative value will become infinite volume.
     41
     42{{{SYNC <BOOLEAN IS_SYNC>}}}
     43
     44Determines whether the Quagent's object commands execute synchronously or asynchronously. The client defaults to async.
     45
     46{{{VERBOSE <BOOLEAN IS_VERBOSE>}}}
     47
     48Controls whether the client code outputs verbose messages about its current execution. Useful for debugging Quagent operation.
     49