NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
tgCompressionSpringActuator.h File Reference

Contains the definition of class tgCompressionSpringActuator. This class assumes a linear spring, F = k x - bV, where the spring begins to apply a force when the length between anchors goes down past restLength. Uses a tgBulletCompressionSpring to calculate and apply forces. More...

#include "tgModel.h"
#include "tgControllable.h"
#include "tgSubject.h"
#include <deque>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tgCompressionSpringActuator
 
struct  tgCompressionSpringActuator::Config
 

Detailed Description

Contains the definition of class tgCompressionSpringActuator. This class assumes a linear spring, F = k x - bV, where the spring begins to apply a force when the length between anchors goes down past restLength. Uses a tgBulletCompressionSpring to calculate and apply forces.

Author
Drew Sabelhaus

Definition in file tgCompressionSpringActuator.h.