Exemplo n.º 1
0
void decreaseRotate()
{
  desiredVels[selectedRotateJoint] -= increment;
  arm.setJointVels(desiredVels);
}
Exemplo n.º 2
0
void decreasePivot()
{
  desiredVels[selectedPivotJoint] -= increment;
  arm.setJointVels(desiredVels);
}