#!/bin/sh

splug meta_vehicle.moos ../vehicle1.moos \
    VID=1                                \
    SIM_START_POS=10,-15,180,0

splug meta_vehicle.moos ../vehicle2.moos \
    VID=2                                \
    SIM_START_POS=-10,-25,180,0

