Searched refs:bdp_error (Results 1 – 1 of 1) sorted by relevance
336 double bdp_error = value - pid_controller_.last_control_value(); in SmoothLogBdp() local341 return pid_controller_.Update(bdp_error, dt > kMaxDt ? kMaxDt : dt); in SmoothLogBdp()