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
#5914)

Signed-off-by: Fumiya Watanabe <[email protected]>
Signed-off-by: karishma <[email protected]>
  • Loading branch information
rej55 authored and karishma1911 committed Dec 20, 2023
1 parent 1edd227 commit 930ab55
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 930ab55

Please sign in to comment.