Public Member Functions | Private Attributes | Friends | List of all members
trajectory::Trajectory::TCoeff Struct Reference

#include <trajectory.h>

Public Member Functions

double get_coefficient (int degree, int dim_index)
 
 TCoeff ()
 

Private Attributes

std::vector< std::vector< double > > coeff_
 
int degree_
 
int dimension_
 
double duration_
 

Friends

class Trajectory
 

Detailed Description

Definition at line 96 of file trajectory.h.

Constructor & Destructor Documentation

◆ TCoeff()

trajectory::Trajectory::TCoeff::TCoeff ( )
inline

Definition at line 98 of file trajectory.h.

Member Function Documentation

◆ get_coefficient()

double trajectory::Trajectory::TCoeff::get_coefficient ( int  degree,
int  dim_index 
)
inline

Friends And Related Function Documentation

◆ Trajectory

friend class Trajectory
friend

std::vector of coefficients

Definition at line 114 of file trajectory.h.

Member Data Documentation

◆ coeff_

std::vector<std::vector<double> > trajectory::Trajectory::TCoeff::coeff_
private

duration of this trajectory segment

Definition at line 112 of file trajectory.h.

◆ degree_

int trajectory::Trajectory::TCoeff::degree_
private

Definition at line 106 of file trajectory.h.

◆ dimension_

int trajectory::Trajectory::TCoeff::dimension_
private

degree of the polynomial

Definition at line 108 of file trajectory.h.

◆ duration_

double trajectory::Trajectory::TCoeff::duration_
private

dimension of the coefficient structure

Definition at line 110 of file trajectory.h.


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


pr2_mechanism_controllers
Author(s): Sachin Chita, John Hsu, Melonee Wise
autogenerated on Sat Nov 12 2022 03:33:25