Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Dec 4, 2024
1 parent 1c1c1cc commit 1d039ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perception/tensorrt_mtr/src/trt_mtr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ bool TrtMTR::doInference(
}

if (!postProcess(agent_data, trajectories)) {
std::cerr << "Fail to preprocess" << std::endl;
std::cerr << "Fail to postprocess" << std::endl;
return false;
}

Expand Down

0 comments on commit 1d039ee

Please sign in to comment.