Sign in to our website and become an InMoov member. It will allow you to post message, pictures, and share with others InMoov builders. It's just one click away!
Username or Email Address
Password
Remember Me
Markus posted an update 10 years, 1 month ago
Ehehe, cool pir detection and tracking, I’m wondering how you set your pir script to auto go on face tracking, I can’t even make him say “I was sleeping”. Your video makes me laugh because when I wrote the script for “nice! You’re damn right”, I thought it was going to be funny when other robots would say it. And now it happens. Thanks to your random script.
i’ve started the face tracking
ear.addCommand(“search humans”, “python”, “trackHumans”)
def trackHumans(): i01.headTracking.faceDetect() i01.eyesTracking.faceDetect()
before i gave the command
ear.addCommand(“power down”, i01.getName(), “powerDown”)
so when the pir starts robyn the face tracking is already on.