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
At the moment, in the hapticGlove code, we have defined a hard coded values in an enum class for the thumper commands to activate or deactivate the palm haptic feedback to the user. Those are added in
The values do not have substantially any continuity rule, i.e., the value of a number does not show the amplitude or the frequency of the vibrotactile feedback to the user. On the other side, the wearable interface is limited in the sense that we can only set to haptic feedback name a value to be sent to the wearable device.
This issue is mean to rethink if we can come out with some ideas possibly avoiding such hard-coded enum class specific to a wearable device.
cc @S-Dafarra
The text was updated successfully, but these errors were encountered:
At the moment, in the hapticGlove code, we have defined a hard coded values in an enum class for the thumper commands to activate or deactivate the palm haptic feedback to the user. Those are added in
walking-teleoperation/modules/HapticGlove_module/include/GloveWearable.hpp
Lines 38 to 71 in 8d336ef
The values do not have substantially any continuity rule, i.e., the value of a number does not show the amplitude or the frequency of the vibrotactile feedback to the user. On the other side, the wearable interface is limited in the sense that we can only set to haptic feedback name a value to be sent to the wearable device.
The point raised in a PR comment in #72 (comment) .
This issue is mean to rethink if we can come out with some ideas possibly avoiding such hard-coded enum class specific to a wearable device.
cc @S-Dafarra
The text was updated successfully, but these errors were encountered: