generate_parameter_library icon indicating copy to clipboard operation
generate_parameter_library copied to clipboard

Including Other Parameters in Validator Inputs

Open jcarpinelli-bdai opened this issue 6 months ago • 1 comments

Is there any way to use other parameter values as inputs to custom validators? For example, say we have URDF and SRDF parameters, and we want to make sure they are consistent with one another in a custom validator.

robot_description_parameters:
  urdf: 
    type: string
  srdf:
    type: string
    validation:
      "robot_description_validators::srdf_compatible": [urdf]

jcarpinelli-bdai avatar Aug 21 '24 14:08 jcarpinelli-bdai