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

updated name of the YARP port from HDE #135

Merged

Conversation

davidegorbani
Copy link
Contributor

After having merged robotology/human-dynamics-estimation#367 it will be necessary to merge also this PR in order to use the yarpmanager applications since the name of the YARP ports exposed by the devices in HDE are changed.

@lrapetti
Copy link
Member

PR in human-dynamics-estimation has been merged (see https://github.com/ami-iit/ifeel_utils/blob/main/software/iFeelHDE/CMakeLists.txt#L3) and we have tested the ergocub-teleoperation application using this branch of walking-teleoperation. The PR indeed is ready to be reviewed @davidegorbani @S-Dafarra @GiulioRomualdi

@davidegorbani davidegorbani marked this pull request as ready for review October 30, 2023 15:17
@lrapetti
Copy link
Member

lrapetti commented Oct 30, 2023

@S-Dafarra @GiulioRomualdi I don't know if there is, or if it would make sense to have, a minimum required version for the dependency, such that avoid installing non-compatible configuration files. In that case we might add

find_package(HumanDynamicsEstimation 3.0.0 REQUIRED).

after realeasing human-dynamics-estimation v3.0.0 (robotology/human-dynamics-estimation#373)

@lrapetti
Copy link
Member

cc @mebbaid

@S-Dafarra
Copy link
Collaborator

Thanks @davidegorbani @lrapetti. Can you please rebase on top of master. I have just merged #133 where I deleted some old files (whose modifications is thus no more required 😉 )

Also, can you avoid changing the Xprize files? I prefer to keep them "stale" for the time being.

@S-Dafarra
Copy link
Collaborator

@S-Dafarra @GiulioRomualdi I don't know if there is, or if it would make sense to have, a minimum required version for the dependency, such that avoid installing non-compatible configuration files. In that case we might add

find_package(HumanDynamicsEstimation 3.0.0 REQUIRED).

after realeasing human-dynamics-estimation v3.0.0 (robotology/human-dynamics-estimation#373)

Good point, the dependency is specified in

find_package(HumanDynamicsEstimation QUIET)
checkandset_dependency(HumanDynamicsEstimation)

@lrapetti
Copy link
Member

@S-Dafarra @GiulioRomualdi I don't know if there is, or if it would make sense to have, a minimum required version for the dependency, such that avoid installing non-compatible configuration files. In that case we might add

find_package(HumanDynamicsEstimation 3.0.0 REQUIRED).

after realeasing human-dynamics-estimation v3.0.0 (robotology/human-dynamics-estimation#373)

Good point, the dependency is specified in

find_package(HumanDynamicsEstimation QUIET)
checkandset_dependency(HumanDynamicsEstimation)

I missed that, so we can:

  • add the dependency on v3.0.0. (even if its not out yet)
  • wait to merge it until release is done
  • not add the dependency, or add it later

@lrapetti
Copy link
Member

I missed that, so we can:

  • add the dependency on v3.0.0. (even if its not out yet)
  • wait to merge it until release is done
  • not add the dependency, or add it later

As discussed at today meeting we will avoid adding the dependency.

@davidegorbani davidegorbani force-pushed the update_nws_nwc_convention branch from 6b0e030 to 617440c Compare October 31, 2023 09:54
@davidegorbani
Copy link
Contributor Author

davidegorbani commented Oct 31, 2023

Hello @S-Dafarra, I rebased the branch and reverted the modification to the Xprise files. Should I do something else?

Copy link
Collaborator

@S-Dafarra S-Dafarra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @davidegorbani! Merging

@S-Dafarra S-Dafarra merged commit a3b51de into robotology:master Oct 31, 2023
3 checks passed
@davidegorbani
Copy link
Contributor Author

Thank you @S-Dafarra !

@davidegorbani davidegorbani deleted the update_nws_nwc_convention branch October 31, 2023 13:21
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