ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You forgot to enable X11 Forwarding. Try to use
ssh -X thinker.local -l think
rosrun rviz rviz -d `rospack find rbx1_nav`/sim.rviz
Note: -X (upper case) enables X11 Forwarding whereas -x (lower case) disables it.