Hello All,
I've built a catkin package which has a main node and links against a repository. My problem is that everytime I need to use the package I have to run "source devel/setup.bash" before running the command 'rosrun'. Otherwise, I receive an error.Is there any way to solve this problem and avoid to run this command everytime?
Thanks.
↧