#include <lanelet2_io/Io.h>
#include <lanelet2_matching/LaneletMatching.h>
#include <lanelet2_projection/UTM.h>
#include <lanelet2_traffic_rules/TrafficRules.h>
#include <lanelet2_traffic_rules/TrafficRulesFactory.h>
Go to the source code of this file.
Functions | |
int | main () |
void | part1testSetup () |
void | part2deterministicMatching () |
void | part3probabilisticMatching () |
void | part4matchingUtils () |
int main | ( | ) |
Definition at line 70 of file 07_matching/main.cpp.
void part1testSetup | ( | ) |
Definition at line 79 of file 07_matching/main.cpp.
void part2deterministicMatching | ( | ) |
Definition at line 87 of file 07_matching/main.cpp.
void part3probabilisticMatching | ( | ) |
Definition at line 116 of file 07_matching/main.cpp.
void part4matchingUtils | ( | ) |
Definition at line 152 of file 07_matching/main.cpp.