Skip to content

Commit

Permalink
fix(object_association_merger_node): fix the frame id of output objec…
Browse files Browse the repository at this point in the history
…t msg (autowarefoundation#8674)

fix: fix the object msg header

Signed-off-by: vividf <yihsiang.fang@tier4.jp>
  • Loading branch information
vividf authored and a-maumau committed Sep 2, 2024
1 parent d83d6e3 commit 1af5175
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ void ObjectAssociationMergerNode::objectsCallback(
// build output msg
autoware_perception_msgs::msg::DetectedObjects output_msg;
output_msg.header = input_objects0_msg->header;
output_msg.header.frame_id = base_link_frame_id_;

/* global nearest neighbor */
std::unordered_map<int, int> direct_assignment, reverse_assignment;
Expand Down

0 comments on commit 1af5175

Please sign in to comment.