Skip to content

Commit

Permalink
Add validation for time_sync_slop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb committed Sep 23, 2024
1 parent 1fdbb17 commit fc7d0fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions happypose_ros/happypose_ros/happypose_ros_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,8 @@ happypose_ros:
type: double,
default_value: 0.04,
description: "Delay [seconds] with which incoming messages can be synchronized.",
validation: {
gt<>: [0.0],
},
read_only: true
}

0 comments on commit fc7d0fb

Please sign in to comment.