14.3.2 System Simulator

A new component is needed for sampling-based planning under differential constraints because of (14.1). Motions are now expressed in terms of an action trajectory, but collision detection and constraint satisfaction tests must be performed in $ X$. Therefore, the system, $ {\dot x}=
f(x,u)$ needs to be integrated frequently during the planning process. Similar to the modeling of collision detection as a ``black box,'' the integration process is modeled as a module called the system simulator. See Figure 14.9. Since the systems considered in this chapter are time-invariant, the starting time for any required integration can always be shifted to start at $ t=0$. Integration can be considered as a module that implements (14.1) by computing the state trajectory resulting from a given initial state $ x(0)$, an action trajectory $ {\tilde{u}}_t$, and time $ t$. The incremental simulator encapsulates the details of integrating the state transition equation so that they do not need to be addressed in the design of planners. However, that information from the particular state transition equation may still be important in the design of the planning algorithm.

Figure: Using a system simulator, the system $ {\dot x}=
f(x,u)$ is integrated from $ x(0)$ using $ {\tilde{u}}_t : [0,t] \rightarrow U$ to produce a state trajectory $ {\tilde{x}}_t : [0,t] \rightarrow X$. Sometimes $ {\tilde{x}}$ is specified as a parameterized path, but most often it is approximated as a sequence of samples in $ X$.
\begin{figure}\centerline{\psfig{figure=figs/incsimb.eps,width=2.5truein} }\end{figure}



Subsections
Steven M LaValle 2012-04-20