#include <DynamicalSystem.h>
Public Member Functions | |
Spring (Eigen::VectorXd equilibriumPoint, double stiffness) | |
Public Attributes | |
Eigen::VectorXd | equilibriumPoint |
double | stiffness |
Properties for one spring component.
Definition at line 184 of file DynamicalSystem.h.
|
inline |
Definition at line 191 of file DynamicalSystem.h.
Eigen::VectorXd Rcs::DSMassSpringDamper::Spring::equilibriumPoint |
Zero position of the spring, force is applied to reach this state.
Definition at line 187 of file DynamicalSystem.h.
double Rcs::DSMassSpringDamper::Spring::stiffness |
Stiffness of the spring.
Definition at line 189 of file DynamicalSystem.h.