Skip to content

Commit 27c43ff

Browse files
committed
fix(motion_planning): fix processing time topic names
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 4dc3080 commit 27c43ff

File tree

1 file changed

+2
-1
lines changed
  • planning/motion_velocity_planner/autoware_motion_velocity_planner_node/src

1 file changed

+2
-1
lines changed

planning/motion_velocity_planner/autoware_motion_velocity_planner_node/src/node.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ class MotionVelocityPlannerNode : public rclcpp::Node
9797
rclcpp::Publisher<visualization_msgs::msg::MarkerArray>::SharedPtr debug_viz_pub_;
9898
rclcpp::Publisher<autoware_adapi_v1_msgs::msg::VelocityFactorArray>::SharedPtr
9999
velocity_factor_publisher_;
100-
autoware::universe_utils::ProcessingTimePublisher processing_diag_publisher_{this};
100+
autoware::universe_utils::ProcessingTimePublisher processing_diag_publisher_{
101+
this, "~/debug/total_time/processing_time_ms_diag"};
101102
rclcpp::Publisher<tier4_debug_msgs::msg::Float64Stamped>::SharedPtr processing_time_publisher_;
102103
autoware::universe_utils::PublishedTimePublisher published_time_publisher_{this};
103104

0 commit comments

Comments
 (0)