yarp icon indicating copy to clipboard operation
yarp copied to clipboard

Add support for external blob values in robotinterface

Open PeterBowman opened this issue 1 year ago • 3 comments
trafficstars

It is possible to externally (i.e. outside the XML robot configuration) override any parameters marked as extern-name with compound (lists) or simple (strings, integers...) values. This patch adds support for blobs, with unit testing (also covering external lists for completeness).

Use case: https://github.com/roboticslab-uc3m/yarp-devices/issues/271#issuecomment-1879676086.

PeterBowman avatar Jan 06 '24 18:01 PeterBowman

Windows builds are failing, I'm going to submit a fix soon.

PeterBowman avatar Jan 07 '24 19:01 PeterBowman

Quality Gate Failed Quality Gate failed

Failed conditions

44.7% Coverage on New Code (required ≥ 80%)
26.5% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

sonarqubecloud[bot] avatar Jan 08 '24 18:01 sonarqubecloud[bot]

Windows builds are failing, I'm going to submit a fix soon.

Fixed, there's nothing a double pointer can't do :smirk:.

PeterBowman avatar Jan 08 '24 20:01 PeterBowman