Skip to content

Add delay to visual victim detection

Ethan Wu requested to merge vision-delay into master

Vision system is located further forward of heat sensors, which means that victim detection / filtering algorithms don't quite work the same. This results in issues like #63 (closed); virtually moving the system backwards by delaying its output in time works well enough to compensate for this in most cases.

This MR delays visual victim parser output by 250ms, which works for large wheeled robot

Merge request reports