-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Haptic glove transmission - HapticGloveModule #139
Fix Haptic glove transmission - HapticGloveModule #139
Conversation
@EhsanRanjbari could you please rebase on top of master? |
@S-Dafarra, it should be fixed now. |
Hi @EhsanRanjbari, what is the status of this PR? |
Could you rebase on top of master @EhsanRanjbari. Thanks |
wearable::msg::WearableActuatorCommand& wearableActuatorCommand = m_iWearActuatorPort.prepare(); | ||
|
||
wearableActuatorCommand.value = value; | ||
wearableActuatorCommand.info.name = m_wearablePrefix + wearable::actuator::IHaptic::getPrefix() | ||
+ m_handLinkName + "::VibroTactileFeedback"; | ||
wearableActuatorCommand.info.type = wearable::msg::ActuatorType::HAPTIC; | ||
wearableActuatorCommand.duration = 0; | ||
|
||
m_iWearActuatorPort.write(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It the method setPalmVibrotactileValue
still useful then?
@EhsanRanjbari, was it intended to close this? |
Oops, I deleted this by mistake. Fortunately I had it locally and I was able to recreate it. I opened a new branch (instead of a fork) and related PR here: #143 |
See #136 (comment)