Skip to content

Flight simulator

Nirvik Baruah requested to merge FlightSimulator into master
  • Added 3 lights so that LED wing matches physical model exactly

  • Created a test script which sends random commands to the simulator through a Python script.

  • Added additional documentation on Unity project

  • Rebuilt project

  • Wasn't able to figure out purple strobes or recreate the error on my end. However, from my test script, it seems that multiple commands get compacted into a single line if sent at a high rate which indicates an error with either the socket code or multithreading support in Unity. I have left a TODO in the appropriate file.

Merge request reports