smp::input_dubins_double_integrator Class Reference

Implementation of the input data structure for the dubins double integrator airplane dynamics. More...

#include <dubins_double_integrator.h>

Inheritance diagram for smp::input_dubins_double_integrator:
smp::input_array_double< 3 >

List of all members.


Detailed Description

Implementation of the input data structure for the dubins double integrator airplane dynamics.

This class implements the input data structure for the double integrator dynamics. The number of input variables is one plus the dimensions. The extra input variable, placed in the beginning of the array, is used to store the time it takes to execute the trajectory segment.

Examples:

libbot_rrg_dubins_double_integrator_airplane.cpp, libbot_rrt_dubins_double_integrator_airplane.cpp, libbot_rrtstar_dubins_double_integrator_airplane.cpp, standalone_rrg_dubins_double_integrator_airplane.cpp, standalone_rrt_dubins_double_integrator_airplane.cpp, and standalone_rrtstar_dubins_double_integrator_airplane.cpp.


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