How to install package from source in groovy?
Hi all,
I'm just starting out with ROS, and I'm trying to install some ROS packages, but there is no .deb file available, so I cant use apt-get. For example, package tf2_web_republisher. How do I go about installing from source? I've read posts such as:
http://answers.ros.org/question/61693/individual-package-install/
http://answers.ros.org/question/36784/how-to-install-a-stack-and-package-manually-in-fuerte/
but they use the command rosws. I believe this uses rosbuild. Since I'm using groovy, I'd like to build it using catkin. Can someone kindly guide me how to install packages from source on groovy using catkin?
Thanks!