stack-of-tasks / roscontrol_sot

Wrapping the Stack-of-Stacks in roscontrol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gains not used

jmirabel opened this issue · comments

Gains are not used in the for loop below. @olivier-stasse is this a programming mistake or are they not necessary ?

control_toolbox::Pid::Gains gains = ecpdcdata.pid_controller.getGains();

Thank. I solved my issues.