Highlight Clark
Highlight Clark
Thanks for your sharing at first. As you may know, in EuRoC **V102** dataset, there are continuous rotational motions in the middle part, which I think could pose great challenges...
As is shown in LoopClosing.cc, Loop Detection is off in IMU mode. Does any one notice this and understand why? ```while (1) { // Check if there are keyframes in...
I notice that there are some jobs taking ceres as the backend optimization framework, such as OKVIS and HKUST-Mono. Here in ORBSLAM2, g2o is used. I have always wondered between...
http://www2.ipf.kit.edu/~pcv2016/downloads/indoor_dynamic.zip
As you have said in your iros 2017 paper, you've opensource your code, but in your M-VINS git homepage, there are only experiment results, rather than ROS packages. Could you...
From my understanding, in Estimator::optimization(), you update states(Rs, Ps, Vs, Bas, Bgs) after a round of optimization using Estimator::double2vector(). And there in double2vector(), you update states Ps, Vs and Rs...
When erasing a MapPoint pointer or a KeyFrame pointer from the Map, the code just delete the pointer of queue, and no memory releasing operation is performed. This is a...
Hi, I use the default pinhole.yaml config file and test V101 dataset with my machine Intel® Core™ i5-4570 CPU @ 3.20GHz × 4 . Sometimes the estimator runs through to...
Thanks for your sharing! I customize below three config files for EuRoC V102 dataset, and test your binary: **The launch file:**  **The calib file:**  **The param file:** ...