Does tab completion work in catkin workspaces under groovy?
I have a dual catkin / rosbuild set up according to ros.org/wiki/catkin/Tutorials/using_rosbuild_with_catkin
For nodes build under catkin, using roscd takes me to the build/repo/package/catkin_generated/stamps/package folder.
It seems all of the build stuff is working, and I can execute the files (roslaunch/rosrun) if I give the complete filenames (e.g. rosrun package node), but the tab auto complete that works with rosbuild systems does not function properly.
To be clear, autocomplete works fine for anything built with rosbuild, but not for the catkinized packages.
I am calling the setup.bash from the rosbuild workspace.
Do I have something set up wrong, or is the tab complete functionality lost in catkin?