validatorVehicleCostmap
State validator based on 2-D costmap
Description
The validatorOccupancyMap
object validates states and discretized
motions based on the value in a 2-D costmap. validatorVehicleCostmap
interprets an
occupied or unknown map area as an invalid state. A free map area is interpreted as
valid.
Creation
Syntax
Description
creates a vehicle cost map validator associated with an SE2 state space with default
settings.validator
= validatorVehicleCostmap
creates a validator in the given state space definition derived from validator
= validatorVehicleCostmap(stateSpace
)nav.StateSpace
.
specifies the validator
= validatorVehicleCostmap(stateSpace
,Name,Value
)Map
or XYIndices
properties
using Name,Value
pair arguments.
Properties
Object Functions
copy | Create deep copy of state validator object |
isStateValid | Check if state is valid |
isMotionValid | Check if path between states is valid |
Examples
Extended Capabilities
Version History
Introduced in R2019b
See Also
validatorOccupancyMap
| stateSpaceSE2
| nav.StateSpace
| nav.StateValidator