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

Old yarp lua method names in lua scripts #12

Closed xEnVrE closed 4 years ago

xEnVrE commented 4 years ago

It seems that scripts in https://github.com/robotology/funny-things/tree/master/app/scripts/lua are using the old lua method names yarp.Time_delay and yarp.Time_now. In recent versions of yarp, they changed to yarp.delay and yarp.now.

We should update the scripts accordingly.

pattacini commented 4 years ago

Thanks @xEnVrE for pointing them out. I'm on it.