ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I solved it. I changed the following in my .bashrc from export ROS_MASTER_URI=http://10.217.252.66:11311 export ROS_HOSTNAME=10.217.252.66
to
export ROS_MASTER_URI=http://laptop_name >> ~/.bashrc export ROS_HOSTNAME=laptop_name >> ~/.bashrc
2 | No.2 Revision |
I solved it. I changed the following in my .bashrc from export ROS_MASTER_URI=http://10.217.252.66:11311 export ROS_HOSTNAME=10.217.252.66
to
export ROS_MASTER_URI=http://laptop_name >> ~/.bashrc
ROS_MASTER_URI=http://laptop_name
export ROS_HOSTNAME=laptop_name >> ~/.bashrcROS_HOSTNAME=laptop_name
3 | Added syntax highlighting. |
I solved it. I changed the following in my .bashrc from
from
export ROS_MASTER_URI=http://10.217.252.66:11311
export ROS_HOSTNAME=10.217.252.66ROS_HOSTNAME=10.217.252.66
to
export ROS_MASTER_URI=http://laptop_name
export 4 | No.4 Revision |
I solved it. I changed the following in my .bashrc from
export ROS_MASTER_URI=http://10.217.252.66:11311
export ROS_HOSTNAME=10.217.252.66
to
export ROS_MASTER_URI=http://laptop_name
ROS_MASTER_URI=http://laptop_name:11311
export ROS_HOSTNAME=laptop_name