Skip to content

Commit

Permalink
feat(goal_planner): output velocity factor (autowarefoundation#9348)
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 09c0182 commit 4cb6f10
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ GoalPlannerModule::GoalPlannerModule(
}

steering_factor_interface_.init(PlanningBehavior::GOAL_PLANNER);
velocity_factor_interface_.init(PlanningBehavior::GOAL_PLANNER);

/**
* NOTE: Add `universe_utils::ScopedTimeTrack st(__func__, *time_keeper_);` to functions called
Expand Down Expand Up @@ -1468,6 +1469,8 @@ void GoalPlannerModule::postProcess()

setStopReason(StopReason::GOAL_PLANNER, pull_over_path.full_path());

setVelocityFactor(pull_over_path.full_path());

context_data_ = std::nullopt;
}

Expand Down

0 comments on commit 4cb6f10

Please sign in to comment.