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
#125 might address this. Applying the patch yields more sane output
./simple_grabber --channel --serial /dev/tty/USB0 460800
Error, cannot bind to the specified serial port /dev/tty/USB0.
Error, unexpected error, code: 80008004
Running
simple_grabber
using the default baudrate of 460800 elicits a segfault on line 993 ofsl_lidar_driver.cpp
Output of
dmesg --follow
The root issue appears to be trying to access an invalid memory address for the device stemming from
getBindedChannel()
returning0x0
The text was updated successfully, but these errors were encountered: