Skip to content

Commit

Permalink
fixup! draft: Organize ros params as dataclass
Browse files Browse the repository at this point in the history
  • Loading branch information
elvout committed Feb 19, 2024
1 parent a9cba0f commit e408e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolov8_ros/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class YoloSkeletonRightWristNodeParams:
rgb_sub_topic: str = field(default="/camera/color/image_raw/compressed")
"""sensor_msgs/CompressedImage RGB topic to subscribe to."""

depth_sub_topic: str = field(default="/camera/aligned/depth_to_color/image_raw")
depth_sub_topic: str = field(default="/camera/aligned_depth_to_color/image_raw")
"""
sensor_msgs/Image aligned depth topic to subscribe to.
Expand Down

0 comments on commit e408e5d

Please sign in to comment.