#include <lanelet2_core/LaneletMap.h>
#include <lanelet2_core/primitives/Point.h>
#include <lanelet2_matching/LaneletMatching.h>
#include <lanelet2_matching/Types.h>
#include <lanelet2_traffic_rules/TrafficRules.h>
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include <iostream>
#include "lanelet2_python/internal/converter.h"
Go to the source code of this file.
Functions | |
BOOST_PYTHON_MODULE (PYTHON_API_MODULE_NAME) | |
BOOST_PYTHON_MODULE | ( | PYTHON_API_MODULE_NAME | ) |
Definition at line 120 of file matching.cpp.