The Situation Understanding Bot Through Language And Environment project, or SUBTLE, is a Multi University Research Initiative in which the UMass Lowell Robotics Lab is taking part. It is a collaboration between multiple universities to design a prototype system that will allow a field commander in any number of contexts to control a robot by providing it similar commands and directives over voice that he or she would provide a human soldier or search and rescue worker. The University of Massachusetts Lowell Robotics Lab is engaged in designing and implementing the interface between high-level commands and the robotics platform. This project is comprised of three primary components: The command interface, the command logic, and the robotics platform control. These components perform message-passing amongst each other using the Robotics Service Oriented Architecture, a project written by a doctoral student in this laboratory. The command interface is currently a graphical user interface, but the long-term goal is to replace this with a language-based interface, work on which is being performed at the University of Pennsylvania and the University of Massachusetts Amherst. The graphical interface as designed will provide for the display of photographs and maps, as well as an interface for issuing orders via dropdown menus and a visual task stack. The command logic, named "Pragmatics," performs logical resolution and provides "common-sense" substitution abilities for managing order constraints. It is being developed by Dr. Christopher Potts at the University of Massachusetts Amherst. It breaks down the larger top-level orders into more specific commands to the robot, and receives back from the robot any relevant information about what it has detected. It uses this information to determine when to issue another direct command to the robot. It will be able to prompt the commander via the interface to accept or reject a similar or related match as a valid resolution to the issued order, and instruct the robot to act accordingly. The robotics platform control performs the complex tasks which are necessary for successfully executing the commands issued by Pragmatics. It integrates a number of pre-existing techniques and software components with the rest of the system in order to perform searches and plan paths while avoiding collisions. It runs on an iRobot ATRV-JR, using a SICK LMS200 rangefinding laser for navigation. To provide a concrete example of how this system works, consider the following scenario: The commander issues an order to find an assault rifle, a laptop, and a bomb, using the boolean meaning of the word "and." Pragmatics then tells the robot to perform a search. The robot returns back, in turn, as it finds them, a number of objects, some of which are not relevant to the currently issued order. As soon as the collection of found objects meets the constraints set forth in the order, Pragmatics issues an order to the robot to stop, and tells the commander that the order has successfully completed. For further information about the overall goals and information about the other participants in this project are available at the SUBTLE website, http://subtlebot.org .