Skip to content

Commit

Permalink
fix(radar_fusion_sync_policy): change sync policy for radar_fusion_to…
Browse files Browse the repository at this point in the history
…_detected_object (#4780)

Signed-off-by: scepter914 <scepter914@gmail.com>
  • Loading branch information
scepter914 authored Aug 29, 2023
1 parent 9c513ec commit b56dd82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RadarObjectFusionToDetectedObjectNode::RadarObjectFusionToDetectedObjectNode(

using std::placeholders::_1;
using std::placeholders::_2;
sync_ptr_ = std::make_shared<Sync>(SyncPolicy(10), sub_object_, sub_radar_);
sync_ptr_ = std::make_shared<Sync>(SyncPolicy(20), sub_object_, sub_radar_);
sync_ptr_->registerCallback(
std::bind(&RadarObjectFusionToDetectedObjectNode::onData, this, _1, _2));

Expand Down

0 comments on commit b56dd82

Please sign in to comment.