Skip to content

Running Off Jet, Realtime Software

Ben Kroop edited this page Feb 26, 2019 · 1 revision

This document covers the process for running Jet-connected software on a separate device, like a laptop GUI, a Joystick interface computer, or the Thrust Stand.

  1. Start the software on the Jet (instructions here)
  2. On the other machine, start a container using jet run -b <jet_ip>:1883
  3. Start your software inside the container
  4. The local software should just start communicating with the Jet seamlessly
Clone this wiki locally