constraint_app
/home/jbrooksh/drc/software/perception/constraint_app/src/matlab_mex/PointObservation.h
Go to the documentation of this file.
00001 #ifndef POINTOBSERVATION_H
00002 #define POINTOBSERVATION_H
00003 
00004 #include <map>
00005 #include <kdl/frames.hpp>
00006 #include <kdl/frames_io.hpp>
00007 
00008 class PointObservation {
00009  public:
00010   PointObservation(const KDL::Vector& ob) : obs_expressedIn_world(ob) {}
00011   KDL::Vector obs_expressedIn_world;
00012 };
00013 
00014 #endif
 All Classes Files Functions Variables Typedefs