Get Velocity
- Updated2023-02-17
- 2 minute(s) read
Get Velocity
Returns the last calculated velocity of the specified device's onboard GPS receiver.
You can display east velocity, north velocity, and up velocity in meters per second.
Inputs/Outputs
session in
The session that you obtain from Initialize.
error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error
session out
The session handle that you obtain from Initialize.
error out
Error information.
The node produces this output according to standard error behavior.
east velocity
The current east velocity, in meters per second, of the device.
Negative values represent how fast the device is traveling west. Positive values represent how fast the device is traveling east.
north velocity
The current north velocity, in meters per second, of the device.
Negative values represent how fast the device is traveling south. Positive values represent how fast the device is traveling north.
up velocity
The current up velocity, in meters per second, of the device.
Negative values represent how fast the device is traveling down. Positive values represent how fast the device is traveling up.