Skip to content

Commit

Permalink
Remove topics from param file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 12, 2024
1 parent b20bc0e commit 3feebfb
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions human_detector/human_detector/human_detector_parameters.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
human_detector_parameters:
rgb_image_topic: {
type: string,
default_value: "/camera/color/image_raw",
read_only: true,
description: "Topic with rgb image.",
}
depth_image_topic: {
type: string,
default_value: "/camera/depth/image_rect_raw",
read_only: true,
description: "Topic with depth image.",
}
camera_info_topic: {
type: string,
default_value: "/camera/camera_info",
read_only: true,
description: "Topic with camera name.",
}
camera_frame_id: {
type: string,
default_value: "camera_link",
Expand Down

0 comments on commit 3feebfb

Please sign in to comment.