Skip to content

Commit c2b7b7d

Browse files
authoredAug 13, 2023
chore(scenario_selector): fix typo (#4613)
chore(scneario_selector): fix typo Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent d4782c4 commit c2b7b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎planning/scenario_selector/src/scenario_selector_node/scenario_selector_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ void ScenarioSelectorNode::onMap(
197197
void ScenarioSelectorNode::onRoute(
198198
const autoware_planning_msgs::msg::LaneletRoute::ConstSharedPtr msg)
199199
{
200-
// When the route id is the same (e.g. reporting with modified goal) keep the current scenario.
200+
// When the route id is the same (e.g. rerouting with modified goal) keep the current scenario.
201201
// Otherwise, reset the scenario.
202202
if (!route_handler_ || route_handler_->getRouteUuid() != msg->uuid) {
203203
current_scenario_ = tier4_planning_msgs::msg::Scenario::EMPTY;

0 commit comments

Comments
 (0)