-
Notifications
You must be signed in to change notification settings - Fork 11
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 - GloveDevice #204
Conversation
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.
There a few things I did not manage to understand
@EhsanRanjbari what is the status of this PR? |
Waiting to do some tests on the robot. |
Hi @EhsanRanjbari, what is the status of this PR? |
Hi @S-Dafarra, well, I am still waiting to test them on the robot. unfortunately, both robots were unavailable most of the last week. However, preliminary test has been done with success (robotology/walking-teleoperation#136) |
Hi @EhsanRanjbari, did you manage to test on the robot? |
Hi. I have the robot today ftom 2. I will let you know how it went asap. |
Hi again. I just finished testing and it went well. I also noticed that the vibration upon starting calibration was not working. I fixed that by just aligning the branches with the remote. Now, everything looks fine according to this test. |
Thanks @EhsanRanjbari! Nonetheless, I just realized that the changes to the At this point, I would suggest again not to edit the |
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.
Good move in adding a new message! Thanks for dealing with my comments @EhsanRanjbari. I have given it another round of review
Thanks, @S-Dafarra for the reviews. I commit to the last change suggestions. |
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.
Looks good to me! Thanks a lot for keeping iterating on this. If you could do a final test on the robot, then this is good to go for me!
You're welcome. I am now waiting for @mebbaid reviews and I have the robot booked on Friday to perform the tests. |
Today. I performed tests on the robot to verify this PR. The test was successful. Only, we noticed that not finding the parameter `` which is not used in the glove device, stops the haptic device. With this commit 2bb6185 I tried to make it optional. |
Thanks @EhsanRanjbari, looks good to me! @traversaro is there someone in particular to ask, or can I go ahead and merge this? |
Just need to mention that this PR is highly dependent on this PR robotology/walking-teleoperation#143 |
Actually, it is the opposite. This PR blocks robotology/walking-teleoperation#143 |
Thinking about it @EhsanRanjbari can you bump the version from 1.8.0 to 1.9.0 in Line 7 in 91722ca
In this way, we can change the minimum version required of |
Done! 32ff17c |
After Lorenzo Rapetti left, I think we do not have any obvious candidate for maintainer. Feel free to merge and release/tag, thanks! |
Probably before merging |
I think it could be a good time to follow robotology/idyntree#1162 and start using the automatic generation of CHANGELOG of GitHub releases 🤔 |
I will deal with this in a separate PR. For the moment, I am going to merge this. Thanks a lot @EhsanRanjbari |
See robotology/walking-teleoperation#136 (comment)