TORCS-0.1.0.2: Bindings to the TORCS vehicle simulator.

Safe HaskellNone
LanguageHaskell2010

TORCS.Connect.Runner

Synopsis

Documentation

startDriverWithPort Source #

Arguments

:: Bool

Should we start the GUI for you

-> Map Int (MVar String)

Shared gloabl communications channel

-> Driver

the controller to start

-> Int

the delay to allow TORCS to load before sending connection messages

-> ServiceName

the port, should be in [3001..]

-> IO (CarState, DriveState) 

The low level interface for connecting to TORCS. Usually, you should prefer to use TORCS.Connect.