iscumd/KiloOhm

White Lines are not persisted

Closed this issue · 3 comments

Now that we've removed the static layer, white lines are no longer persisted. This is an issue, as nav will go over a line as soon as it falls out of frame

White line detection is also reallly laggy on the desktop, to the point of being multiple frames behind. We should use opencv and consider skipping some frames

So the issue was that scan matcher was not matching the delayed WLD points. I've added a delay to the message filter, but now all of scan is this slow. We need to speed up image processing so that slam is full speed again.

Lowering the realsenses resolution rasied speed enough to solve the issue.