aslam_cv2 icon indicating copy to clipboard operation
aslam_cv2 copied to clipboard

Results 16 aslam_cv2 issues
Sort by recently updated
recently updated
newest added

For some reason `aslam_cv_pipeline/src/undistorter-mapped.cc -> aslam_cv_cameras/src/undistorter-mapped.cc` is not detected

Tracking / no-review

see dicussion here https://github.com/ethz-asl/aslam_cv2/pull/32

Useful in combination with the autodiff cost function of ceres.

The multi-threaded access to the StatisticsCollector seems to be super slow, ~11 seconds for 10000 values. Maybe we should re-think the concept.

This whole "drop incomplete nframes" logic is base on the assumption of monotonically increasing timestamps within every image topic (i.e., image messages of the same topic can not "overtake" each...