smp::state_single_integrator< NUM_DIMENSIONS > Class Template Reference

State data structure for the single integrator dynamics. More...

#include <single_integrator.h>

Inheritance diagram for smp::state_single_integrator< NUM_DIMENSIONS >:
smp::state_array_double< NUM_DIMENSIONS >

List of all members.


Detailed Description

template<int NUM_DIMENSIONS>
class smp::state_single_integrator< NUM_DIMENSIONS >

State data structure for the single integrator dynamics.

This class implements the state data structure for the single integrator dynamics. The number of state variables is twice number of dimensions, since for each dimension both position and velocity has to be stored. The positions are stored in the usual order first, and then the all velocities are stored in their usual order, in the array.

Examples:

libbot_rrg_single_integrator.cpp, libbot_rrg_single_integrator_mu_calculus.cpp, libbot_rrt_single_integrator.cpp, libbot_rrtstar_single_integrator.cpp, libbot_rrtstar_single_integrator_halton.cpp, libbot_rrtstar_single_integrator_trajectory_biasing.cpp, libbot_rrtstar_single_integrator_trajectory_biasing_and_bnb.cpp, standalone_rrg_single_integrator.cpp, standalone_rrg_single_integrator_mu_calculus.cpp, standalone_rrt_single_integrator.cpp, standalone_rrtstar_single_integrator.cpp, standalone_rrtstar_single_integrator_halton.cpp, standalone_rrtstar_single_integrator_trajectory_biasing.cpp, and standalone_rrtstar_single_integrator_trajectory_biasing_and_bnb.cpp.


The documentation for this class was generated from the following file: