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
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
We are currently removing yarp-wholebodyinterface from being a dependency on WB-Toolbox (see robotology/wb-toolbox#46).
Given the current state of the library and the fact that most of its functionality have been migrated to iDynTree::KinDynComputations iDynTree class and to the remotecontrolboardremapper YARP device, it would be great to deprecate completely the wholebodyinterface and the yarp-wholebodyinterface to avoid to have to maintain them.
The tasks necessary to solve before we are able to deprecate the library are:
Migrate WB-Toolbox to use iDynTree::KinDynComputations iDynTree class and the remotecontrolboardremapper YARP device (in progress in WB-Toolbox 3.0 robotology/wb-toolbox#46 )
Discuss with ISIR the status of https://github.com/ocra-recipes/ocra-wbi-plugins and if it make sense see if we can find human resource to migrate it to use iDynTree::KinDynComputations iDynTree class and the remotecontrolboardremapper YARP device
Move all the URDF models installed by the yarpWholeBodyInterface . Some of them will be part of the new https://github.com/robotology-playground/icub-models , but for some of them (icubGazeboSim, iCubHeidelberg01) we need to understand what to do.
Migrate the mex-wholebodymodel repository (possibly changing its name): https://github.com/robotology/mex-wholebodymodel . I think a shim based on the matlab bindings of iDynTree::KinDynComputations should be a relatively easy job.
The text was updated successfully, but these errors were encountered:
Yep. I forgot about those. At this moment, none of those modules are actively maintained. They compile, but there is no automatic test checking that they are working correctly, and they are not used regularly on the simulator or the robot, so if they stopped working we would have no way to know, so I considered all of them to be deprecated. If there is any interest in maintaining any of this, we should plan for their migration.
We are currently removing
yarp-wholebodyinterface
from being a dependency on WB-Toolbox (see robotology/wb-toolbox#46).Given the current state of the library and the fact that most of its functionality have been migrated to
iDynTree::KinDynComputations
iDynTree class and to theremotecontrolboardremapper
YARP device, it would be great to deprecate completely thewholebodyinterface
and theyarp-wholebodyinterface
to avoid to have to maintain them.The tasks necessary to solve before we are able to deprecate the library are:
iDynTree::KinDynComputations
iDynTree class and theremotecontrolboardremapper
YARP device (in progress in WB-Toolbox 3.0 robotology/wb-toolbox#46 )to use
iDynTree::KinDynComputations
iDynTree class and theremotecontrolboardremapper
YARP device (to be prepared for vvv18)iDynTree::KinDynComputations
iDynTree class and theremotecontrolboardremapper
YARP deviceicubGazeboSim
,iCubHeidelberg01
) we need to understand what to do.mex-wholebodymodel
repository (possibly changing its name): https://github.com/robotology/mex-wholebodymodel . I think a shim based on the matlab bindings of iDynTree::KinDynComputations should be a relatively easy job.The text was updated successfully, but these errors were encountered: