#include <algorithm>
#include <string>
#include <vector>
#include <sstream>
#include <boost/python.hpp>
#include <python2.7/Python.h>
#include <ros/serialization.h>
#include <lama_msgs/Crossing.h>
#include <lama_msgs/Frontier.h>
#include <lama_msgs/PlaceProfile.h>
#include <crossing_detector/crossing_detector.h>
#include <crossing_detector/wrapper_utils.h>
Go to the source code of this file.
Classes | |
class | CrossingDetectorWrapper |
Functions | |
BOOST_PYTHON_MODULE (crossing_detector_wrapper_cpp) |
BOOST_PYTHON_MODULE | ( | crossing_detector_wrapper_cpp | ) |
Definition at line 68 of file crossing_detector_wrapper.cpp.