Skip to content

Commit

Permalink
fix yaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb committed Oct 16, 2024
1 parent b164259 commit 8e41f9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions happypose_ros/happypose_ros/happypose_ros_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ happypose_ros:
model_type:
type: string
default_value: "pbr"
description: "Type of neural network model to use. Available: 'pbr'|'synth+real'"
```
description: "Type of neural network model to use. Available: 'pbr'|'synth+real'"
validation:
one_of<>: [["pbr", "synth+real"]]
read_only: true
Expand Down

0 comments on commit 8e41f9a

Please sign in to comment.