orbbec / OrbbecSDK_ROS2

OrbbecSDK ROS2 wrapper
Apache License 2.0
91 stars 35 forks source link

Body tracking support lacking #39

Closed arsimone closed 5 months ago

arsimone commented 5 months ago

Is there a plan to add and support the Kinect body tracking directly from a ROS2 node? If so, what is the expected timeline?

zhonghong322 commented 5 months ago

The Kinect body tracking relies on the data interface of AKDK. You can refer to our K4a wrapper (https://github.com/orbbec/OrbbecSDK-K4A-Wrapper) , replace the AKDK header files and library files, and then you can run Azure Kinect ROS (https://github.com/microsoft/Azure_Kinect_ROS_Driver).

arsimone commented 5 months ago

Thank you very much indeed!