#ifndef EGOMOTION_H #define EGOMOTION_H #endif namespace car { class EgoMotion { public: EgoMotion(){}; ~EgoMotion(){}; }; }