#!/usr/bin/env python

import follow_waypoints

if __name__ == '__main__':
    follow_waypoints.main()
