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 usually use screen not tmux, but have had similar issues. I was using a ROS environment, entered a screen session, and found that some of my ROS environment variables had been lost. And had to resource my setup.bash to be able to continue. I now make sure to enter screen with a clean environment and then source setup.bash in each new window. (screen doesn't share the env like tmux apparently does)