JointVelocityRamp Class Reference

#include <RobotAPI/libraries/core/JointVelocityRamp.h>

Public Member Functions

float getMaxAccelaration ()
 
 JointVelocityRamp ()
 
void setMaxAccelaration (float maxAcceleration)
 
void setState (const Eigen::VectorXf &state)
 
Eigen::VectorXf update (const Eigen::VectorXf &target, float dt)
 

Detailed Description

Definition at line 35 of file JointVelocityRamp.h.

Constructor & Destructor Documentation

◆ JointVelocityRamp()

Definition at line 29 of file JointVelocityRamp.cpp.

Member Function Documentation

◆ getMaxAccelaration()

float getMaxAccelaration ( )

Definition at line 61 of file JointVelocityRamp.cpp.

+ Here is the caller graph for this function:

◆ setMaxAccelaration()

void setMaxAccelaration ( float  maxAcceleration)

Definition at line 55 of file JointVelocityRamp.cpp.

+ Here is the caller graph for this function:

◆ setState()

void setState ( const Eigen::VectorXf &  state)

Definition at line 32 of file JointVelocityRamp.cpp.

+ Here is the caller graph for this function:

◆ update()

Eigen::VectorXf update ( const Eigen::VectorXf &  target,
float  dt 
)

Definition at line 37 of file JointVelocityRamp.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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