Skip to content

Commit

Permalink
fix(behavior_velocity_planner): fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
rej55 committed Aug 10, 2022
1 parent 04df798 commit b26c888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void getAllPartitionLanelets(const lanelet::LaneletMapConstPtr ll, BasicPolygons
for (const auto & p : partition) {
line.emplace_back(lanelet::BasicPoint2d{p.x(), p.y()});
}
// corect line to calculate distance accuratry
// correct line to calculate distance in accurate
boost::geometry::correct(line);
polys.emplace_back(lanelet::BasicPolygon2d(line));
}
Expand Down

0 comments on commit b26c888

Please sign in to comment.