I just saw this way to create a robot
R=robot.from_remote(ip)
. I imagine it is to connect to a robot via wifi and use it as if it was connected to USB ? Is it so magic ?
If it is, is it possible to have a small doc for how to use it ? If it does not exist. Or at least a small example.
Thanks in advance.
from_remote use REST-API, I think you can use all methods of rest.py
There are two notebooks about that: