Skip to content

Commit

Permalink
change processing_time_ms topic name
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <harada.akiro@gmail.com>
  • Loading branch information
Autumn60 committed Sep 5, 2024
1 parent c101185 commit 6f026f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ MotionVelocityPlannerNode::MotionVelocityPlannerNode(const rclcpp::NodeOptions &
this->create_publisher<autoware_adapi_v1_msgs::msg::VelocityFactorArray>(
"~/output/velocity_factors", 1);
processing_time_publisher_ =
this->create_publisher<tier4_debug_msgs::msg::Float64Stamped>("~/debug/processing_time_ms", 1);
this->create_publisher<tier4_debug_msgs::msg::Float64Stamped>("~/debug/total_processing_time_ms", 1);
debug_viz_pub_ =
this->create_publisher<visualization_msgs::msg::MarkerArray>("~/debug/markers", 1);
diagnostics_pub_ = this->create_publisher<DiagnosticArray>("/diagnostics", 10);
Expand Down

0 comments on commit 6f026f8

Please sign in to comment.