Repository files navigation
Turn on MOOG computer at back of driving sim
Turn on Power Strip at front of driving sim
Make sure all cables are plugged in
Turn on the Battery Enable Switch at front of driving sim
Plug in green 3 phase Power Cord
Ensure E-Stop is disengaged
Plug arduino into computer (labelled)
Turn on projectors with remote
Should only have to press on button once
Ensure that all projectors have successfully turned on
Open Assetto and begin a race with desired car and track
Click Main Menu
Click Drive
Select a car
Select a track
Change settings (manual, automatic, damage, etc.)
Click Start Engine
Make sure to click the steering wheel at the top of the menu once it starts to begin
Open a terminal, and navigate to ~/Desktop/"Assetto Corsa Shared Memory"
In bash:
cd ~/driving_sim
In powershell:
cd
This can also be done by opening the VS Code folder
Run assetto_moog_control.py
In bash:
python assetto_moog_control.py
In powershell:
python .\assetto_moog_control.py
To kill all python processes in powershell run:
taskkill /F /IM python.exe
You will need to run this before restarting the code if the base faults (as in an ESTOP)
Kill all python processes as shown in terminal commands
Close out Assetto Corsa
Reverse all instructions from Powering On
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.