Skip to content

Commit

Permalink
fix(behavior_path_planner): publish steering factor from scene modules (
Browse files Browse the repository at this point in the history
autowarefoundation#5914)

Signed-off-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
rej55 committed Dec 26, 2023
1 parent 15e7690 commit dafecd1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ class PlannerManager

module_ptr->publishRTCStatus();

module_ptr->publishSteeringFactor();

module_ptr->publishObjectsOfInterestMarker();

processing_time_.at(module_ptr->name()) += stop_watch_.toc(module_ptr->name(), true);
Expand Down

0 comments on commit dafecd1

Please sign in to comment.