Skip to content

Commit

Permalink
fix(autoware_behavior_path_goal_planner_module): fix cppcheck unreadV…
Browse files Browse the repository at this point in the history
…ariable (#9192)

Signed-off-by: Ryuta Kambe <[email protected]>
  • Loading branch information
veqcc authored Nov 2, 2024
1 parent 4ba9dd4 commit 8244c86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ void GoalPlannerModuleManager::updateModuleParams(

// parallel parking common
{
const std::string ns = base_ns + "pull_over.parallel_parking.";
p->parallel_parking_parameters.center_line_path_interval =
p->center_line_path_interval; // for geometric parallel parking
}
Expand Down

0 comments on commit 8244c86

Please sign in to comment.