pcl
Here are 229 public repositories matching this topic...
-
Updated
Jul 7, 2020 - C++
-
Updated
Jul 6, 2020 - C#
-
Updated
Jun 18, 2019 - C++
When converting a GridMap to an OpenCV image with the method grid_map:GridMapCvConverter::toImage, the cv::Mat is initialized with zeros (black pixels) (here) then, only finite values are copied from the GridMap to the cv::Mat ([here](https://github
-
Updated
Jul 11, 2020 - C#
Just found out that logarithm with base of 10 doesn't have keyword in the Unary Functions, should we include it?
- The keyword of logarithm with base of 10 is not a thing while it usually refers to log(x), lg(x) or even Log(x)
- The logarithm with base 10 should be referred to lg(x) as ISO/IEC 80000 recommends.
- Exp:
// return 2.0
new Expression("lg(100)").calculate()
-
Updated
May 13, 2020 - C++
-
Updated
Oct 9, 2019 - C++
-
Add a reference assembly to a project, like described in the blog (e.g. https://github.com/AzureAD/microsoft-authentication-library-for-dotnet)
-
Build the sln, which builds both project and ref project
-
Pack via "msbuild /t:pack /p:nobuild=true"
Actual:
The pack does not obey the "nobuild" setting. It needs to rebuild because the ref assemblies are not actually produced in ste
Notes for Android Q
Not a bug, but an information piece that probably needs to go in the docs.
On Android Q the way apps requesting location updates when not in the foreground has changed and without making changes even if you are using a foreground service your app will ask to monitor location updates always, which users will reject as you have no good reason to do so.
It's all listed here : https://developer.andr
If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below.
Failure to fill out this information will result in this issue being closed. If you post a full stack trace in a bug it will be closed, please post it to http://gist.github.com and then post the link here.
Bug Information
He
-
Updated
Jun 28, 2020 - C++
-
Updated
Jul 6, 2020 - C++
-
Updated
Jun 15, 2020 - C#
-
Updated
May 16, 2020 - C++
Hi,
This looks like a neat repo that I'd like to try out. What is the target deployment environment you are expecting? Do you have any dependency/build/installation instructions you'd like to share?
I'm on Ubuntu 18.04 / Cuda 10.1.
Except for the very simple example, I didn't find any documentation or tutorials about this library. Can you edit one just like laspy, which allows beginners to get started quickly and make your project get more attention. You can start with simple modules, like I/O,kd-tree,octree,visualization,etc. Thank you very much!
-
Updated
Jul 3, 2019 - Python
-
Updated
May 1, 2020 - C#
-
Updated
Apr 2, 2020 - C++
-
Updated
Dec 1, 2019 - C++
-
Updated
Feb 7, 2019 - Python
-
Updated
Sep 8, 2019 - C++
-
Updated
Jul 10, 2020 - C++
-
Updated
Jan 3, 2020 - C++
Improve this page
Add a description, image, and links to the pcl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pcl topic, visit your repo's landing page and select "manage topics."
Describe the bug
Documentation says flann version 1.7.1 is minimum required. The least tested version of flann on the CI is 1.8.4:
$ docker run --rm -it ubuntu:16.04 bash $ apt update $ apt search libflann Sorting... Done Full Text Search... Done libflann-dev/xenial 1.8.4-4.1 amd64 Fast Library for App