robotology / funny-things

A collection of "funny" yet useful behaviors for the iCub
https://robotology.github.io/funny-things
GNU General Public License v2.0
6 stars 12 forks source link

Cleanup usage of depreated asDouble method #24

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

The code in https://github.com/robotology/funny-things/blob/fea27dc704c9b37e90d01b91b1bb2f8c0a5d25ff/app/scripts/lua/gaze.lua#L85 will break once https://github.com/robotology/yarp/pull/2833 is merged.

pattacini commented 2 years ago

Thanks for reporting 👍🏻 I can have a look searching for those deprecated methods.