Skip to content

Commit b9b3e1b

Browse files
style(pre-commit): autofix
1 parent 1f5d521 commit b9b3e1b

File tree

1 file changed

+1
-1
lines changed
  • control/mpc_lateral_controller/include/mpc_lateral_controller

1 file changed

+1
-1
lines changed

control/mpc_lateral_controller/include/mpc_lateral_controller/mpc.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class MPC
407407

408408
public:
409409
MPCTrajectory m_reference_trajectory; // Reference trajectory to be followed.
410-
MPCTrajectory m_mpc_traj_raw; // The raw trajectory from the planner.
410+
MPCTrajectory m_mpc_traj_raw; // The raw trajectory from the planner.
411411
MPCParam m_param; // MPC design parameters.
412412
std::deque<double> m_input_buffer; // MPC output buffer for delay time compensation.
413413
double m_raw_steer_cmd_prev = 0.0; // Previous MPC raw output.

0 commit comments

Comments
 (0)