Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 28, 2023
1 parent 78c2c93 commit bcda784
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,12 +518,12 @@ PidLongitudinalController::Motion PidLongitudinalController::calcEmergencyCtrlCm

void PidLongitudinalController::updateControlState(const ControlData & control_data)
{
// const double target_vel =
// control_data.interpolated_traj.points.at(control_data.target_idx).longitudinal_velocity_mps;
// const double target_vel =
// control_data.interpolated_traj.points.at(control_data.target_idx).longitudinal_velocity_mps;
const double target_acc =
control_data.interpolated_traj.points.at(control_data.target_idx).acceleration_mps2;
const double vel_after_delay = control_data.state_after_delay.vel;
// const double acc_after_delay = control_data.state_after_delay.acc;
// const double acc_after_delay = control_data.state_after_delay.acc;
const double stop_dist = control_data.stop_dist;

// flags for state transition
Expand Down

0 comments on commit bcda784

Please sign in to comment.