Network settings not saving permanently.
Hi, I set up my ubuntu laptops to network with each other following the ROS/NetworkSetup tutorials http://wiki.ros.org/turtlebot/Tutoria... . Now, I was trying to set the localhost computer to be the ROS_MASTER_URI and ROS_HOSTNAME. I've tried both of this things:
$ > echo export ROS_MASTER_URI=http://localhost:11311 >> ~/.bashrc
$ > echo export ROS_HOSTNAME=localhost >> ~/.bashrc
Also I have tried,
$ export ROS_HOSTNAME=localhost
$ export ROS_MASTER_URI=http://localhost:11311
Both of them allow me to set the configuration for the first time I bringup anything. But after the first run, my settings go back to other ubuntu laptop that I have, which is 10.1.xx.xxx .
Any help is appreciated
I think this needs some clarification. After your first run, when you are sure that the problem is present, can you run cat ~/.bashrc and post the results ?