28 #include "neuroninterfaces.h"
29 #include "musclepair.h"
31 #include "helperresources.h"
90 static void describe(QString type);
95 virtual void update();
223 real getMaxVelocity()
const
225 return m_maxVelocity;
233 void setMaxVelocity(
double maxVelocity)
235 m_maxVelocity = maxVelocity;
246 real velocityForJoint(real desired, real current)
const;