ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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

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

click to hide/show revision 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.66

ROS_HOSTNAME=10.217.252.66

to

export ROS_MASTER_URI=http://laptop_name
export ROS_HOSTNAME=laptop_name

ROS_HOSTNAME=laptop_name

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