Skip to content

Commit 9e5d0e0

Browse files
Create README1.md
1 parent 90238ad commit 9e5d0e0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README1.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

0 commit comments

Comments
 (0)