Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tc issue 262 #271

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Tc issue 262 #271

wants to merge 6 commits into from

Conversation

scrudden
Copy link
Member

@scrudden scrudden commented Jul 2, 2023

No description provided.

Copy link
Member

@simonberrebi simonberrebi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -444,9 +444,13 @@ public void matchNewFixForPredictableVehicle(VehicleState vehicleState) {
// Find possible spatial matches
List<SpatialMatch> spatialMatches = SpatialMatcher
.getSpatialMatches(vehicleState);

// This will augment the results of the original spatial matcher with the match from barefoot
spatialMatches.add(vehicleState.getMapMatchedSpatialMatch());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be good to record the provenance of the match in spatialMatches that ultimately gets selected in getBestTemporalMatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants