Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
|
#include <mutex>
#include <vector>
#include <string>
#include <fstream>
#include <sstream>
#include <chrono>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | Coordinates |
struct | TrajectoryPoint |
class | LocationService |