You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, d_orientationBase(initData(&d_orientationBase, Quat(0, 0, 0, 1), "orientationBase", "Orientation of the device base in the SOFA scene world coordinates"))
61
61
, d_scale(initData(&d_scale, 1.0, "scale", "Default scale applied to the Device coordinates"))
62
62
63
-
, d_handleButtonA(initData(&d_handleButtonA, false, "handleButtonA", "Bool value showing if first button is pressed"))
64
-
, d_handleButtonB(initData(&d_handleButtonB, false, "handleButtonA", "Bool value showing if second button is pressed"))
65
-
, d_handleButtonC(initData(&d_handleButtonC, false, "handleButtonA", "Bool value showing if third button is pressed"))
63
+
, d_handleButtonA(initData(&d_handleButtonA, false, "handleButtonA", "Bool value returning if VerseGrip Stylus first button (resp. VerseGrip Quill single button) is pressed."))
64
+
, d_handleButtonB(initData(&d_handleButtonB, false, "handleButtonB", "Bool value returning if VerseGrip Stylus second button is pressed"))
65
+
, d_handleButtonC(initData(&d_handleButtonC, false, "handleButtonC", "Bool value returning if VerseGrip Stylus calibrate button is pressed"))
66
66
, d_posDevice(initData(&d_posDevice, "positionDevice", "position of the device end-effector in SOFA frame"))
67
67
, d_rawForceDevice(initData(&d_rawForceDevice, "rawForceDevice", "For debug: raw values sent to the device in the device frame"))
68
68
, d_dampingForce(initData(&d_dampingForce, 0.0001, "damping", "Default damping applied to the force feedback"))
0 commit comments