Skip to main content Link Menu Expand (external link) Document Search Copy Copied

double getSpeedLimit()

Returns the speed limit of the path

Returns

The speed limit of the path in pct units

Example

cout << "Speed limit: " << chassis.getSpeedLimit() << endl;