Inheritance diagram for FakeRoadSource:
Public Member Functions | ||||||||||
virtual bool | getPoints (utils::Time &time, std::vector< utils::Vec3d > &points, bool blocking=1) | |||||||||
Returns the latest set of road points along with the time at which they were collected. Normally, the call is blocking, i.e., we block until the next unread set of points is acquired, but it can be polling, i.e., it returns immediately with the most recent set of road points.
| ||||||||||
bool | init (utils::ConfigFile ¶ms) | |||||||||
Initialization routine. |
This interface reads in the triples of floating point number from the parameter points
and creates a list of road points which it continually returns using the current time
Definition at line 17 of file FakeRoadSource.cc.