hsnuhayato / rtm-ros-robotics

Automatically exported from code.google.com/p/rtm-ros-robotics
0 stars 0 forks source link

rtshell-setup.sh in openrtm_tools looks for rtshell/bash_completion from weird location? #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using deb binary of hironx-chain, when trying:

{{{
$ source `rospack find openrtm_tools`/scripts/rtshell-setup.sh
}}}

Error:
{{{
bash: 
/tmp/buildd/ros-groovy-rtshell-1.0.0-3precise-20130908-0321/share/rtshell/bash_c
ompletion: No such file or directory
}}}

while `bash_completion` seems to be installed under appropriate location: 
`rtshell/share/rtshell/bash_completion`.

Original issue reported on code.google.com by gm130s on 13 Sep 2013 at 2:05

GoogleCodeExporter commented 9 years ago
More specifically, the error comes from:

    $ source `rospack find rtshell`/share/rtshell/shell_support
    bash: /tmp/buildd/ros-groovy-rtshell-1.0.0-3precise-20130908-0321/share/rtshell/bash_completion: No such file or directory

Original comment by gm130s on 13 Sep 2013 at 2:37

GoogleCodeExporter commented 9 years ago
Fixed in r5553, this is problem when using 3rd party software.
catkin_make install copies files in devel/ or src/ into install/ directory but 
sometime s we need to change file path written in files in devel/src, currently 
I added install(CDOE cmake code to fix this but not sure if this is the correct 
way.

You need to add tag and bloom-release to check if this is fixed.

Original comment by kei.ok...@gmail.com on 13 Sep 2013 at 3:57

GoogleCodeExporter commented 9 years ago
rtshell will soon start being built on ROS' buildfarm (Groovy, Hydro).

Original comment by gm130s on 13 Sep 2013 at 11:53

GoogleCodeExporter commented 9 years ago
Issue is gone With ros-groovy-rtshell 1.0.1-0precise-20130913-1733-+0000.

Original comment by gm130s on 14 Sep 2013 at 8:20