Skip to content

Commit

Permalink
refactor(obstacle_cruise_planner): align processing time topic name (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#5278)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Oct 12, 2023
1 parent a220a96 commit bc60bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/obstacle_cruise_planner/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ ObstacleCruisePlannerNode::ObstacleCruisePlannerNode(const rclcpp::NodeOptions &
"~/output/clear_velocity_limit", rclcpp::QoS{1}.transient_local());

// debug publisher
debug_calculation_time_pub_ = create_publisher<Float32Stamped>("~/debug/calculation_time", 1);
debug_calculation_time_pub_ = create_publisher<Float32Stamped>("~/debug/processing_time_ms", 1);
debug_cruise_wall_marker_pub_ = create_publisher<MarkerArray>("~/debug/cruise/virtual_wall", 1);
debug_stop_wall_marker_pub_ = create_publisher<MarkerArray>("~/virtual_wall", 1);
debug_slow_down_wall_marker_pub_ =
Expand Down

0 comments on commit bc60bbf

Please sign in to comment.