We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fde99 commit 2035873Copy full SHA for 2035873
planning/autoware_scenario_selector/src/node.cpp
@@ -156,9 +156,8 @@ std::string ScenarioSelectorNode::selectScenarioByPosition()
156
return tier4_planning_msgs::msg::Scenario::LANEDRIVING;
157
} else if (is_in_parking_lot) {
158
return tier4_planning_msgs::msg::Scenario::PARKING;
159
- } else {
160
- return tier4_planning_msgs::msg::Scenario::LANEDRIVING;
161
}
+ return tier4_planning_msgs::msg::Scenario::LANEDRIVING;
162
163
164
if (current_scenario_ == tier4_planning_msgs::msg::Scenario::LANEDRIVING) {
0 commit comments