ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I'm not sure why, but this worked for me: use docker exec -it YOUR_CONTAINER_ID bash
to start a 2nd bash session in the container, and run rqt
and rviz2
from there.