Condition_IsReachableUsingVehicle
Description
Checks whether the target location is reachable using vehicle autonomous driving.
(applicable only when BaseObject is Self.)
Parameters
| Parameter | Description |
|---|
| BaseObject | The vehicle object used as the reference (Self or Target). |
| CompareType | The type of comparison operation (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if the target location is reachable by vehicle. | Self | IsReachableUsingVehicle | Equal |
| Check if the target location is not reachable by vehicle. | Self | IsReachableUsingVehicle | NotEqual |