#include "Component/ModelManager.H"
#include "Raster/Raster.H"
#include "Image/Image.H"
#include "Image/DrawOps.H"
#include "Image/MathOps.H"
#include "Media/FrameSeries.H"
#include "Transport/FrameInfo.H"
#include "Raster/GenericFrame.H"
#include "GUI/ImageDisplayStream.H"
#include "GUI/XWinManaged.H"
#include "Robots/LoBot/io/LoLaserRangeFinder.H"
#include <algorithm>
#include <iterator>
Go to the source code of this file.
Functions | |
int | main (int argc, const char **argv) |
Test the Hokuyo laser range finder
Definition in file test-LaserRangeFinder.C.