Hello,
I encountered the following error : RuntimeError: maximum recursion depth exceeded
File "<stdin>", line 3, in <module>
File "fsm.py", line 4, in <module>
File "can.py", line 7, in <module>
File "can_motion_commands.py", line 3, in <module>
File "cam_analysing.py", line 8, in <module>
RuntimeError: maximum recursion depth exceeded
How could I get around this error without merging files together ?
PS : in the terminal, you show “Type “help()” for more information.”. How can I call it ? I can’t write anything on the terminal.