Apollo  v5.5.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::camera::MotionService Class Reference

#include <motion_service.h>

Inheritance diagram for apollo::perception::camera::MotionService:
Inheritance graph
Collaboration diagram for apollo::perception::camera::MotionService:
Collaboration graph

Public Member Functions

 MotionService ()=default
 
virtual ~MotionService ()
 
bool Init () override
 
bool GetMotionInformation (double timestamp, base::VehicleStatus *vs)
 
base::MotionBuffer GetMotionBuffer ()
 
double GetLatestTimestamp ()
 

Constructor & Destructor Documentation

◆ MotionService()

apollo::perception::camera::MotionService::MotionService ( )
default

◆ ~MotionService()

virtual apollo::perception::camera::MotionService::~MotionService ( )
inlinevirtual

Member Function Documentation

◆ GetLatestTimestamp()

double apollo::perception::camera::MotionService::GetLatestTimestamp ( )

◆ GetMotionBuffer()

base::MotionBuffer apollo::perception::camera::MotionService::GetMotionBuffer ( )

◆ GetMotionInformation()

bool apollo::perception::camera::MotionService::GetMotionInformation ( double  timestamp,
base::VehicleStatus vs 
)

◆ Init()

bool apollo::perception::camera::MotionService::Init ( )
override

The documentation for this class was generated from the following file: