ServerHost = localhost ServerPort = $(VPORT) // Community name IS the vehicle name Community = $(VNAME) #include plug_origin_warp.moos //------------------------------------------------------------ Processconfig = ANTLER { MSBetweenLaunches = 100 Run = uSimMarine @ NewConsole = false Run = uProcessWatch @ NewConsole = false Run = pHostInfo @ NewConsole = false } #include plug_pHostInfo.moos #include plug_uSimMarine.moos #include plug_uProcessWatch.moos