Skip to content

Commit 5fab23c

Browse files
committed
Add support for BODY_FORMAT::POSE_34
1 parent fc26b8c commit 5fab23c

File tree

3 files changed

+63
-4
lines changed

3 files changed

+63
-4
lines changed

msg/Object.msg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ float32[3] dimensions_3d
4545
# Is skeleton available?
4646
bool skeleton_available
4747

48+
# Skeleton format
49+
# 0 -> POSE_18
50+
# 2 -> POSE_34
51+
int8 body_format
52+
4853
# 2D Bounding box projected to Camera image of the person head
4954
zed_interfaces/BoundingBox2Df head_bounding_box_2d
5055

msg/Skeleton2D.msg

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Skeleton joints indices
1+
# Skeleton joints indices for BODY_FORMAT::POSE_18
22
# 16-14 15-17
33
# \ /
44
# 0
@@ -18,4 +18,31 @@
1818
# | |
1919
# | |
2020
# 10 13
21-
zed_interfaces/Keypoint2Df[18] keypoints
21+
22+
# Skeleton joints indices for BODY_FORMAT::POSE_34
23+
# 30 28
24+
# \/
25+
# 31 27 29
26+
# \ | /
27+
# 26
28+
# |
29+
# 16-15-14---13--12-11 03 04-05--06---07-08-09
30+
# / \ | / \ #
31+
# 17 02 10
32+
# |
33+
# 01
34+
# |
35+
# |
36+
# 22-00-18
37+
# | |
38+
# | |
39+
# | |
40+
# 23 19
41+
# | |
42+
# | |
43+
# | |
44+
# 24 20
45+
# | |
46+
# 25 21
47+
48+
zed_interfaces/Keypoint2Df[34] keypoints

msg/Skeleton3D.msg

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Skeleton joints indices
1+
# Skeleton joints indices for BODY_FORMAT::POSE_18
22
# 16-14 15-17
33
# \ /
44
# 0
@@ -18,4 +18,31 @@
1818
# | |
1919
# | |
2020
# 10 13
21-
zed_interfaces/Keypoint3D[18] keypoints
21+
22+
# Skeleton joints indices for BODY_FORMAT::POSE_34
23+
# 30 28
24+
# \/
25+
# 31 27 29
26+
# \ | /
27+
# 26
28+
# |
29+
# 16-15-14---13--12-11 03 04-05--06---07-08-09
30+
# / \ | / \ #
31+
# 17 02 10
32+
# |
33+
# 01
34+
# |
35+
# |
36+
# 22-00-18
37+
# | |
38+
# | |
39+
# | |
40+
# 23 19
41+
# | |
42+
# | |
43+
# | |
44+
# 24 20
45+
# | |
46+
# 25 21
47+
48+
zed_interfaces/Keypoint3D[34] keypoints

0 commit comments

Comments
 (0)