-
Notifications
You must be signed in to change notification settings - Fork 6
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
Pcl 1.8 merge #6
Open
RufaelDev
wants to merge
593
commits into
trunk
Choose a base branch
from
pcl-1.8-merge
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
removed extraneous comments
Fix alpha channel in tests clouds
Move linker flags
Add extrinsic calibration to tutorial
#1289 PCLConfig.cmake.in, OSX + homebrew
An output parameter was incorrectly marked as an input parameter.
Fix savePolygonFile* ASCII file support
Fix YouTube iframe not being displayed in Ensenso tutorial
* Hasn't been used in years. * Not part of a stable release.
This is quite similar in spirit to IncrementalICP, but matches new clouds to all previously registered clouds instead of only the last one. This is computationally more expensive, but provides a more robust matching when successive clouds do not alway cover nearby parts of the environment. As this (just as IncrementalICP) is a standard method to apply ICP in practice, I expected to find this functionality in PCL. As it wasn't there yet, I wrote this class.
Fixes #1449. getMaxDistance was using the norm of a Eigen::Vector4f to compute the 3D distance between points. The norm was using the 4th element of xyz/data[4] which is often just bit trash. When an index vector is provided, the function was returning the wrong point. Added tests for both
Fixes incorrect distance calculation in getMaxDistance
Remove 3rdparty stuff
A leftover from #1414 that missed testing on #1434.
Exclude --as-needed linker flag in darwin + gcc scenario
WIP of #1381. int8 and uint8 types were being evaluated as char and unsigned char, their actual original type, so whenever a lexical_cast was performed from a multi-digit string to an (unsigned) char, a bad_lexical_cast exception was thrown and the value set to a quiet NaN. Functionally-wise, this PR will make color parsing work.
Fixes PLY parsing of char and uchar scalars
Fix build on Ubuntu arm64 platform
information (0,0,0).
Fixed normal accumulator vector normalization when there is no normal information (0,0,0).
Resolved bug with ModelOutlierRemoval using indices
fix in toPCLPointCloud2 if input cloud has no points
fix ply file header parsing
Add missing typedefs to PointCloud for stl container compatibility
The output container was passed by copy and not by reference to getSupervoxelToSegmentMap()
Update installer name and OpenMP dll for Visual Studio 2017 (MSVC15).
boost::math wasn't included anyhow, resulting in build errors.
Replace boost::math::isnan by pcl_isnan
Currently, pcl_mesh2pcd blocks at visualizing the generated pcd.
Option for no blocking with visualization on mesh2pcd
Option for no blocking with visualization on mesh_sampling
39cb8b6 introduced a cross-compilation error for Android where a build would fail with [...] pcl/common/include/pcl/pcl_macros.h:394:4: error: #error aligned_malloc not supported on your platform #error aligned_malloc not supported on your platform ^ pcl/common/include/pcl/pcl_macros.h:410:4: error: #error aligned_free not supported on your platform #error aligned_free not supported on your platform ^ [...] This patch adds a new CPP branch for Android to pcl_macros.h. The calls to memalign() and free() were checked against the malloc.h files from the Android NDK r13b.
Fix Android cross-compilation error
Added hyperlink to a tutorial referred.
Added link to a referenced tutorial in narf_keypoint_extraction.rst
Consistent permissions when creating PCD files
Update lccp_segmentation.h
Update Installer for MSVC15
visualization: Return when camera file is not open
…second the VTK support was tested, it compiles with VTK 7.1.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
merging changes to move to 1.8