For my internship I have to create a new framework on ROS2 to control NAO remotely. I have to use Python 3 so I can't use the Python SDK furnished by the constructor because the latest version is 2.7, which makes the things more complex.
My tutor told me to try to use a web server instead. Concretely, the ROS2 message would be sent to a web server and then sent from it to Nao. I succeeded to send them to a server but I don't know how to make Nao understand the message received from the server, and even how to send them.
Do you have any ideas which could help me please ?