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

Whether the full contents of libv are required for installation #2

Open
Azzurro96 opened this issue Nov 14, 2022 · 2 comments
Open

Comments

@Azzurro96
Copy link

There are 8 libraries provided by the libv. I want to know if everything is required. cause I meet an error as follows,
` error: ‘make_serializable’ is not a member of ‘v’
v::load(pc_cfg.path(), v::make_serializable(&pc));

@Azzurro96
Copy link
Author

In fact, everything is fine when I excute cmake.
image

@MathLabu
Copy link
Member

MathLabu commented Mar 1, 2023

Hi! 👋

For the libv library, only the sublibs libv-build (for building the libv), libv-core (for serialization), libv-graphic (for 2D/3D visualization), libv-geometry (for some geometric rotation) are required. Additionally, the lib lma is "part" of the libv, so libv-lma is required too (for optimization)!

When compiling if you don't have ros nor catkin installed, it's going to put some error/warning, but that does not hinder the compiling process of those 4 libs!

I updated the repository (commit a70f769) with the third-party libraries and a list of the dependencies! It should be easier to install the dependencies from the provided libs.

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

2 participants