pcl
Here are 287 public repositories matching this topic...
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
-
Updated
Jul 29, 2021 - C++
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
-
Updated
Jun 18, 2019 - C++
.NET's fastest JSON, JSV and CSV Text Serializers
-
Updated
Sep 1, 2021 - C#
-
Updated
May 20, 2021 - C++
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
-
Updated
May 28, 2021 - HTML
loam code noted in Chinese(loam中文注解版)
-
Updated
Oct 9, 2019 - C++
A collection of GICP-based fast point cloud registration algorithms
-
Updated
Sep 29, 2021 - C++
Point cloud registration pipeline for robot localization and 3D perception
-
Updated
Jul 27, 2021 - C++
C++ implementation to Detect, track and classify multiple objects using LIDAR scans or point cloud
-
Updated
Aug 29, 2021 - C++
Multi-threaded and SSE friendly NDT algorithm
-
Updated
Aug 5, 2021 - C++
-
Updated
Sep 10, 2021 - C++
Geolocation plugin for Xamarin and Windows
-
Updated
Oct 4, 2021 - C#
Connectivity Plugin for Xamarin and Windows
-
Updated
Nov 14, 2020 - C#
Python bindings for the Point Cloud Library (PCL)
-
Updated
Mar 8, 2021 - Python
Light-weight camera LiDAR calibration package for ROS using OpenCV and PCL (PnP + LM optimization)
-
Updated
Mar 27, 2021 - Python
L-CAS 3D Point Cloud Annotation Tool
-
Updated
Oct 28, 2020 - C++
Typed .NET clients for stripe.com REST APIs
-
Updated
Aug 18, 2021 - C#
Cluster based segmentation of Point Cloud with PCL lib in ROS
-
Updated
Jul 3, 2019 - Python
All laser type assemblers and manipulators.
-
Updated
Oct 4, 2021 - C++
A pipeline for online 3D reconstruction of objects only using visual data from RGB-D camera (Kinect V2).
-
Updated
Feb 7, 2019 - Python
Circle Buttons with icon for your Xamarin.Forms Applications
-
Updated
May 1, 2020 - C#
C++ application to convert pcd file, ply file, txt file or xyz point cloud to MESH representation (Gp3).
-
Updated
Jan 3, 2020 - C++
DBScan algorithm using Octrees to cluster 3D points in a space with PCL Library
-
Updated
Sep 15, 2021 - C++
recognize and localize an object in 3D Point Cloud scene using VFH - SVMs based method and 3D-CNNs method
-
Updated
Sep 8, 2019 - 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 error
pcl::PointXYZ is implemented as a union-like structure and has a field .data.
pcl::PointXY is however implemented as a “pure” structure and does not have a .data field.
To Reproduce
The result of this inconsistency are a weird compilation errors for the following code: