Skip to content

Commit 686b376

Browse files
committed
fix: change tentative object topic
1 parent be95277 commit 686b376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/multi_object_tracker/src/debugger/debugger.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TrackerDebugger::TrackerDebugger(rclcpp::Node & node, const std::string & frame_
3030
if (debug_settings_.publish_tentative_objects) {
3131
debug_tentative_objects_pub_ =
3232
node_.create_publisher<autoware_auto_perception_msgs::msg::TrackedObjects>(
33-
"debug/tentative_objects", rclcpp::QoS{1});
33+
"multi_object_tracker/debug/tentative_objects", rclcpp::QoS{1});
3434
}
3535

3636
if (debug_settings_.publish_debug_markers) {

0 commit comments

Comments
 (0)