Skip to content

Commit e3b9bc7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/mpc_lateral_controller/include/mpc_lateral_controller/mpc_lateral_controller.hpp

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

94-
// MPC colver checker.
94+
// MPC solver checker.
9595
bool m_is_mpc_solved{true};
9696

9797
// trajectory buffer for detecting new trajectory

0 commit comments

Comments
 (0)