private void SetVelocity()
 {
     controllerVelocity        = VRTK_SDK_Bridge.GetVelocityOnIndex(controllerIndex);;
     controllerAngularVelocity = VRTK_SDK_Bridge.GetAngularVelocityOnIndex(controllerIndex);;
 }