You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-3
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# VINS-GPS-Wheel
2
-
## Visual-Inertial Odometry Tightly Coupled with Wheel Encoder and GPS
2
+
## Visual-Inertial Odometry Coupled with Wheel Encoder and GNSS
3
3
This repo couples wheel encoder data and GPS data on the basis of [VINS_Mono](https://github.com/HKUST-Aerial-Robotics/VINS-Mono). The project is tested on [KAIST](https://irap.kaist.ac.kr/dataset/) dataset and is suitable for automatic driving scenario.
The wheel encoder data is tightly coupled, referred to the paper[[1]](https://ieeexplore.ieee.org/abstract/document/8967607). GPS fusion adopts loose coupling, and the fusion method is consistent with [VINS-Fusion](https://github.com/HKUST-Aerial-Robotics/VINS-Fusion).
8
8
9
9
Detailed derivations can be found in: https://blog.csdn.net/ewtewtewrt/article/details/117249295
10
+
The method has tested in [KAIST](https://irap.kaist.ac.kr/dataset/) dataset (urban28-pankyo) [video](https://www.bilibili.com/video/BV1q64y1R7hW/)
10
11
11
12
# Install
12
13
## 1. Prerequisites
@@ -25,7 +26,7 @@ Clone the repository and catkin_make:
| Online Extrinsic Calibration about encoder | Doing |
52
+
| Loosely coupled with GNSS | Done |
53
+
| Initialization with GNSS | Will do |
54
+
| Tightly coupled with GNSS | Will do |
44
55
45
56
## References
46
57
* J. Liu, W. Gao and Z. Hu, "Visual-Inertial Odometry Tightly Coupled with Wheel Encoder Adopting Robust Initialization and Online Extrinsic Calibration," 2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2019, pp. 5391-5397, doi: 10.1109/IROS40897.2019.8967607.
0 commit comments