Changes between Version 3 and Version 4 of Robotic Imaging System


Ignore:
Timestamp:
Aug 25, 2011 11:34:25 AM (13 years ago)
Author:
xwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Robotic Imaging System

    v3 v4  
    11= Robotic Imaging System =
    22
    3 The [[Robotics Imaging System]] simulates a user-controlled robot with onboard camera. The user directly controls both the robot's movement and the camera.
     3The Robotic Imaging System simulates a user-controlled robot with onboard camera. The user directly controls both the robot's movement and the camera.
    44
    55== Quagents Implementation ==
     6The Robotics Imaging System allows the user to control the quagent's actions using the keyboard. The available actions are movement, rotation, jumping, and taking images.
     7When the scenario is started up, the user will automatically follow the quagent's point of view.
    68
    79== User Notes ==
     10Use the W A S D keys to move the quagent. The left and right arrow keys rotate the quagent while the up and down arrow keys allow the quagent to look up and down. 1 takes a depth image while 2 takes a color image. Images can also be taking by clicking on one of the buttons in the panel.
     11
    812
    913== Development Notes ==
     14The Robotics Imaging System uses Java Swing's key listener to invoke basic bot movement commands, allowing the user to control the quagent. Buttons are also available to allow the user to take images.