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
After I finished installing the fastestrplidar library when I ran this example :
`
from fastestrplidar import FastestRplidar
if name == 'main':
# Initialize the library and creates and object
lidar = FastestRplidar()
# connects the lidar using the default port (tty/USB0)
lidar.connectlidar()
# Starts the lidar motor
lidar.startmotor()
# fetches the lidar scan data
result = lidar.fetchscandata()
print ("result - ")
print (result)
# done. Stops the motor
lidar.stopmotor()
`
I meet this error: /_fastestrplidar.so: wrong ELF class: ELFCLASS64 and the _fastestrplidar.so file is empty. Has anyone had a solution for this problem?
The text was updated successfully, but these errors were encountered:
After I finished installing the fastestrplidar library when I ran this example :
`
from fastestrplidar import FastestRplidar
if name == 'main':
# Initialize the library and creates and object
lidar = FastestRplidar()
`
I meet this error: /_fastestrplidar.so: wrong ELF class: ELFCLASS64 and the _fastestrplidar.so file is empty. Has anyone had a solution for this problem?
The text was updated successfully, but these errors were encountered: