#!/usr/bin/env python2

import image_overlay

if __name__ == '__main__':
    image_overlay.ros_main()
