forked from uzh-rpg/rpg_svo_example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6918b16
commit 4bc76a7
Showing
3 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
We provide two launch files for [EuRoC](http://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets) for monocular and stereo setups: | ||
|
||
roslaunch svo_ros euroc_mono_imu.launch | ||
roslaunch svo_ros euroc_stereo_imu.launch | ||
|
||
These launch files read the parameters from `param/euroc_mono_imu.yaml` and `param/euroc_stereo_imu.yaml`. The parameters are not necessarily optimal for every sequence, but should be enough as a good starting point. | ||
|
||
### Staring Position when Playing Bag | ||
The first several images of many EuRoC sequences are not good for initialize `SVO`, especially for the monocular case. Therefore it is better to start the bag at a later time, for example: | ||
|
||
rosbag play MH_01_easy.bag -s 50 | ||
rosbag play MH_02_easy.bag -s 45 | ||
rosbag play V1_01_easy.bag | ||
rosbag play V1_02_medium.bag -s 13 | ||
rosbag play V2_01_easy.bag | ||
rosbag play V2_02_medium.bag -s 13 | ||
|
||
This is to avoid, for example, strong rotation for monocular initialization. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters