#include <map>
#include <string>
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include <tf/transform_datatypes.h>
#include <tf/transform_listener.h>
#include <swri_transform_util/local_xy_util.h>
#include <swri_transform_util/transform.h>
#include <swri_transform_util/transformer.h>
Go to the source code of this file.
Classes | |
class | swri_transform_util::TransformManager |
Wrapper around tf::TransformListener to support non-TF transforms. More... | |
Namespaces | |
swri_transform_util | |
Typedefs | |
typedef std::map< std::string, TransformerMap > | swri_transform_util::SourceTargetMap |
typedef std::map< std::string, boost::shared_ptr< Transformer > > | swri_transform_util::TransformerMap |
typedef boost::shared_ptr< TransformManager > | swri_transform_util::TransformManagerPtr |