Robotics StackExchange | Archived questions

Run ROS on jetson tx2 and VM

Hi, I would like to run ROS master on Nvidia Jetson TX2, but rviz on a Ubuntu VM on Windows. My jetson ROS Master URI is 192.168.0.28, but my VM IP is 192.168.56.101. rviz data should come from Jetson TX2 ROS master. Can I do it?

Asked by AutoCar on 2018-07-18 00:17:19 UTC

Comments

Have you tried?

Asked by jayess on 2018-07-18 00:25:17 UTC

If they are on different subnets you will have to use a VPN. Try getting a ssh connection working and go from there I would say.

Asked by Reamees on 2018-07-18 01:21:17 UTC

Why you were saying there are on different subnet?

Asked by AutoCar on 2018-07-18 10:58:53 UTC

I guess subnet is the wrong term to use, it would be more correct to say if they are on different networks you have to use a VPN. Are they on the same network? Can you SSH into each machine from one-another?

Asked by Reamees on 2018-07-18 13:15:54 UTC

yes, they use the same WIFI.

Asked by AutoCar on 2018-07-18 17:37:43 UTC

Have you tried anything from http://wiki.ros.org/ROS/Tutorials/MultipleMachines , http://wiki.ros.org/ROS/NetworkSetup or https://github.com/ut-ims-robotics/tutorials/wiki/Running-ROS-over-multiple-computers. If you have problems, then update your question with said problems.

Asked by Reamees on 2018-07-19 01:23:06 UTC

Answers