HLR  0.0.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NHLR
 NKinematicsKinematics & Planning
 NRV2AJKinematics & Planning :: Mitsubishi RV2-AJ
 CDriverDriver for the Mitsubishi RV2-AJ
 CSerialOO wrapper around POSIX serial devices
 CKinematicsContains the functions to compute the forward and inverse kinematics for the mitsubishi rv-2aj robot arm
 CMatrixCreate a matrix with numerical values
 CObjectMoveHandlerInterface to send commands to the Kinematics component Executes actions on the robotarm based in the incoming messages
 NPointCloudSee http://94.124.143.236/confluence/display/FRGDXL/Software+Design+Document#SoftwareDesignDocument-DesignSub-SystemPointCloud
 CISensorInterpreterAn abstract class responsible for reading and interpreting the data from a device interpreting the world
 CKinectInterpreterA class responsible for reading and interpreting the Kinect data
 CLidarInterpreterA class responsible for reading and interpreting the LiDAR data
 CObjectA class for mapping the ROS::Object defined in msg/Object.msg
 CObjectInterpreterClass responsible for merging the world data from the Kinect and the LiDAR
 CPointCloudNodeThis class is the main class for the PointCloud namespaces
 NSimulation
 CAbstractControllerCreates to ROS topics to listen to the incoming messages
 CMitsubishiControllerImplements the virtual functions of AbstractController. Used to parse the messages for the Mitsubishi RV-2AJ and send commands to the Gazebo simulation
 CVirtualSerialInterfaceInterface the simulate the serial connection to the robot arm
 CVirtualServoVirtualServo is used to simulate realistic movement of the servo
 NVision
 CCupDetectionCollection of detected cups Collection of detected cups where the location of the cups is described in where it's center is located in the depth frame
 CCupDetectorImplementation of CupDetector
 CICupDetectorCan detect cups using the Kinect color and depth camera. This class allows its user to detect cups in a depth image of the Kinect. It also offers an interface to get the latest frames from the three Camera's the Kinect offers
 CMockCupDetectorMocks a ICupDetector Mocks an ICupDetector by reading frames from files