Skip to content

Commit

Permalink
fix spel
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Oct 4, 2024
1 parent 64c8313 commit 619bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/obstacle_avoidance_planner/src/mpt_optimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ std::vector<TrajectoryPoint> MPTOptimizer::optimizeTrajectory(
RCLCPP_WARN(
logger_,
"Try to return the previous optimized_trajectory as exceptional behavior, "
"but this failure also. Then retrun path_smoother output.");
"but this failure also. Then return path_smoother output.");
return smoothed_points;
};

Expand Down

0 comments on commit 619bdb8

Please sign in to comment.