We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0ef5f commit 4f41e2bCopy full SHA for 4f41e2b
2 files changed
schemas/applications/CHANGELOG.md
@@ -24,6 +24,7 @@ Release Versions:
24
25
- feat: add hardware plugin (#454)
26
- feat: add support for parameter files in components and controllers (#463)
27
+- feat(schemas): more permissive hardware parameter names (#393)
28
29
## 2-1-0
30
schemas/applications/schema/hardware.schema.json
@@ -81,7 +81,7 @@
81
"title": "Hardware Parameters",
82
"type": "object",
83
"patternProperties": {
84
- "^[a-z][a-z0-9_]*[a-z0-9]$": {
+ "^[a-zA-Z0-9]([a-zA-Z0-9_.-]?[a-zA-Z0-9])*$": {
85
"title": "Hardware Parameter",
86
"description": "A hardware parameter in the URDF to be overridden with a new value",
87
"type": "string"
0 commit comments