19 #ifndef RP_LENGTH_CONTROLLER_H
20 #define RP_LENGTH_CONTROLLER_H
75 std::vector<tgBasicController*> m_controllers;
76 std::vector<double> rand_lengths;
77 std::vector<tgSpringCableActuator*> actuators;
85 const double m_length;
91 #endif // RP_LENGTH_CONTROLLER_H
virtual void onStep(TensegrityModel &subject, double dt)
Definition of tgObserver class.
virtual ~RPLengthController()
Markers for specific places on a tensegrity.
Contains the definition of class tgBasicActuator.
virtual void onSetup(TensegrityModel &subject)
RPLengthController(const double length=400)
Definition of the tgBasicController base class.