Skip to content

Commit 6d6c0b4

Browse files
authoredOct 10, 2018
Merge pull request BogGyver#11 from BogGyver/Tesla_pedal_noLogo
Tesla pedal no logo - ALCA
2 parents 61ea653 + 1291592 commit 6d6c0b4

File tree

125 files changed

+7278
-1907
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+7278
-1907
lines changed
 

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ selfdrive/test/tests/plant/out
3232
/src/
3333

3434
one
35+
36+
.vscode/settings.json
37+
launch_chffrplus.sh
38+

‎.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ script:
1010
- docker run --rm
1111
-v "$(pwd)"/selfdrive/test/tests/plant/out:/tmp/openpilot/selfdrive/test/tests/plant/out
1212
tmppilot /bin/sh -c 'cd /tmp/openpilot/selfdrive/test/tests/plant && OPTEST=1 ./test_longitudinal.py'
13+
14+
branches:
15+
only:
16+
- /.*/

0 commit comments

Comments
 (0)