catkin_make install and move package on another pc without source code

asked 2016-11-17 15:44:40 -0500

dottant gravatar image

updated 2016-11-18 00:43:24 -0500

gvdhoorn gravatar image

Hi all,

I'm trying to figure out how to use the "catkin_make install" on PC1 to move a package on another PC2 for test purpose without source code.

I created the install folder on the PC1, copied it on the PC2' home, source the seput.sh on PC2 related on the new path editing the .bashrc, but the package can't be recognized on PC2: if i try to launch something from the home, the package can't be found and if i try to run the launch file directly from the launch folder it gives me some python errors and at the end it say "resource not found".

As long as the two PCs have different user names, is it possible to migrate a package to a different PC without source code using this method or not??

I've seen that the name of the PC1 remains in some file, could it be the problem?

Please, help me, thanks!!!

edit retag flag offensive close merge delete