Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ashum68 committed Jun 11, 2024
1 parent 24890d5 commit 9ce1df6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/detection/lidar_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@ def set_distance_stream_enable(self, port: serial.Serial, enable: bool) -> bool:
"""
Enable and disable streaming from the lidar.
"""
enable_data = [5, 0, 0, 0]
disable_data = [0, 0, 0, 0]
if enable is True:
result, _ = self.__execute_command(
port, self.__STREAM, self.__WRITE, self.__ENABLE_STREAMING_DATA
Expand Down

0 comments on commit 9ce1df6

Please sign in to comment.