Skip to content

Commit b1f24cf

Browse files
delete unnecessary reference mark
Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
1 parent eb7db40 commit b1f24cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/autoware_mpc_lateral_controller/src/mpc_lateral_controller.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ void MpcLateralController::setStatus(
237237
if (m_is_mpc_solved) {
238238
stat.summary(diagnostic_msgs::msg::DiagnosticStatus::OK, "MPC succeeded.");
239239
} else {
240-
const std::string & error_msg = "The MPC solver failed. Call MRM to stop the car.";
240+
const std::string error_msg = "The MPC solver failed. Call MRM to stop the car.";
241241
stat.summary(diagnostic_msgs::msg::DiagnosticStatus::ERROR, error_msg);
242242
}
243243
}

0 commit comments

Comments
 (0)