Floor Map icon Floor Map Draws a live floor map of robot movement using Movement Panel, logging direction, distance and heading; configurable speed and turn settings. Try it →

ARC Pro

Upgrade to ARC Pro

ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

Train your face as an object using Object Tracking. There's blue question marks that explain functions.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#3  

Something like this using the variable...


if ($CameraObjectName = "My Face")

  SayEZBWait("I see you!")

elseif ($CameraObjectName = "Someone Else")

  SayEZBWait("I see someone else that i know")

endif

User-inserted image