Skip to content

Commit

Permalink
deleted test files and empty folder
Browse files Browse the repository at this point in the history
The vectornav code should be availbe elsewhere and the test can-bus files were not used so they were moved.
  • Loading branch information
sdekhterman committed Oct 17, 2024
1 parent 3d200be commit 6862b6e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 280 deletions.
87 changes: 0 additions & 87 deletions dbw/dbw/can_test.py

This file was deleted.

44 changes: 0 additions & 44 deletions dbw/dbw/can_test_2.py

This file was deleted.

101 changes: 0 additions & 101 deletions dbw/dbw/dbw_neo.py

This file was deleted.

43 changes: 0 additions & 43 deletions dbw/dbw/test.py

This file was deleted.

5 changes: 1 addition & 4 deletions dbw/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
tests_require=['pytest'],
entry_points={
'console_scripts': [
'dbw_neo = dbw.dbw_neo:main',
'dbw_read = dbw.dbw_read:main',
'can_test = dbw.can_test:main',
'can_test_2 = dbw.can_test_2:main'
'dbw_read = dbw.dbw_read:main'
],
},
)
1 change: 0 additions & 1 deletion vectornav
Submodule vectornav deleted from aa8906

0 comments on commit 6862b6e

Please sign in to comment.