Skip to content

Commit

Permalink
Merge pull request #1791 from tier4/sync-awf-latest
Browse files Browse the repository at this point in the history
chore: sync awf-latest
  • Loading branch information
tier4-autoware-public-bot[bot] authored Feb 7, 2025
2 parents c50da1e + f3d1590 commit e5f42e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ void GoalPlannerModule::updateData()
}
}

if (getCurrentStatus() == ModuleStatus::IDLE && !isExecutionRequested()) {
if (getCurrentStatus() == ModuleStatus::IDLE) {
return;
}

Expand Down
1 change: 1 addition & 0 deletions sensing/autoware_pointcloud_preprocessor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<maintainer email="yoshi.ri@tier4.jp">Yoshi Ri</maintainer>
<maintainer email="david.wong@tier4.jp">David Wong</maintainer>
<maintainer email="melike@leodrive.ai">Melike Tanrikulu</maintainer>
<maintainer email="max.schmeller@tier4.jp">Max Schmeller</maintainer>
<license>Apache License 2.0</license>
<!-- For polygon_remover, vector_map_filter -->
<license>LGPLv3</license>
Expand Down

0 comments on commit e5f42e9

Please sign in to comment.