
A behaviour for tracking the robot. More...
#include "Robots/LoBot/control/LoBehavior.H"#include "Robots/LoBot/slam/LoPose.H"#include "Robots/LoBot/misc/factory.hh"#include <deque>

Go to the source code of this file.
Classes | |
| class | lobot::Track |
| A behaviour for maintaining pose history and dumping it to a file every now and then. More... | |
A behaviour for tracking the robot.
This file implements a class for maintaining a list of lobot's positions within the map and visualizing this pose history as a dotted trail. Each pose update is also logged via lobot::Metrics. This behaviour does not control the robot in any way; it is only meant for data collection and visualization.
Definition in file LoTrack.H.
1.6.3