export ROS_IP=192.168.0.19
export ROS_HOSTNAME=$ROS_IP
export ROS_MASTER_URI=http://192.168.0.8:11311
On the remote master:
export ROS_IP=192.168.0.8
export ROS_HOSTNAME=$ROS_IP
export ROS_MASTER_URI=http://192.168.0.8:11311
If I then run ''rostopic list'', I should be able to list the remote ros topics.