robotology / icub-firmware-shared

Protocols and Other Stuff Used both by iCub Firmware and iCub Software
GNU Lesser General Public License v2.1
4 stars 18 forks source link

AMO diagnostics #48

Closed marcoaccame closed 3 years ago

marcoaccame commented 3 years ago

Description

This PR adds runtime configuration of additional diagnostics useful for debugging services on the robot.

Runtime configuration means that yarprobotinterface collects some parameters from xml files and sends them to the ETH boards so that this one can use them to activate / tune some actions.

So far, only the AMO diagnostics in MC service is supported.

Details

See https://github.com/robotology/icub-firmware/pull/187