Robotics-Nav2-SLAM-Example icon indicating copy to clipboard operation
Robotics-Nav2-SLAM-Example copied to clipboard

Problem with Start RViz in the Docker container

Open junmeng6025 opened this issue 2 years ago • 1 comments

I have run the command

sudo docker run -it --rm -p 6080:80 -p 10000:10000 --shm-size=1024m unity-robotics:nav2-slam-example

in my terminal, but got this:

* enable custom user: rosdev
useradd: user 'rosdev' already exists
  set default password to "ubuntu"
cp: cannot stat '/root/.config': No such file or directory

where claiming
cp: cannot stat '/root/.config': No such file or directory

junmeng6025 avatar Sep 30 '22 13:09 junmeng6025

It's not a problem. The host terminal is waiting for the remote terminal on 127.0.0.1:6080

junmeng6025 avatar Oct 09 '22 07:10 junmeng6025