Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Increase parallelism of sensor data processing #32

Closed
skalldri opened this issue Jul 5, 2019 · 1 comment
Closed

Increase parallelism of sensor data processing #32

skalldri opened this issue Jul 5, 2019 · 1 comment
Labels
enhancement New feature or request triage needed The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team

Comments

@skalldri
Copy link
Contributor

skalldri commented Jul 5, 2019

Is your feature request related to a problem? Please describe.
Currently, the node processes large amounts of Kinect sensor data serially. Each image is produced in series, then followed by the point cloud. On powerful machines, this could be done in a multi-threaded way to speed up image generation.

Describe the solution you'd like
Provide an option to multi-thread the node so that images can be produced faster.

Describe alternatives you've considered
This could also be done by spawning many nodelets, but it could be expensive to serialize the K4A capture object so that it could be passed to various nodelets.

Additional context
Add any other context or screenshots about the feature request here.

@skalldri skalldri added enhancement New feature or request triage needed The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team labels Jul 5, 2019
@skalldri
Copy link
Contributor Author

Dupe of #56

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request triage needed The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team
Projects
None yet
Development

No branches or pull requests

1 participant