Skip to content

Commit

Permalink
Fixup for compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed Feb 12, 2024
1 parent 0d196f2 commit e67dd31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pid_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ void PidROS::setGains(double p, double i, double d, double i_max, double i_min,

pid_.setGains(p, i, d, i_max, i_min, antiwindup, save_iterm);
}
}

void PidROS::publishPIDState(double cmd, double error, rclcpp::Duration dt)
{
Expand Down

0 comments on commit e67dd31

Please sign in to comment.