Configure whether to use debian or source package
Hi, I'm using my ros package which I cloned from GIT. I also package it as debian. If I install the debian ROS still use the source package checked using
rospack list | grep my-package
Can I reconfigure ROS to switch between the installed deb package and the source package? If I remove the source repo ROS knows to look at /opt/ros/$DISTRO/share/ but I would like to avoid this hack.
Thank you, Tal