how to install package which from another computer
HI, i just copy my package from one computer which install ROS indigo to another computer which installed ROS indigo and under same workspace. And catkin_make, but when i roscd that package, it said can't find. Any suggestions, thanks
Asked by crazymumu on 2015-06-08 17:28:56 UTC
Comments
Is your workspace in the second computer properly sourced?
source CATKIN_WS/devel/setup.bash
? Can youroscd
into the copied package?Asked by Javier V. Gómez on 2015-06-09 01:52:58 UTC
yes, i did that and can find the package with
roscd
Asked by crazymumu on 2015-06-09 18:22:38 UTC
So what is the problem now? Because in the original post you say that roscd can't find it.
Asked by Javier V. Gómez on 2015-06-10 01:57:25 UTC