source devel/setup.bash is still using install space
I'm not quite sure what's happening here. From ~/ros_catkin_ws
I do source devel_isolated/setup.bash
, but when I use things like rosrun or roslaunch, it uses the install space programs at /opt/ros/indigo
eg.
roslaunch scannerbot fileWriter.launch
launches it from /opt/ros/indigo/share ... wherever... instead of the devel_isolated space where I clearly want it to launch. This used to work for me (roslaunch would launch things from the devel_isolated space).
Any ideas? Thanks.