locusrobotics / fuse

The fuse stack provides a general architecture for performing sensor fusion live on a robot. Some possible applications include state estimation, localization, mapping, and calibration.
Other
667 stars 112 forks source link

Visual Odometry in fuse? #371

Open jeremysalwen opened 1 week ago

jeremysalwen commented 1 week ago

Is fuse appropriate for doing visual odometry inside the framework? i.e. having fuse optimize the matched keypoints directly? Or is it expected that you will be doing the matching externally and just sending the transformation + covariance to fuse in order to fuse it?

If so, are there examples of such use cases?

vinnnyr commented 3 days ago

It appears that this PR https://github.com/locusrobotics/fuse/pull/352 addresses adding somethings that might be needed for performing matching inside the package