Skip to content

Commit

Permalink
Require positive values for PID gains
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jan 1, 2024
1 parent 7416a27 commit 2c27dd6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/PaletteDescription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,13 @@ Palette:
type: PIDOutput
validators: [ChildDropdownSelected]
default: 0
- !DoubleProperty
- !PositiveDoubleProperty
name: P
default: 1
- !DoubleProperty
- !PositiveDoubleProperty
name: I
default: 0
- !DoubleProperty
- !PositiveDoubleProperty
name: D
default: 0
- !DoubleProperty
Expand Down Expand Up @@ -380,13 +380,13 @@ Palette:
type: PIDOutput
validators: [ChildDropdownSelected]
default: 0
- !DoubleProperty
- !PositiveDoubleProperty
name: P
default: 1
- !DoubleProperty
- !PositiveDoubleProperty
name: I
default: 0
- !DoubleProperty
- !PositiveDoubleProperty
name: D
default: 0
- !DoubleProperty
Expand Down Expand Up @@ -875,13 +875,13 @@ Palette:
type: PIDOutput
validators: [TypeDropdownSelected]
default: "None"
- !DoubleProperty
- !PositiveDoubleProperty
name: P
default: 1
- !DoubleProperty
- !PositiveDoubleProperty
name: I
default: 0
- !DoubleProperty
- !PositiveDoubleProperty
name: D
default: 0
- !DoubleProperty
Expand Down

0 comments on commit 2c27dd6

Please sign in to comment.