Skip to content
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

Closed
wants to merge 12 commits into from
Closed

Fix Haptic glove transmission - HapticGloveModule #139

wants to merge 12 commits into from

Conversation

EhsanRanjbari
Copy link
Collaborator

@EhsanRanjbari EhsanRanjbari self-assigned this Jan 30, 2024
@S-Dafarra
Copy link
Collaborator

@EhsanRanjbari could you please rebase on top of master?

@EhsanRanjbari
Copy link
Collaborator Author

@EhsanRanjbari could you please rebase on top of master?

@S-Dafarra, it should be fixed now.

.gitignore Outdated Show resolved Hide resolved
modules/HapticGlove_module/include/GloveControlHelper.hpp Outdated Show resolved Hide resolved
modules/HapticGlove_module/src/GloveControlHelper.cpp Outdated Show resolved Hide resolved
modules/HapticGlove_module/src/GloveWearable.cpp Outdated Show resolved Hide resolved
modules/HapticGlove_module/src/GloveWearable.cpp Outdated Show resolved Hide resolved
modules/HapticGlove_module/src/GloveWearable.cpp Outdated Show resolved Hide resolved
modules/HapticGlove_module/src/GloveWearable.cpp Outdated Show resolved Hide resolved
@S-Dafarra
Copy link
Collaborator

Hi @EhsanRanjbari, what is the status of this PR?

@mebbaid
Copy link
Collaborator

mebbaid commented May 15, 2024

Could you rebase on top of master @EhsanRanjbari. Thanks

Comment on lines -406 to -414
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);
Copy link
Collaborator

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 EhsanRanjbari closed this by deleting the head repository May 24, 2024
@S-Dafarra
Copy link
Collaborator

@EhsanRanjbari, was it intended to close this?

@EhsanRanjbari
Copy link
Collaborator Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants