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

How can I use pcl on Android?Anyone compile successful? #2991

Closed
dvlee1024 opened this issue Apr 11, 2019 · 8 comments
Closed

How can I use pcl on Android?Anyone compile successful? #2991

dvlee1024 opened this issue Apr 11, 2019 · 8 comments

Comments

@dvlee1024
Copy link

as title.

@SergioRAgostinho
Copy link
Member

The people involved in #2358 seemed to be relatively successful at doing so. I also know Debian is also able to compile PCL for its arm architecture.

I can't advise you on how to do it though.

@andophine
Copy link

Here is the information that I followed to build PCL for Android. https://github.com/bashbug/pcl-for-android. However, the performance is quite slow compared than running on MAC or Windows system.

@stale
Copy link

stale bot commented May 19, 2020

Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the status: stale label May 19, 2020
@kunaltyagi
Copy link
Member

@Morwenn is the conan setup significantly different in the aforementioned project and your conan file?

@stale stale bot removed the status: stale label May 20, 2020
@Morwenn
Copy link
Contributor

Morwenn commented May 20, 2020

@kunaltyagi From what I can see there's a lot of variables manually provided to CMake that are implicit on mine (CMAKE_BUILD_TYPE, etc.) and some are fixed while we let the choice (libraries, shared PCL, static Flann) - it's pretty clear that they fixed the options to what they needed and that they know to work. It notably manually specifies the library paths which we don't need to do when generators are used properly.

The one thing it actually does and that I don't handle is the Android toolchain configuration, I'm not sure what Conan provides to simplify that and I never did it so I can't really comment on this part.

@kunaltyagi
Copy link
Member

... which we don't need to do when generators are used properly

So apart from the android toolchain config, there's not much different? That's nice to know, because we can ask the author to try and update our recipe (once it's ready)

@stale
Copy link

stale bot commented Jun 20, 2020

Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the status: stale label Jun 20, 2020
@kunaltyagi
Copy link
Member

kunaltyagi commented Jun 22, 2020

Conan needs #4076, closing because the setup differs only mildly as per @Morwenn

PS: answer to top OP is Yes

@stale stale bot removed the status: stale label Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants