pointcloud_processing_server | performs basic processing of pointclouds using PCL
kandi X-RAY | pointcloud_processing_server Summary
kandi X-RAY | pointcloud_processing_server Summary
pointcloud_processing_server is a C++ library. pointcloud_processing_server has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
Server which performs basic processing of pointclouds using PCL - filtering, clipping, transformations, voxelizations, segmentations. This is essentially a convenient ROS wrapper for the Point Cloud Library - or maybe, an extension of the existing in-core ROS PCL wrapping. The aim is just to make usage more convenient and easily accessible even for people with no background in pointcloud operations by creating a very user-friendly, modular, and easily-modified interface. As well, because this system is managed solely through topics and services, it is language-agnostic from the client perspective and can be used either in C++ or Python. The user creates a pointcloud_process - a ROS service object which contains a list of pointcloud_task. Each individual pointcloud_task corresponds to a single operation on a pointcloud. When the server is fed the pointcloud_process it executes the list of pointcloud_tasks in order on the input cloud and publishes and returns the various outputs, depending on the parameter specifications. Generally, the user should not have to interface directly with the pointcloud_process or pointcloud_task types, because they can be initialized using custom yaml file layouts.
Server which performs basic processing of pointclouds using PCL - filtering, clipping, transformations, voxelizations, segmentations. This is essentially a convenient ROS wrapper for the Point Cloud Library - or maybe, an extension of the existing in-core ROS PCL wrapping. The aim is just to make usage more convenient and easily accessible even for people with no background in pointcloud operations by creating a very user-friendly, modular, and easily-modified interface. As well, because this system is managed solely through topics and services, it is language-agnostic from the client perspective and can be used either in C++ or Python. The user creates a pointcloud_process - a ROS service object which contains a list of pointcloud_task. Each individual pointcloud_task corresponds to a single operation on a pointcloud. When the server is fed the pointcloud_process it executes the list of pointcloud_tasks in order on the input cloud and publishes and returns the various outputs, depending on the parameter specifications. Generally, the user should not have to interface directly with the pointcloud_process or pointcloud_task types, because they can be initialized using custom yaml file layouts.
Support
Quality
Security
License
Reuse
Support
pointcloud_processing_server has a low active ecosystem.
It has 7 star(s) with 6 fork(s). There are 4 watchers for this library.
It had no major release in the last 6 months.
pointcloud_processing_server has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of pointcloud_processing_server is current.
Quality
pointcloud_processing_server has no bugs reported.
Security
pointcloud_processing_server has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
pointcloud_processing_server does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
pointcloud_processing_server releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pointcloud_processing_server
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pointcloud_processing_server
pointcloud_processing_server Key Features
No Key Features are available at this moment for pointcloud_processing_server.
pointcloud_processing_server Examples and Code Snippets
No Code Snippets are available at this moment for pointcloud_processing_server.
Community Discussions
No Community Discussions are available at this moment for pointcloud_processing_server.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pointcloud_processing_server
pointcloud_process service objects are initialized based on yaml files stored in param/pointcloud_process_from_yaml. These yaml files themselves contain lists of task specifications. The list is preceded by the following two parameters.
min_cloud_size: the service will fail and return if the cloud size ever falls below this threshold
task_list: the list of task names. It is VERY IMPORTANT that these names match those specified in the yaml file below
min_cloud_size: the service will fail and return if the cloud size ever falls below this threshold
task_list: the list of task names. It is VERY IMPORTANT that these names match those specified in the yaml file below
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page