Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 25, 2024
1 parent cd6e060 commit 7a05295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msg/SegmentationConfig.msg
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ uint8 ANIMAL=7
# `class_ids[1]` returns the `class_id` for pixels with an intensity value of `2` in the mask.
# ...
# The relationship between pixels and class IDs continues in this way.
uint8[] class_ids
uint8[] class_ids
2 changes: 1 addition & 1 deletion msg/SegmentationMask.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SegmentationConfig config # Stores relation between class and image intensity

sensor_msgs/Image image # Mask image
sensor_msgs/Image image # Mask image

0 comments on commit 7a05295

Please sign in to comment.