Using ROS without internet on Jetson TX2
Hello,
I am building an outdoor robot and I will not be having internet connectivity. I was able to start and run the robot with internet connectivity. I changed the configuration to work without internet connectivity. I am using a Jetson TX2, I will not be using ssh because of the lack of internet connectivity outdoors.
I first changed the ROS_MASTER_URI=http://127.0.1.1:11311 (tegra-ubuntu) and changed the ROS_IP=127.0.1.1 I am able to ping my IP. I am able to successfully start up my roscore and see the rostopic list. However, I am unable to get my joystick to publish data when I try to do rostopic echo joy.
I have checked quite a few posts but I have not been able to find a solution to this problem.
"the internet" has nothing to do with this.
You write:
to which machine is this joystick connected? Can you sketch the network situation? Is this still a multi-host setup but without a gateway to the internet?