HLR  0.0.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Ngazebo
 CObjectObject existing in the world This struct is used to map the objects we recieve from the worldupdate and the gazebo world
 CObjectPluginPlugin for loading objects in gazebo using worldupdates This function is not unit tested because it only uses private functions and it's result is written to files which is hard to check
 NHLR
 NKinematicsKinematics & Planning
 NRV2AJKinematics & Planning :: Mitsubishi RV2-AJ
 CDriverDriver for the Mitsubishi RV2-AJ
 CSerialOO wrapper around POSIX serial devices
 CConcurrentQueueA thread safe queue that supports both synchronous pop and asynchronous pop. It's not allowed to use pop and async_pop together
 CEnvironmentObjectDescribes an object that is detected in the environment
 CInterpolatingAnglePlannerAbstract class that forces
 CInterpolatingEuclideanPlannerAbstract class that forces
 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
 CPlannerAbstract class that forces
 CRobotControllerThis class contains the main logic of the robotic arm. It handles the calculation of robotic path and handles moving the robot arm using the driver
 CRobotDriverHandlerInterface that exposes the interface to the robotarm
 CRosRobotDriverHandlerConcrete handle on the robot using the ROS interface
 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
 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
 CWorldPlugin