Skip to content

Commit

Permalink
can now launch new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdekhterman committed Oct 24, 2024
1 parent 536976d commit 3b84a59
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 3 deletions.
Empty file modified dbw/dbw/C_library/helper.so
100755 → 100644
Empty file.
Empty file modified dbw/dbw/C_library/neo_can.so
100755 → 100644
Empty file.
Empty file modified dbw/dbw/dbw_read.py
100755 → 100644
Empty file.
Empty file added dbw/resource/dbw
Empty file.
6 changes: 3 additions & 3 deletions dbw/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
entry_points={
'console_scripts': [
'dbw = dbw.dbw:main',
'dbw_vel = dbw.dbw_vel:main'
'dbw_read = dbw.dbw_read:main'
'dbw_vel_sim = dbw.dbw_vel_sim:main'
'dbw_vel = dbw.dbw_vel:main',
'dbw_read = dbw.dbw_read:main',
'dbw_vel_sim = dbw.dbw_vel_sim:main',
],
},
)
Empty file modified dbw_msgs/CMakeLists.txt
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/ASC1.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/CCVS.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/Dbw.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/EAC1.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/EBC1.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/EEC1.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/EEC2.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/ETC2.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/ETC5.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/HRW.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/LC.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/LD.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/Shutdown.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/TCO1.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/VDC2.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/VEP.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/msg/VP2.msg
100755 → 100644
Empty file.
Empty file modified dbw_msgs/package.xml
100755 → 100644
Empty file.

0 comments on commit 3b84a59

Please sign in to comment.