GroundVehicle.SetHeading Method

Top 

Description

Adjusts the velocity and heading values of the calling GroundVehicle to reorient towards the specified endpoint.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

GroundVehicle.SetHeading(GroundStation targetGroundStation)

None

Adjusts the velocity vector and heading values of the calling GroundVehicle to reorient towards the specified GroundStation.

GroundVehicle.SetHeading(GroundVehicle targetGroundVehicle)

None

Adjusts the velocity vector and heading values of the calling GroundVehicle to reorient towards the specified GroundVehicle.

GroundVehicle.SetHeading(Variable heading)

None

Sets the Heading property of the calling GroundVehicle to be the value of heading.

GroundVehicle.SetHeading(Variable targetLatitude, Variable targetLongitude)

None

Adjusts the velocity vector and heading values of the calling GroundVehicle to reorient towards the specified latitude and longitude.

 

 

See also

GroundVehicle Object