ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I would suggest that you remove any line like:
export ROS_HOSTNAME from your .bashrc and create a new shell. Else you would have to call unset every time you create a new shell.
2 | No.2 Revision |
I would suggest that you remove any line like:
export ROS_HOSTNAME ROS_HOSTNAME
from your .bashrc and create a new shell. Else you would have to call unset every time you create a new shell.
shell.
3 | No.3 Revision |
I would suggest that you remove any line like:
export ROS_HOSTNAME
ROS_HOSTNAME=...
from your .bashrc and create a new shell. Else you would have to call unset every time you create a new shell.