Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

ParameterDescription
H0

H0 is an overall gain on the controller. This is set to 100% by default. It will affect the following gains

H4_CONTROLLER = H4 * H0 / 128
H5_CONTROLLER = H5 * H0 / 128
H6_CONTROLLER = H6 * H0 / 128
H7_CONTROLLER = H7 * H0 / 128

H0 is commonly used to detune the controller as a whole.

H1

H1 does not have any specific function. Changing H1 will have little effect and should not be changed

H2H2 does not have any specific function. Changing H2 will have little effect and should not be changed
H3H3 is a filter in the control system. Increasing H3 will stiffen the controller increasing response time.
H4H4 acts most similar to a proportional gain
H5H5 acts most similar to a differential gain
H6H6 acts most similar to an integral gain
H7H7 is a filter on the control system. Increasing H7 will make the controller sluggish. It gives me the effect of making the system feel more "spongy".

...