Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.1 KB

install.md

File metadata and controls

27 lines (16 loc) · 1.1 KB
Setup

Installing TDW

TDW is two applications that communicate with each other over a TCP/IP socket. You need to have both to run TDW. They can be on the same machine or on separate machines (such as a laptop and a remote server).

  • The build is the 3D simulation environment. It is a windowed application that requires a display and a GPU.
  • The controller is a Python script that communicates with the build. You write your own controller script (though this repo contains many examples).

These documents will explain how to install both the build executable and the Python code required to write TDW controller scripts.


Next: Upgrading TDW

Return to the README


Example controllers: