Ruckig 0.15.3
Motion Generation for Robots and Machines
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
ruckig::Bound Struct Reference

Information about the extrema values. More...

#include <profile.hpp>

Public Member Functions

 Bound ()
 
 Bound (double init)
 

Public Attributes

double min
 The minimum value / lower bound.
 
double max
 The maximum value / upper bound.
 
double t_min
 Time when the minimum value is reached.
 
double t_max
 Time when the maximum value is reached.
 

Detailed Description

Information about the extrema values.

Constructor & Destructor Documentation

◆ Bound() [1/2]

ruckig::Bound::Bound ( )
inlineexplicit

◆ Bound() [2/2]

ruckig::Bound::Bound ( double  init)
inlineexplicit

Member Data Documentation

◆ max

double ruckig::Bound::max

The maximum value / upper bound.

◆ min

double ruckig::Bound::min

The minimum value / lower bound.

◆ t_max

double ruckig::Bound::t_max

Time when the maximum value is reached.

◆ t_min

double ruckig::Bound::t_min

Time when the minimum value is reached.


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