gnssDRWheelTickPushSpeed (Function) |
Top Previous Next |
This pushes speed data to the GNSS module. The GNSS module must have been configured to use SW speed with gnssDRWheelTickSetup.
Input: speed: DINT (Default 0) The forwards speed in m/s. For backwards speed, use negative values. The speed is scaled by 1000. (A speed of 1 m/s will be given as 1000)
Returns:
Declaration: FUNCTION gnssDRWheelTickPushSpeed : INT;
Example: INCLUDE rtcu.inc |