Skip to content

Commit

Permalink
Merge pull request #51 from lsst-ts/tickets/DM-46765
Browse files Browse the repository at this point in the history
Fix OFC configuration to include normalization_weights_filename
  • Loading branch information
gmegh authored Oct 10, 2024
2 parents 926bdb5 + ed5b898 commit 0bc36b7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/versionHistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
##################
Version History
##################
-------------
1.6.4
-------------

* Fix ofc configuration to include normalization_weights_filename.

-------------
1.6.3
-------------
Expand Down
9 changes: 9 additions & 0 deletions policy/config/controllers/oic_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ xref: x00
kp: -1.0
ki: 0
kd: 0
zn_selected: [
4, 5, 6, 7, 8,
9, 10, 11, 12, 13,
14, 15, 16, 17, 18,
19, 20, 21, 22, 23,
24, 25, 26, 27, 28
]
derivative_filter_coeff: 1.0
setpoint: [
0.0, 0.0, 0.0, 0.0, 0.0,
Expand All @@ -28,3 +35,5 @@ setpoint: [
0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0
]
normalization_weights_filename: "default.yaml"
truncation_threshold: 1.e-3
9 changes: 9 additions & 0 deletions policy/config/controllers/pid_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ name: PID
kp: 0.9
ki: 0.0
kd: 0.0
zn_selected: [
4, 5, 6, 7, 8,
9, 10, 11, 12, 13,
14, 15, 16, 17, 18,
19, 20, 21, 22, 23,
24, 25, 26, 27, 28
]
derivative_filter_coeff: 1.0
setpoint: [
0.0, 0.0, 0.0, 0.0, 0.0,
Expand All @@ -26,3 +33,5 @@ setpoint: [
0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0
]
normalization_weights_filename: "default.yaml"
truncation_threshold: 1.e-3

0 comments on commit 0bc36b7

Please sign in to comment.