We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be95277 commit 686b376Copy full SHA for 686b376
perception/multi_object_tracker/src/debugger/debugger.cpp
@@ -30,7 +30,7 @@ TrackerDebugger::TrackerDebugger(rclcpp::Node & node, const std::string & frame_
30
if (debug_settings_.publish_tentative_objects) {
31
debug_tentative_objects_pub_ =
32
node_.create_publisher<autoware_auto_perception_msgs::msg::TrackedObjects>(
33
- "debug/tentative_objects", rclcpp::QoS{1});
+ "multi_object_tracker/debug/tentative_objects", rclcpp::QoS{1});
34
}
35
36
if (debug_settings_.publish_debug_markers) {
0 commit comments