I'm having a great time exploring the different projects I can do, even implemented face tracking, which is obviously quite complex, but do you think I can do something as simple as control the robot's motions via keyboard? currently the answer to that question is no.
All I want to do is use the UP/Down/Left/Right arrow keys to control the robots movement, eg Up arrow equals forward, Down arrow equals reverse, no key pressed equals stop
I need to be able to do this via the wifi, I looked at your script robot_control_test.py, but this requires robot_web_server to be stopped.
In summary, I need to know how to read the keyboard and send the commands via wifi, any help is appreciated.
P.S thank you for helping getting me back into my favourite hobby.