#!/usr/bin/env python

from gps_goal import gps_goal

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