speed property

double get speed

Travel speed in m/s.

A negative value (-1 by default) means the position has no speed information. If car is going backwards, the course should change by 180, but the speed should still be non-negative.

Implementation

double get speed;