Open iamkhan001 opened 2 years ago
Hi @iamkhan001, It looks like you did not configure your workspace in the tic_tac_toe_config.yaml file. The "default_ws" line 30 needs to be replaced with the workspace name you have chosen in NiryoStudio when setting up the vision set.
Sorry for the delayed response,
Hope this helps,
Cheers,
Jpl
Hi there,
I'm trying to run Tick tack toe game on Niryo Ned, but when user is placing objects on game board, i'm getting following error
As you can see in above image, as soon as i place object, program crashes.
I guess error is in game.py file on line
self.__objects = self.__object_detector.detect_all_object()
after placing objectsPlease help on this