Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/_fastestrplidar.so: wrong ELF class: ELFCLASS64 #8

Open
Eric-nguyen1402 opened this issue Nov 2, 2021 · 0 comments
Open

/_fastestrplidar.so: wrong ELF class: ELFCLASS64 #8

Eric-nguyen1402 opened this issue Nov 2, 2021 · 0 comments

Comments

@Eric-nguyen1402
Copy link

Eric-nguyen1402 commented Nov 2, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant