src/smp/components/extenders/single_integrator.h File Reference

The single integrator system components. State, input, and extender definitions. More...

#include <smp/components/extenders/state_array_double.h>
#include <smp/components/extenders/input_array_double.h>
#include <smp/components/extenders/base.h>

Go to the source code of this file.

Classes

class  smp::state_single_integrator< NUM_DIMENSIONS >
 State data structure for the single integrator dynamics. More...
class  smp::input_single_integrator
 Input data structure for the single integrator dynamics. More...
class  smp::extender_single_integrator< typeparams, NUM_DIMENSIONS >
 Extender function with single integrator dynamics. More...

Namespaces

namespace  smp
 

Sampling-based Motion Planning (SMP) Library.



Detailed Description

The single integrator system components. State, input, and extender definitions.

This file implements the state, input, and extender classes for a d-dimensional single integrator system, where d is a template parameter when appropriate.