File tree 2 files changed +2
-1
lines changed
planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/src
sensing/autoware_pointcloud_preprocessor
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ void GoalPlannerModule::updateData()
746
746
}
747
747
}
748
748
749
- if (getCurrentStatus () == ModuleStatus::IDLE && ! isExecutionRequested () ) {
749
+ if (getCurrentStatus () == ModuleStatus::IDLE) {
750
750
return ;
751
751
}
752
752
Original file line number Diff line number Diff line change 14
14
<maintainer email =" yoshi.ri@tier4.jp" >Yoshi Ri</maintainer >
15
15
<maintainer email =" david.wong@tier4.jp" >David Wong</maintainer >
16
16
<maintainer email =" melike@leodrive.ai" >Melike Tanrikulu</maintainer >
17
+ <maintainer email =" max.schmeller@tier4.jp" >Max Schmeller</maintainer >
17
18
<license >Apache License 2.0</license >
18
19
<!-- For polygon_remover, vector_map_filter -->
19
20
<license >LGPLv3</license >
You can’t perform that action at this time.
0 commit comments