Commit 27c43ff 1 parent 4dc3080 commit 27c43ff Copy full SHA for 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 Original file line number Diff line number Diff line change @@ -97,7 +97,8 @@ class MotionVelocityPlannerNode : public rclcpp::Node
97
97
rclcpp::Publisher<visualization_msgs::msg::MarkerArray>::SharedPtr debug_viz_pub_;
98
98
rclcpp::Publisher<autoware_adapi_v1_msgs::msg::VelocityFactorArray>::SharedPtr
99
99
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" };
101
102
rclcpp::Publisher<tier4_debug_msgs::msg::Float64Stamped>::SharedPtr processing_time_publisher_;
102
103
autoware::universe_utils::PublishedTimePublisher published_time_publisher_{this };
103
104
You can’t perform that action at this time.
0 commit comments