Install ROS Package Globally
I was wondering if it was possible to install a ROS package from source globally via catkin_make install
? i.e., I would want the package installed into the /opt/ros/indigo/... location instead of the catkin workspace. The use case is for a package not in the build farm that we wanted all users on our robot to have access to.