Create a state validator object for collision checking.
validator = validatorOccupancyMap;
Assign the map to the state validator object.
validator.Map = map;
Plan and Visualize Path
Initialize the plannerHybridAStar object with the state validator object. Specify the MinTurningRadius and MotionPrimitiveLength properties of the planner.
Define start and goal poses for the vehicle as [x, y, theta] vectors. x and y specify the position in meters, and theta specifies the orientation angle in radians.
Specify optional
comma-separated pairs of Name,Value arguments. Name is
the argument name and Value is the corresponding value.
Name must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN.
Example: 'Positions','none'
'Parent' — Axes used to plot path Axes object | UIAxes object
Axes used to plot path, specified as the comma-separated pair consisting of
'Parent' and either an axes or uiaxes object. If you do not specify
'Parent', a new figure is created.
'Tree' — Display expansion tree 'on' (default) | 'off'
Display expansion tree option, specified as the comma-separated pair consisting of
'Tree' and either 'on' or
'off'.