We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5d521 commit b9b3e1bCopy full SHA for b9b3e1b
control/mpc_lateral_controller/include/mpc_lateral_controller/mpc.hpp
@@ -407,7 +407,7 @@ class MPC
407
408
public:
409
MPCTrajectory m_reference_trajectory; // Reference trajectory to be followed.
410
- MPCTrajectory m_mpc_traj_raw; // The raw trajectory from the planner.
+ MPCTrajectory m_mpc_traj_raw; // The raw trajectory from the planner.
411
MPCParam m_param; // MPC design parameters.
412
std::deque<double> m_input_buffer; // MPC output buffer for delay time compensation.
413
double m_raw_steer_cmd_prev = 0.0; // Previous MPC raw output.
0 commit comments