Hi, I am currently playing around with a ZED2 camera in ROS2, and I am trying to build a transform tree for detected humanoid skeletons. The ROS2 interfaces provide me with a keypoint for each joint in Skeleton3D.msg. As my math is sketchy, I was thinking maybe you could help as I know that after playing around with the python sdk, the rotations of each joint is given there.
My question is then:
Could you provide the algorithm for obtaining the frames of each joint (the root PELVIS joint is especially difficult) or
Could you include this data in future ros2 interfaces
Hi, I am currently playing around with a ZED2 camera in ROS2, and I am trying to build a transform tree for detected humanoid skeletons. The ROS2 interfaces provide me with a keypoint for each joint in
Skeleton3D.msg
. As my math is sketchy, I was thinking maybe you could help as I know that after playing around with the python sdk, the rotations of each joint is given there.My question is then:
Thanks