| 71 | |
| 72 | === edu.rochester.cs.quagents3.aux === |
| 73 | |
| 74 | AudioInput.java - Captures user voice data for use in the CaptureTheFlag scenario experiment. |
| 75 | |
| 76 | Capture.java - Used in conjunction with AudioInput to capture user audio data. |
| 77 | |
| 78 | === edu.rochester.cs.quagents3.client === |
| 79 | |
| 80 | AbstactWumpusSolver.java - Used in support of the WumpusWorld scenario. |
| 81 | |
| 82 | Agent.java - Depreciated entity implementation. |
| 83 | |
| 84 | BatchRangeFinder.java - Represents [[ProtocolZero]] batch rangefinder command. |
| 85 | |
| 86 | CameraQuagent.java - Used for the [[RoboticImagingSystem]] scenario. |
| 87 | |
| 88 | CanSee.java - Represents the [[ProtocolZero]] cansee command. |
| 89 | |
| 90 | CartesianSensor2D - Example of [[ProtocolOne]] command. Shoots rangefinder in four axial directions. Used during [[CaveExploration]]. |
| 91 | |