From 5bf75b531ad90f784903a4eab78b0eebdb655362 Mon Sep 17 00:00:00 2001 From: Jared Swift Date: Tue, 28 May 2024 10:01:47 +0100 Subject: [PATCH] refactor: remove redundant message. --- .../vision/lasr_vision_msgs/msg/BodyPixKeypoint.msg | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 common/vision/lasr_vision_msgs/msg/BodyPixKeypoint.msg diff --git a/common/vision/lasr_vision_msgs/msg/BodyPixKeypoint.msg b/common/vision/lasr_vision_msgs/msg/BodyPixKeypoint.msg deleted file mode 100644 index 826ada0c7..000000000 --- a/common/vision/lasr_vision_msgs/msg/BodyPixKeypoint.msg +++ /dev/null @@ -1,13 +0,0 @@ -# Keypoint.msg - -# int number of the parts following -# https://github.com/de-code/python-tf-bodypix/blob/develop/tf_bodypix/bodypix_js_utils/part_channels.py#L5 - -string part - -# the score of the body part -float64 score - -# the x and y coordinates of the body part -int32[] xy -