Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 1, 2023
1 parent f50ab22 commit ed40d7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ LateralOutput PurePursuitLateralController::run(const InputData & input_data)

LateralOutput output;
output.control_cmd = cmd_msg;
output.sync_data.is_controller_ready_to_move = predicted_trajectory.has_value(); // If not, not ready.
output.sync_data.is_controller_ready_to_move =
predicted_trajectory.has_value(); // If not, not ready.

return output;
}
Expand Down

0 comments on commit ed40d7a

Please sign in to comment.