How do I compile ROS from source using a forked ros_comm
I want to compile ROS from source. To do this, I can follow the instructions from http://wiki.ros.org/indigo/Installation/Source, specifically the lines
rosinstall_generator ros_comm --rosdistro indigo --deps --wet-only > indigo-ros_comm-wet.rosinstall
wstool init -j8 src indigo-ros_comm-wet.rosinstall
However, I want to use my own forked version of ros_comm packages from https://github.com/asundaresan/ros_comm
It is not clear to me how I can build a bare-bones ROS from source using the above forked version. I'd be grateful for any pointers or instructions for the same. I could not find any.
Thanks, Aravind.