Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Apr 28, 2023
1 parent efb27f1 commit 5c8d413
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 @@ -808,7 +808,7 @@ void MPTOptimizer::updateBounds(
ref_point_for_bound_search.pose, right_bound, soft_road_clearance, false);

// NOTE: The drivable area's width is sometimes narrower than the vehicle width which means
// infeasible to run espcially when obsatcles are extracted from the drivable area.
// infeasible to run especially when obstacles are extracted from the drivable area.
// In this case, the drivable area's width is forced to be wider.
const double drivable_width = raw_dist_to_left_bound - raw_dist_to_right_bound;
if (drivable_width < mpt_param_.min_drivable_width) {
Expand Down

0 comments on commit 5c8d413

Please sign in to comment.