-
Notifications
You must be signed in to change notification settings - Fork 51
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
Failed to compile uncertainty_pnp on ubuntu 20.04 using compile_all.sh #126
Comments
@GiantRabbit12138 Maybe your gcc version is not compatible with this code. Try to use 5.4.0 gcc version. |
@tzsombor95 Thank you for your reply! According to your suggestion, I replaced the original |
@GiantRabbit12138 I checked my environment, I have 9.4.0 gcc, so it was a good start. Did you run scripts/install_deps.sh before compile_all.sh script? |
@tzsombor95 Yes, in order to avoid ignoring some wrong installation information, I executed the installation command line by line(install_depth.sh). However, |
Try to follow this instructions: https://github.com/shanice-l/gdrnpp_bop2022/blob/main/docs/INSTALL.md |
@tzsombor95 Thank you, sir. Following the steps in INSTALL.md, I successfully generated the libceres.so file. As for
|
Hi, could you please help me with the following issue? @wangg12 @goodfella47 @Rainbowend @lolrudy @tzsombor95
When I compile using the compile_all.sh script, uncertainty_pnp failed to compile successfully. I'm using Ubuntu version 20.04. The error screenshot is as follows:
The text was updated successfully, but these errors were encountered: