Skip to content

Commit

Permalink
Add detected human frame paramater
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 14, 2024
1 parent 19891a9 commit 20c6d85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions human_detector/human_detector/human_detector_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ human_detector_parameters:
read_only: true,
description: "Name of frame containing the camera.",
}
detected_human_frame_id: {
type: string,
default_value: "detected_human",
read_only: true,
description: "Name of frame containing detected human.",
}
detected_human_transform_frequency: {
type: int,
default_value: 10,
Expand Down

0 comments on commit 20c6d85

Please sign in to comment.