ProjectSidewalk / sidewalk-quality-analysis

An analysis of Project Sidewalk user quality based on interaction logs
5 stars 3 forks source link

POV_Changed seems to be logged too frequently #12

Open nch0w opened 5 years ago

nch0w commented 5 years ago

image

The user's lat/long/heading did not change, but POV_Changed was logged anyways.

jonfroehlich commented 5 years ago

Can you provide more information? Your post is quite sparse.

Did you see this https://github.com/ProjectSidewalk/SidewalkWebpage/issues/1745 about the POV_Changed event?

daotyl000 commented 5 years ago

Can this issue be closed? Neil said that you guys have resolved this issue

jonfroehlich commented 5 years ago

I don't know. @nchowder will have to chime in about the current status. If the Issue has been resolved, @nchowder should also document this (and possibly link back to SidewalkWebpage Issues).

nch0w commented 5 years ago

I think we resolved this in https://github.com/ProjectSidewalk/SidewalkWebpage/issues/1745. Basically, POV_Changed is logged multiple times whenever the user pans or moves along the street. The lat/lng/heading may not update but POV_Changed still fires. This is not a bug.

jonfroehlich commented 5 years ago

Why does POV_Changed still fire even though the lat/lng/heading isn't updated?

nch0w commented 5 years ago

I'm not sure.

nch0w commented 5 years ago

Here's proof that it does happen, though. These rows are sorted chronologically, and the four last columns are lat, lng, heading, and pitch.

Screenshot from 2019-08-13 16-52-23

jonfroehlich commented 4 years ago

@misaugstad can you loop back around to this and let me know if you still think this is a problem?