-
Notifications
You must be signed in to change notification settings - Fork 5
Vision System
Each vision will publish its vision devices frames which were captured. Each vision device should be publishing on a separate topic so that frames don't interfere with one another.
The pipeline for the vision system is as follows:
-
Get input image -> rectify image -> Transform to top view -> stitch together front/back view -> detect road features -> lookup location on map -> add absolute measurement to kf
-
Get input image -> rectify image -> Transform to front/back view -> detect signs -> lookup location on map -> add absolute measurement to kf
-
Get input image -> rectify image -> calculate visual odom -> add relative motion measurement to kf
-
Get input image -> rectify image -> find interesting points -> compare location to last seen location -> build a point cloud
RoboBuggy (pushing code ain't all we do)