#include <ros/ros.h>
#include <boost/shared_ptr.hpp>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <random>
#include <math.h>
#include "AttributedPoint.h"
#include "GMM.h"
Go to the source code of this file.