Skip to content

Commit

Permalink
feat(start_planner): output velocity factor (autowarefoundation#9347)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored Nov 18, 2024
1 parent c5597ce commit 44d9a98
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ StartPlannerModule::StartPlannerModule(
}

steering_factor_interface_.init(PlanningBehavior::START_PLANNER);
velocity_factor_interface_.init(PlanningBehavior::START_PLANNER);
}

void StartPlannerModule::onFreespacePlannerTimer()
Expand Down Expand Up @@ -738,6 +739,8 @@ BehaviorModuleOutput StartPlannerModule::plan()

setDrivableAreaInfo(output);

setVelocityFactor(output.path);

const auto steering_factor_direction = getSteeringFactorDirection(output);

if (status_.driving_forward) {
Expand Down

0 comments on commit 44d9a98

Please sign in to comment.