-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab completion function for catkin_make seems to be broken #485
Comments
Yes it should and it does for me. Can you please describe which version of catkin you have installed and how you source the ROS environment? |
Yes I am sourcing /opt/ros/groovy/setup.bash dpkg -l -> ii ros-groovy-catkin 0.5.71-0precise-20130721-1548-+0000 Low-level build system macros and infrastructure for ROS. |
It might be related to the versions of your installed packages of Which version of Ubuntu are you running? |
ii bash 4.2-2ubuntu2.1 GNU Bourne Again SHell a dist-upgrade doesn't seem to find anything though as for version: |
The reason seems to be the pretty old version of You could try to remove the function call from |
commenting out the "_init_completion -s || return" line solved the problem for me |
If I source the setup.bash in devel the problem comes back since we are using the generated one. Would using something like this work?
|
Can you please verify that replacing the line
with this
will make it work for you with older bash completion? Please test completion of options starting with |
Looks like it functions correctly. both |
When attempting a tab complete I get "_init_completion: command not found"
Is it supposed to be tab completing the possible inputs?
The text was updated successfully, but these errors were encountered: