Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(behavior_path_external_request_lane_change_module): prefix package and namespace with autoware_ #6636

Merged
merged 17 commits into from
May 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(autoware_behavior_path_external_request_lane_change_module): fix …
…clang-tidy issues

Signed-off-by: Esteve Fernandez <[email protected]>
esteve committed May 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9a3903d53e7768094db82dead019d59ed498b7aa
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@

namespace autoware::behavior_path_planner
{
using ::behavior_path_planner::LaneChangeInterface;

std::unique_ptr<SceneModuleInterface>
ExternalRequestLaneChangeRightModuleManager::createNewSceneModuleInstance()
Original file line number Diff line number Diff line change
@@ -20,6 +20,8 @@

namespace autoware::behavior_path_planner
{
using ::behavior_path_planner::LaneChangeModuleType;

ExternalRequestLaneChange::ExternalRequestLaneChange(
const std::shared_ptr<LaneChangeParameters> & parameters, Direction direction)
: NormalLaneChange(parameters, LaneChangeModuleType::EXTERNAL_REQUEST, direction)