Currently we are using the analogServer in order to stream the wrench data from IHumanWrench interface (see https://github.com/search?q=repo%3Arobotology%2Fhuman-dynamics-estimation%20analogServer&type=code). However, the analogServer corresponds to the analogWrapper mentioned in robotology/yarp#2999, which will be soon be deprecated.
Indeed we should understand what are the alternatives. One option could be to implement our own message, and wrapper/remapper devices as we are doing for the IHumanState and IHumanDynamics, and removing the IAnalogSensor interface from the wrench provider (see here). Clearly this will also break the ROS pipeline, which anyway should be soon addressed (see also #335).
Another option, would be to understand what is the alternative device.
Currently we are using the
analogServerin order to stream the wrench data fromIHumanWrenchinterface (see https://github.com/search?q=repo%3Arobotology%2Fhuman-dynamics-estimation%20analogServer&type=code). However, theanalogServercorresponds to theanalogWrappermentioned in robotology/yarp#2999, which will be soon be deprecated.Indeed we should understand what are the alternatives. One option could be to implement our own message, and wrapper/remapper devices as we are doing for the
IHumanStateandIHumanDynamics, and removing theIAnalogSensorinterface from the wrench provider (see here). Clearly this will also break theROSpipeline, which anyway should be soon addressed (see also #335).Another option, would be to understand what is the alternative device.