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