================== Object recognition ================== You can find a tutorial on the Robobo wiki: * `Real-time object identification in Python `_ And these are the related methods: * :py:meth:`~Robobo.Robobo.startObjectRecognition` * :py:meth:`~Robobo.Robobo.stopObjectRecognition` * :py:meth:`~Robobo.Robobo.readDetectedObject` * :py:meth:`~Robobo.Robobo.whenAnObjectIsDetected`