Skip to content

Commit e5f42e9

Browse files
Merge pull request #1791 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents c50da1e + f3d1590 commit e5f42e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/src/goal_planner_module.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ void GoalPlannerModule::updateData()
746746
}
747747
}
748748

749-
if (getCurrentStatus() == ModuleStatus::IDLE && !isExecutionRequested()) {
749+
if (getCurrentStatus() == ModuleStatus::IDLE) {
750750
return;
751751
}
752752

sensing/autoware_pointcloud_preprocessor/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<maintainer email="yoshi.ri@tier4.jp">Yoshi Ri</maintainer>
1515
<maintainer email="david.wong@tier4.jp">David Wong</maintainer>
1616
<maintainer email="melike@leodrive.ai">Melike Tanrikulu</maintainer>
17+
<maintainer email="max.schmeller@tier4.jp">Max Schmeller</maintainer>
1718
<license>Apache License 2.0</license>
1819
<!-- For polygon_remover, vector_map_filter -->
1920
<license>LGPLv3</license>

0 commit comments

Comments
 (0)