Slamtec / rplidar_sdk

Open source SDK for Slamtec RPLIDAR series products
BSD 2-Clause "Simplified" License
435 stars 263 forks source link

unable to make the SDK #116

Closed r8drfn89 closed 1 year ago

r8drfn89 commented 1 year ago

DB6AE89D-583B-4A1C-9FBB-B3F16491DF5F

I cloned the repository for the sdk. Then in the root of the sdk I tried to run make. These are the errors I get.

sudo make and make DEBUG=1 also fail and give this same errors

r8drfn89 commented 1 year ago

I even tried it in the rplidar_sdk/sdk still gives the same error 6F76604E-4D8C-4375-8722-5A42B3768F28

deyouslamtec commented 1 year ago

Try dev-sdk branch, the latest commit may solve this problem

r8drfn89 commented 1 year ago

@deyouslamtec What do you mean dev-sdk branch?

deyouslamtec commented 1 year ago

image

r8drfn89 commented 1 year ago

Okay thanks for showing where to click. Still does not explain what to do. Am I supposed to clone from that branch?

deyouslamtec commented 1 year ago

yes. clone or download dev-sdk branch

r8drfn89 commented 1 year ago

06D65376-76C4-4265-9B7D-C70F308283E9 @deyouslamtec I tried what you suggested and the same error is occurring during the make.

deyouslamtec commented 1 year ago

please run git clone -b dev-sdk https://github.com/Slamtec/rplidar_sdk.git to clone dev-sdk branch

r8drfn89 commented 1 year ago

I have successfully downloaded the sdk and went through the make. Now I am getting an error trying to run the applications. 5FEE0A2D-770C-434D-A346-2D368600A081 Where am I supposed to run the demo application?

deyouslamtec commented 1 year ago

The APP executable file is in the rplidar_sdk/output/Linux/Release/ directory

r8drfn89 commented 1 year ago

@deyouslamtec Thank you for all of your help. This made for a smooth install of the SDK. git clone -b dev-sdk https://github.com/Slamtec/rplidar_sdk.git to clone dev-sdk branch