Sourcing install setup.bash with cross compiled install
Hi,
I am using ROS Jade on an Odroid XU4 (ARM) running Ubuntu 15.04. I have managed to successfully cross-compile a bare bones ROS Jade install, and moved the install_isolated folder to the Odroid. I source the setup.bash file and can start roscore, so far so good. However, when I cross-compile my own package (in a separate folder from the install) and move that devel folder to the board, then sourcing that setup.bash file removes the install_isolated/bin directory from the PATH and I can no longer start roscore.
When I cross compile my package on my computer I had sourced the install_isolated/setup.bash for the cross compiled install.
What steps do I need to take in order to not have my package's setup.bash file remove the install from PATH?
Thanks!
May I suggest a title change? I'd suggest to include at least the fact that you're cross-compiling. Possibly also how you deploy to your target.
Thank you for the suggestion, let's hope it helps.
No respose in almost a month, I assume this means that either: 1) I am way off, or 2) It should work this way, at least in theory. But which one is it? :)