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

Is this the intended behavior?

Most likely, yes. I see this:

source /opt/ros/jade/setup.bash
source /home/x/workspace/devel/setup.bash

more and more on ROS Answers, and I'm not sure why. The second source .. line will cause that setup.bash to overwrite environment variables set by the first one.

Can you clarify why you have your .bashrc setup like that?