#include <graph_mapping_msgs/LocalizationDistribution.h>
#include <ros/ros.h>
#include <tf/transform_listener.h>
#include <boost/circular_buffer.hpp>
#include <boost/thread.hpp>
#include <boost/optional.hpp>
Go to the source code of this file.
Classes | |
class | graph_slam::LocalizationBuffer |
Maintains a history of graph localizations; uses a fixed frame to extrapolate A localization is a PoseStamped whose frame id is of the form 'node42'. More... | |
Namespaces | |
namespace | graph_slam |
Typedefs | |
typedef boost::shared_ptr < tf::TransformListener > | graph_slam::TfPtr |
LocalizationBuffer class holds a buffer of graph localizations
Definition in file localization_buffer.h.