You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran rosrun lms1xx find_sick
command on a fresh install. It throws an exception: AttributeError: 'str' object has no attribute 'decode'
for line 43, UDP_DATA_discovery = '...'decode('hex').
The text was updated successfully, but these errors were encountered:
I ran
rosrun lms1xx find_sick
command on a fresh install. It throws an exception:
AttributeError: 'str' object has no attribute 'decode'
for line 43, UDP_DATA_discovery = '...'decode('hex').
The text was updated successfully, but these errors were encountered: