Hi all,
I'm using catkin and rosbuild workspaces (based on [this tutorial](http://wiki.ros.org/catkin/Tutorials/using_rosbuild_with_catkin#rosbuild_workspace_on_top_of_catkin_workspace)). It was working fine but now I'm not able to source setup.bash from rosbuild workspace - probably after some upgrade. I even tried to remove all my workspaces and recreate them from scratch - still same. Source command hangs (doesn't return). Any idea?
If I do `source ros_hydro/rosbuild_ws/setup.bash`, then `Ctrl+C` (or `source ros_hydro/rosbuild_ws/setup.sh` which is not hanging - what's actually difference??) and `env | grep ROS` I'm getting:
ROS_ROOT=/opt/ros/hydro/share/ros
ROS_PACKAGE_PATH=/home/imaterna/ros_hydro/rosbuild_ws/but_env_percp:/opt/ros/hydro/share:/opt/ros/hydro/stacks:/home/imaterna/ros_hydro/catkin_ws/src
ROS_MASTER_URI=http://localhost:11311
ROS_WORKSPACE=/home/imaterna/ros_hydro/rosbuild_ws
ROS_TEST_RESULTS_DIR=/home/imaterna/ros_hydro/catkin_ws/build/test_results
ROSLISP_PACKAGE_DIRECTORIES=/home/imaterna/ros_hydro/catkin_ws/devel/share/common-lisp
ROS_DISTRO=hydro
ROS_ETC_DIR=/opt/ros/hydro/etc/ros
...which looks quite Ok. I can even roscd to my packages (but autocompletion doesn't work).
My system is Ubuntu 12.10 64 bit (3.5.0-45-generic), ROS Hydro. I'm using bash shell:
echo $SHELL
/bin/bash
↧