-
Notifications
You must be signed in to change notification settings - Fork 257
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
Include build directory in repo #21
Comments
i got the same problem. |
Same here. Following advice of @micahreich above I created the /build directory, entered it and ran cmake with following warnings, and fatal errors:
|
Now, from U22.04 Jammy / ROS2 Humble when I try the trick of just creating the 'build' directory and running cmake from there, I get a much shorter fatal error message. Advice?? What's my path to source? What's my path to build?
The directory prior to adding build is:
|
Ah, solved!! IMPORTANT DETAIL: DON'T LEAVE OFF THE . . AFTER CMAKE! |
Thanks a lot! This was really helpful |
yeah,i creat the /build file and camke ,it really work
Opteron
***@***.***
…------------------ 原始邮件 ------------------
发件人: "Archit ***@***.***>;
发送时间: 2022年11月15日(星期二) 中午11:31
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [YDLIDAR/YDLidar-SDK] Include build directory in repo (Issue #21)
Thanks a lot! This was really helpful
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
I also got the same problem |
The installation tutorial instructs you to
cd
intoYDLidar-SDK/build
but this directory does not exist in the repository upon cloning. For the sake of new users, add the empty build directory to the repository to circumvent any confusion, since nowhere in the installation instructions does it say to make a new directory.The text was updated successfully, but these errors were encountered: