Closed PeterBowman closed 4 years ago
Shall I duplicate this PR on the main YARP repo, which still stores a copy of this code in the yarp-3.4
branch?
Thanks a lot @PeterBowman for the PR.
Shall I duplicate this PR on the main YARP repo, which still stores a copy of this code in the
yarp-3.4
branch?
The plan is to eventually remove the device from YARP, but I guess that @drdanz may be interested in this fix for patch releases of the 3.4 series.
Merged, thanks.
Done, see robotology/yarp@2a2a567320d2f93fdb3590995b02f56dac737e6b Thanks @PeterBowman
Not much to add here, I ran into this bug while trying to call
IRGBDSensor::getRgbImage(image)
orIRGBDSensor::getDepthImage(image)
with no second optional parameter (pointer to timestamp, defaulted to NULL).Also adding
.gitignore
with targetedbuild
folder and Eclipse/VScode IDE-related stuff.