Asking if it is dark
result = visionToolboxProxy.isItDark() if result > 100: print "It's time to sleep" else: print "I might not go to bed at such an hour"
Copyright © 2010 Aldebaran-Robotics - All rights reserved
result = visionToolboxProxy.isItDark() if result > 100: print "It's time to sleep" else: print "I might not go to bed at such an hour"