File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # OpenPilot Custom Modifications
2+
3+ This repository contains custom modifications to OpenPilot(steering and accelaration), including updates to the keyboard and joystick control files.
4+
5+ ## Modified Files
6+
7+ 1 . ** Keyboard Control File:**
8+ - File: ` tools/lib/keyboard_ctrl.py `
9+ - Description: Custom changes to the keyboard control logic to integrate with the new GUI button.
10+ - Path in Repository: [ tools/lib/keyboard_ctrl.py] ( https://github.com/Sage-A/openpilot/blob/ADbranch/tools/lib/keyboard_ctrl.py )
11+
12+ 2 . ** Joystick Control File:**
13+ - File: ` tools/sim/joystick_control.py `
14+ - Description: Modifications to the joystick control to handle new input methods, including GUI-based control.
15+ - Path in Repository: [ tools/sim/joystick_control.py] ( https://github.com/Sage-A/openpilot/blob/ADbranch/tools/sim/joystick_control.py )
16+
17+ ## How to Set Up
18+
19+ Find instructions on how to set up/build Openpilot in the README.md file in openpilot/tools.
20+ Find instructions on how to run MetaSim in the README.md file in openpilot/tools/sim.
You can’t perform that action at this time.
0 commit comments