Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
Kenji Miyake committed Aug 31, 2022
1 parent 8eb6e62 commit a614126
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Run clang-tidy
if: ${{ steps.get-modified-files.outputs.all_changed_files != '' }}
uses: autowarefoundation/autoware-github-actions/clang-tidy@v1
uses: autowarefoundation/autoware-github-actions/clang-tidy@update-clang-tidy
with:
rosdistro: humble
target-packages: ${{ steps.get-modified-files.outputs.all_changed_files }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ void BehaviorPathPlannerNode::onForceApproval(const PathChangeModule::ConstShare
return "NONE";
}
};

planner_data_->approval.is_force_approved.module_name = getModuleName(msg->module);
planner_data_->approval.is_force_approved.stamp = msg->header.stamp;
}
Expand Down
Empty file.

0 comments on commit a614126

Please sign in to comment.