Skip to content

Commit f3a667f

Browse files
committed
Remove deprecated gains constructor
1 parent 2b8dd59 commit f3a667f

File tree

1 file changed

+0
-7
lines changed
  • control_toolbox/include/control_toolbox

1 file changed

+0
-7
lines changed

control_toolbox/include/control_toolbox/pid.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,6 @@ class Pid
307307
return true;
308308
}
309309

310-
// Default constructor
311-
[[deprecated(
312-
"Use constructor with AntiWindupStrategy only. The default constructor might be deleted in "
313-
"future")]] Gains()
314-
{
315-
}
316-
317310
void print() const
318311
{
319312
std::cout << "Gains: p: " << p_gain_ << ", i: " << i_gain_ << ", d: " << d_gain_

0 commit comments

Comments
 (0)