Skip to content

Commit a9a51de

Browse files
committed
update readme; add rviz_config
1 parent 742eae6 commit a9a51de

File tree

3 files changed

+380
-7
lines changed

3 files changed

+380
-7
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*~
2-
*.rviz
32
ex_calib_result.yaml
43
vins_result.csv
54
data_generator/

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -65,26 +65,26 @@ Green path is VIO odometry; red path is odometry under visual loop closure.
6565
### 3.1 Monocualr camera + IMU
6666

6767
```
68+
roslaunch vins vins_rviz.launch
6869
rosrun vins vins_node ~/catkin_ws/src/VINS/config/euroc/euroc_mono_imu_config.yaml
6970
(optional) rosrun loop_fusion loop_fusion_node ~/catkin_ws/src/VINS/config/euroc/euroc_mono_imu_config.yaml
70-
roslaunch vins vins_rviz.launch
7171
rosbag play YOUR_DATASET_FOLDER/MH_01_easy.bag
7272
```
7373

7474
### 3.2 Stereo cameras + IMU
7575

7676
```
77+
roslaunch vins vins_rviz.launch
7778
rosrun vins vins_node ~/catkin_ws/src/VINS/config/euroc/euroc_stereo_imu_config.yaml
7879
(optional) rosrun loop_fusion loop_fusion_node ~/catkin_ws/src/VINS/config/euroc/euroc_stereo_imu_config.yaml
79-
roslaunch vins vins_rviz.launch
8080
rosbag play YOUR_DATASET_FOLDER/MH_01_easy.bag
8181
```
8282

8383
### 3.3 Stereo cameras
8484

8585
```
86-
rosrun vins vins_node ~/catkin_ws/src/VINS/config/euroc/euroc_stereo_config.yaml
8786
roslaunch vins vins_rviz.launch
87+
rosrun vins vins_node ~/catkin_ws/src/VINS/config/euroc/euroc_stereo_config.yaml
8888
rosbag play YOUR_DATASET_FOLDER/MH_01_easy.bag
8989
```
9090

@@ -97,17 +97,17 @@ alt="VINS" width="320" height="240" border="10" /></a>
9797
Download [KITTI Odometry dataset](http://www.cvlibs.net/datasets/kitti/eval_odometry.php) to YOUR_DATASET_FOLDER. Take sequences 00 for example,
9898
Open two terminals, run vins and rviz respectively.
9999
```
100-
rosrun vins kitti_odom_test ~/catkin_ws/src/VINS/config/kitti_odom/kitti_config00-02.yaml YOUR_DATASET_FOLDER/sequences/00/
101100
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/
102102
```
103103
### 4.2 KITTI GPS Fusion (Stereo + GPS)
104104
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.
105105
Open three terminals, run vins, global fusion and rviz respectively.
106106
Green path is VIO odometry; blue path is odometry under GPS global fusion.
107107
```
108+
roslaunch vins vins_rviz.launch
108109
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/
109110
rosrun global_fusion global_fusion_node
110-
roslaunch vins vins_rviz.launch
111111
```
112112

113113
<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-
118118
Open four terminals, run vins odometry, visual loop closure(optional), rviz and play the bag file respectively.
119119
Green path is VIO odometry; red path is odometry under visual loop closure.
120120
```
121+
roslaunch vins vins_rviz.launch
121122
rosrun vins vins_node ~/catkin_ws/src/VINS/config/vi_car/vi_car.yaml
122123
(optional) rosrun loop_fusion loop_fusion_node ~/catkin_ws/src/VINS/config/vi_car/vi_car.yaml
123-
roslaunch vins vins_rviz.launch
124124
rosbag play YOUR_DATASET_FOLDER/car.bag
125125
```
126126
<a href="https://www.youtube.com/embed/DjtoSDM9hUY" target="_blank"><img src="http://img.youtube.com/vi/DjtoSDM9hUY/0.jpg"

0 commit comments

Comments
 (0)