Skip to content

Conversation

@rubendsa
Copy link
Contributor

@rubendsa rubendsa commented Aug 11, 2020

  • Adds PID-PI position/velocity loops.
  • EMA filter is moved to the outer position loop in cascaded control.

@rubendsa rubendsa requested a review from ilge August 11, 2020 21:03

cdef double Kp_cas = m.actuator_gainprm[id * NGAIN + IDX_CAS_PROPORTIONAL_GAIN]

# Apply Exponential Moving Average smoothing to the velocity setpoint
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment needs updating – now on position setpoint

Copy link
Contributor

@ilge ilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rubendsa rubendsa changed the title Add PD-PI loop functionality Add PID-PI loop functionality Aug 12, 2020
@rubendsa rubendsa merged commit 89a953c into master Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants