==reg.person/reg.dog/reg.cat)
pass
when specific information is identified , the
corresponding block runs its internal program
person/cat/dog/... identified
rollereye.recResult(reg.person/reg.cat/reg.dog/...)
when the specific information(person/cat/dog,etc.)is
identified, the condition is return True. Otherwise, it is
returned False.
wait until person/cat/dog/... identified
rollereye.recWait(reg.person/reg.cat/reg.dog/...)
when specific information is identified, the Scout
continues executing commands. Otherwise, it
continues waiting
enable/disable motion detect
rollereye.enable_detection() /
rollereye.disable_detection()
enable / disable motion detect
when (rollereye.motionDetected())
pass
when detected motion,the corresponding block runs its
internal program
enable / disable motion follow
rollereye.enable_follow() / rollereye.disable_follow()
enable / disable the Scout follow something moved