Skip to main content

Condition_IsReachableUsingVehicle

Description

Checks whether the target location is reachable using vehicle autonomous driving. (applicable only when BaseObject is Self.)

Parameters

ParameterDescription
BaseObjectThe vehicle object used as the reference (Self or Target).
CompareTypeThe type of comparison operation (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Check if the target location is reachable by vehicle.SelfIsReachableUsingVehicleEqual
Check if the target location is not reachable by vehicle.SelfIsReachableUsingVehicleNotEqual