Skip to content

Commit df243c1

Browse files
committed
typo in comment corrected!
Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
1 parent ee82f89 commit df243c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/autoware_mpc_lateral_controller/include/autoware/mpc_lateral_controller/mpc_lateral_controller.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class MpcLateralController : public trajectory_follower::LateralControllerBase
9090
// Flag indicating whether to keep the steering control until it converges.
9191
bool m_keep_steer_control_until_converged;
9292

93-
// MPC colver checker.
93+
// MPC solver checker.
9494
bool m_is_mpc_solved{true};
9595

9696
// trajectory buffer for detecting new trajectory

0 commit comments

Comments
 (0)