owlmo
owlmo
Maybe it is the problem of ros_bridge? I tried using the version of 0.11.13 and it worked, my configuration is Ubuntu 20.04/noetic and I also use UE5.
I transformed the ros part to another machine(ubuntu 20.04) and everything worked fine, but I still want to run on docker..
@sergiosolorzano Hi, I have this problem too, ros noetic support python3, and I just re-link the python interpreter using : sudo ln -s /usr/bin/python3 /usr/bin/python
I encountered the same situation