Closed pattacini closed 2 years ago
This PR follows up on https://github.com/robotology/funny-things/commit/d020e54902f3907d88ed837a839504e85501ac18 by replacing deprecated asInt() and asDouble() methods with asInt32() and asFloat64(), respectively, as dictated from yarp-3.5 onward.
asInt()
asDouble()
asInt32()
asFloat64()
yarp-3.5
cc @traversaro
Thanks!
This PR follows up on https://github.com/robotology/funny-things/commit/d020e54902f3907d88ed837a839504e85501ac18 by replacing deprecated
asInt()
andasDouble()
methods withasInt32()
andasFloat64()
, respectively, as dictated fromyarp-3.5
onward.cc @traversaro