26 #include <boost/shared_ptr.hpp> 30 #include <visualization_msgs/Marker.h> 31 #include <visualization_msgs/MarkerArray.h> 74 void initPlot(
const std::string& pPlotTitle,
75 const std::string& pXLabel,
76 const std::string& pYLabel,
77 const std::pair<double, double>& pXRange,
78 const std::pair<double, double>& pYRange,
79 unsigned int samples);
115 void add(std::string in);
121 void send(std::vector<std::pair<double, double>> pointBuffer);
void addPointToBuffer(double x, double y)
TFSIMD_FORCE_INLINE const tfScalar & y() const
void plotOrientationHistogram(const std::string &filename, const std::vector< std::pair< double, double >> data, const std::string &rotaxis)
~GMMGnuplotVisualization()
PlotFileHandler mPlotFileHandler
void initPlot(const std::string &pPlotTitle, const std::string &pXLabel, const std::string &pYLabel, const std::pair< double, double > &pXRange, const std::pair< double, double > &pYRange, unsigned int samples)
PlotFileHandler(std::string filename)
TFSIMD_FORCE_INLINE const tfScalar & x() const
boost::shared_ptr< Gnuplot > mGnuplotHandler
GMMGnuplotVisualization()
std::vector< std::pair< double, double > > mPointBuffer
void send(std::vector< std::pair< double, double >> pointBuffer)