Skip to content

Commit

Permalink
uncomment the correct line of code, fix tud-cor#5
Browse files Browse the repository at this point in the history
  • Loading branch information
ttingchia committed Jun 9, 2021
1 parent 542ed3e commit 2e52286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes/cm_vel_subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def __init__(self, process_name='FarmingSimulator2019Game.exe',
buflen_len=1, expected_size=None
):
self.__buflen_len = buflen_len
# self.__mw = MemWorker(name=process_name)
self.__mw = MemWorker(pid=5568)
self.__mw = MemWorker(name=process_name)
# self.__mw = MemWorker(pid=5568)
# sentinel values
self.__marker_start = marker_start
self.__marker_end = marker_end
Expand Down

0 comments on commit 2e52286

Please sign in to comment.