Changes between Version 16 and Version 17 of Java Quagents Client


Ignore:
Timestamp:
Sep 6, 2011 1:28:06 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Java Quagents Client

    v16 v17  
    6666=== [[Scenarios]] ===
    6767
    68 === ScenarioStarter ===
    69 
    70 === Launcher ===
     68[[Scenarios]] represent an packaged set of changes to the Quagents server and executable client code. This forms an atomic Quagents execution, e.g. a specific experiment or lecture. Both the launcher and the standard JAR executable (described in the above) are configured to accept and execute scenarios.
    7169
    7270== List of Files ==
     71
     72=== edu.rochester.cs.quagents3.aux ===
     73
     74AudioInput.java - Captures user voice data for use in the CaptureTheFlag scenario experiment.
     75
     76Capture.java - Used in conjunction with AudioInput to capture user audio data.
     77
     78=== edu.rochester.cs.quagents3.client ===
     79
     80AbstactWumpusSolver.java - Used in support of the WumpusWorld scenario.
     81
     82Agent.java - Depreciated entity implementation.
     83
     84BatchRangeFinder.java - Represents [[ProtocolZero]] batch rangefinder command.
     85
     86CameraQuagent.java - Used for the [[RoboticImagingSystem]] scenario.
     87
     88CanSee.java - Represents the [[ProtocolZero]] cansee command.
     89
     90CartesianSensor2D - Example of [[ProtocolOne]] command. Shoots rangefinder in four axial directions. Used during [[CaveExploration]].
     91
    7392
    7493== For More Information ==