Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(typo): fix typos in comment #2999

Merged
merged 8 commits into from
Mar 4, 2023
Prev Previous commit
Next Next commit
chore(typo): fix typo associatvie => associative
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
  • Loading branch information
HansRobo committed Mar 3, 2023
commit 56a6007be618a8128ef7deacfd79b9328ac0f5b9
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ boost::optional<geometry_msgs::msg::Pose> insertStopPoint(
const geometry_msgs::msg::Point & stop_point, const size_t stop_seg_idx, PathWithLaneId & output);

/*
@brief return 'associatvie' lanes in the intersection. 'associative' means that a lane shares same
@brief return 'associative' lanes in the intersection. 'associative' means that a lane shares same
or lane-changeable parent lanes with `lane` and has same turn_direction value.
*/
std::set<int> getAssociativeIntersectionLanelets(
Expand Down