A1-QP-MPC-Controller
A1-QP-MPC-Controller copied to clipboard
localhost port 2233: Connection refused
When I try to ssh root@localhost -p2233
I obtain ssh: connect to host localhost port 2233: Connection refused
.
Here is what I've done:
- Changed the CMakefile in unitree_legged_sdk to use my arm64 architecture
- Remove everything everything related to Aliengo in Dockerfile because not compatible with amd64
- Remove tensorflow from Dockerfile
Can anyone help me ?
If you are using Ubuntu 20.04, then use port 2235. Take a look at the Dockerfile.
Hi @JulienRineau , I also met this issue. It seems that there is something wrong in the network configuration of the local machine. But I can't still fix it. Have you already solved it?