#include "Util/Angle.H"
#include "BeoSub/Attitude.H"
#include "BeoSub/BeoSubDB.H"
#include "BeoSub/BeoSubCanny.H"
#include "BeoSub/BeoSubTaskDecoder.H"
#include "BeoSub/ColorTracker.H"
#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/ImageSet.H"
#include "SIFT/VisualObject.H"
#include "Util/Timer.H"
#include <pthread.h>
Go to the source code of this file.
Classes | |
struct | Location |
class | BeoSub |
Definition and access functions for the BeoSub base class. More... | |
Enumerations | |
enum | BeoSubCamera { BEOSUBCAMDOWN = 0, BEOSUBCAMFRONT = 1, BEOSUBCAMUP = 2 } |
A simple enum to access one of our three cameras. More... | |
Functions | |
const char * | beoSubCameraName (const BeoSubCamera cam) |
Simple function to print the name (Front, Down, Up) of a camera. |
An autonomous submarine
Definition in file BeoSub.H.
enum BeoSubCamera |
const char* beoSubCameraName | ( | const BeoSubCamera | cam | ) |