#!/usr/bin/env python

from simple_drive import cmd_vel_mux

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