Azure_Kinect_ROS_Driver
Azure_Kinect_ROS_Driver copied to clipboard
How to reconstruct k4a::capture data
I would like to reconstruct k4a::capture data from rosbag.
are these steps true?
depthandirdata are recorded on rosbag.- get calibration data from a device.
- create tracker with calibration data I got from device.
- each k4a::image is created from
depthandirdata on rosbag. k4a::capturewill be initialized and setk4a::imagewith its functionset_depth_image()andset_ir_image(). 6 tracker will be able to detect poses withk4a::capture.
I have already tried them. Although it could detect poses, there is something different in position with the body tracking data that was recorded in real time. Why did the difference happen?