Skip to content

Commit

Permalink
Remove dead code (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlm authored Jan 11, 2024
1 parent a848a0f commit deea032
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,6 @@ auto MultipleObjectTrackerNode::execute_pipeline() -> void
if (has_association(track)) {
const auto detection_uuids{associations.at(get_uuid(track))};
const auto first_detection{detection_map[detection_uuids.at(0)]};
auto predicted_track{track};
mot::propagate_to_time(predicted_track, current_time, mot::UnscentedTransform{1.0, 2.0, 0.0});
const auto fused_track{
std::visit(mot::covariance_intersection_visitor, track, first_detection)};
track_manager_.update_track(mot::get_uuid(track), fused_track);
Expand Down

0 comments on commit deea032

Please sign in to comment.