forked from HKUST-Aerial-Robotics/VINS-Mono
-
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.
Merge branch 'master' of github.com:HKUST-Aerial-Robotics/VINS-Mono
- Loading branch information
Showing
6 changed files
with
61 additions
and
19 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
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,11 @@ | ||
<launch> | ||
<include file="$(find vins_estimator)/launch/realsense_fisheye.launch"/> | ||
|
||
<node pkg="ar_demo" type="ar_demo_node" name="ar_demo_node" output="screen"> | ||
<remap from="~image_raw" to="/camera/fisheye/image_raw"/> | ||
<remap from="~camera_pose" to="/vins_estimator/camera_pose"/> | ||
<remap from="~pointcloud" to="/vins_estimator/point_cloud"/> | ||
<param name="calib_file" type="string" value="$(find feature_tracker)/../config/realsense/realsense_fisheye_config.yaml"/> | ||
<param name="use_undistored_img" type="bool" value="false"/> | ||
</node> | ||
</launch> |
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
Empty file.
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,21 @@ | ||
|
||
@inproceedings{qin2018online, | ||
title={Online Temporal Calibration for Monocular Visual-Inertial Systems}, | ||
author={Qin, Tong and Shen, Shaojie}, | ||
booktitle={2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, | ||
pages={3662--3669}, | ||
year={2018}, | ||
organization={IEEE} | ||
} | ||
|
||
|
||
|
||
@article{qin2017vins, | ||
title={VINS-Mono: A Robust and Versatile Monocular Visual-Inertial State Estimator}, | ||
author={Qin, Tong and Li, Peiliang and Shen, Shaojie}, | ||
journal={IEEE Transactions on Robotics}, | ||
year={2018}, | ||
volume={34}, | ||
number={4}, | ||
pages={1004-1020} | ||
} |