@@ -65,26 +65,26 @@ Green path is VIO odometry; red path is odometry under visual loop closure.
65
65
### 3.1 Monocualr camera + IMU
66
66
67
67
```
68
+ roslaunch vins vins_rviz.launch
68
69
rosrun vins vins_node ~/catkin_ws/src/VINS/config/euroc/euroc_mono_imu_config.yaml
69
70
(optional) rosrun loop_fusion loop_fusion_node ~/catkin_ws/src/VINS/config/euroc/euroc_mono_imu_config.yaml
70
- roslaunch vins vins_rviz.launch
71
71
rosbag play YOUR_DATASET_FOLDER/MH_01_easy.bag
72
72
```
73
73
74
74
### 3.2 Stereo cameras + IMU
75
75
76
76
```
77
+ roslaunch vins vins_rviz.launch
77
78
rosrun vins vins_node ~/catkin_ws/src/VINS/config/euroc/euroc_stereo_imu_config.yaml
78
79
(optional) rosrun loop_fusion loop_fusion_node ~/catkin_ws/src/VINS/config/euroc/euroc_stereo_imu_config.yaml
79
- roslaunch vins vins_rviz.launch
80
80
rosbag play YOUR_DATASET_FOLDER/MH_01_easy.bag
81
81
```
82
82
83
83
### 3.3 Stereo cameras
84
84
85
85
```
86
- rosrun vins vins_node ~/catkin_ws/src/VINS/config/euroc/euroc_stereo_config.yaml
87
86
roslaunch vins vins_rviz.launch
87
+ rosrun vins vins_node ~/catkin_ws/src/VINS/config/euroc/euroc_stereo_config.yaml
88
88
rosbag play YOUR_DATASET_FOLDER/MH_01_easy.bag
89
89
```
90
90
@@ -97,17 +97,17 @@ alt="VINS" width="320" height="240" border="10" /></a>
97
97
Download [ KITTI Odometry dataset] ( http://www.cvlibs.net/datasets/kitti/eval_odometry.php ) to YOUR_DATASET_FOLDER. Take sequences 00 for example,
98
98
Open two terminals, run vins and rviz respectively.
99
99
```
100
- rosrun vins kitti_odom_test ~/catkin_ws/src/VINS/config/kitti_odom/kitti_config00-02.yaml YOUR_DATASET_FOLDER/sequences/00/
101
100
roslaunch vins vins_rviz.launch
101
+ rosrun vins kitti_odom_test ~/catkin_ws/src/VINS/config/kitti_odom/kitti_config00-02.yaml YOUR_DATASET_FOLDER/sequences/00/
102
102
```
103
103
### 4.2 KITTI GPS Fusion (Stereo + GPS)
104
104
Download [ KITTI raw dataset] ( http://www.cvlibs.net/datasets/kitti/raw_data.php ) to YOUR_DATASET_FOLDER. Take [ 2011_10_03_drive_0027_synced] ( https://s3.eu-central-1.amazonaws.com/avg-kitti/raw_data/2011_10_03_drive_0027/2011_10_03_drive_0027_sync.zip ) for example.
105
105
Open three terminals, run vins, global fusion and rviz respectively.
106
106
Green path is VIO odometry; blue path is odometry under GPS global fusion.
107
107
```
108
+ roslaunch vins vins_rviz.launch
108
109
rosrun vins kitti_gps_test ~/catkin_ws/src/VINS/config/kitti_raw/kitti_10_03_config.yaml YOUR_DATASET_FOLDER/2011_10_03_drive_0027_sync/
109
110
rosrun global_fusion global_fusion_node
110
- roslaunch vins vins_rviz.launch
111
111
```
112
112
113
113
<a href =" https://www.youtube.com/embed/Y-rxa9ANWYo " target =" _blank " ><img src="http://img.youtube.com/vi/Y-rxa9ANWYo/0.jpg "
@@ -118,9 +118,9 @@ Download [car bag](https://drive.google.com/open?id=10t9H1u8pMGDOI6Q2w2uezEq5Ib-
118
118
Open four terminals, run vins odometry, visual loop closure(optional), rviz and play the bag file respectively.
119
119
Green path is VIO odometry; red path is odometry under visual loop closure.
120
120
```
121
+ roslaunch vins vins_rviz.launch
121
122
rosrun vins vins_node ~/catkin_ws/src/VINS/config/vi_car/vi_car.yaml
122
123
(optional) rosrun loop_fusion loop_fusion_node ~/catkin_ws/src/VINS/config/vi_car/vi_car.yaml
123
- roslaunch vins vins_rviz.launch
124
124
rosbag play YOUR_DATASET_FOLDER/car.bag
125
125
```
126
126
<a href =" https://www.youtube.com/embed/DjtoSDM9hUY " target =" _blank " ><img src="http://img.youtube.com/vi/DjtoSDM9hUY/0.jpg "
0 commit comments