Skip to content
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

Transform function pixel_2d_to_point_3d #233

Open
ridasaleem0 opened this issue Jan 17, 2022 · 3 comments
Open

Transform function pixel_2d_to_point_3d #233

ridasaleem0 opened this issue Jan 17, 2022 · 3 comments
Assignees

Comments

@ridasaleem0
Copy link

ridasaleem0 commented Jan 17, 2022

Hi,
Can we use all the transform sub-functions provided within Kinect SDK using ROS nodes? or just the color to depth image and vice versa?
I have an algorithm with makes use of transform.pixel_2d_to_point_3d() to get 3d points in mm and I am unable to find anything related to it in the repository. @ooeygui

@ooeygui
Copy link
Member

ooeygui commented Jan 17, 2022

The Azure Kinect SDK has distro affinity, which has prevented us from migrating the melodic repo forward. The ROS2 Foxy repo can be moved forward to latest SDK. We should branch the Melodic repo into a noetic repo in order to support the latest SDK.

@ridasaleem0
Copy link
Author

@ooeygui Thank you for your quick response. So we cannot currently make use of the latest SDK functions using ROS nodes? Can you maybe provide an alternative?

@ooeygui
Copy link
Member

ooeygui commented Jan 18, 2022

@ridasaleem0 We have not made the changes in the repo to enable the Kinect ROS node with later ROS distributions. Later distributions of the Kinect SDK require features which are incompatible with Melodic, so require Noetic. In order to support later SDKs, we need to create a noetic branch, update the makefiles, and update the code to address the API changes.

I created this work item - #234

@ooeygui ooeygui self-assigned this Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants