Skip to content

skinManager failing to open in Simulation #698

Answered by pattacini
diogofbsilva asked this question in Q&A
Discussion options

You must be logged in to vote

As I said earlier, the skinManager opens up a device driver to receive skin information from the HW.
Look at https://github.com/robotology/icub-main/blob/50d273ca9ba2fa1af54209c3dc5c96876ba2ffc0/src/modules/skinManager/src/compensator.cpp#L69-L83.

The reading from the HW is proxied via a YARP network, whose client is handled by skinManager, whereas the server side needs to be handled by your plugin.

In particular, the device driver must implement the IAanalogSensor interface.

On the physical robot, this part is managed via the skinWrapper.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pattacini
Comment options

Answer selected by pattacini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants