Main Content

setup

Set up the mobile robot state propagator

Since R2021b

Description

setup(mobileProp) sets up the mobileRobotPropagator object based on the properties of the object. If you change the properties of the object, use this object function before you use the object to sample controls, propagate the system, or calculate distances.

Note

Override this function to implement custom functionality to run in the setup.

Input Arguments

collapse all

Mobile robot state propagator, specified as a mobileRobotPropagator object.

Version History

Introduced in R2021b