Public Attributes

TrajectoryConstraints Struct Reference

A structure describing various constraints used during calculation of a trajectory. More...

#include <trgenconstr.h>

List of all members.

Public Attributes

double maxv
 maximal speed [m/s]
double maxomega
 maximal angular speed [rad/s]
double maxangacc
 maximal angular acceleration [rad/s^2] (for TrajectorySegmentTurn)
double maxacc
 maximal acceleration [m/s^2]
double maxcenacc
 maximal centripetal acceleration [m/s^2]
double maxe
 maximal trajectory error for Trajectory::corners2arcs() [m]

Detailed Description

A structure describing various constraints used during calculation of a trajectory.


Member Data Documentation

maximal acceleration [m/s^2]

maximal angular acceleration [rad/s^2] (for TrajectorySegmentTurn)

maximal centripetal acceleration [m/s^2]

maximal trajectory error for Trajectory::corners2arcs() [m]

maximal angular speed [rad/s]

maximal speed [m/s]


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