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.
- Loading branch information
1 parent
c0edd92
commit 67ba02e
Showing
3 changed files
with
4 additions
and
7 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 |
---|---|---|
@@ -1,16 +1,12 @@ | ||
<launch> | ||
|
||
<!-- <include file="$(find vins_estimator)/launch/A3.launch"/> | ||
--> | ||
<include file="$(find vins_estimator)/launch/A3.launch"/> | ||
|
||
<node pkg="ar_demo" type="ar_demo_node" name="ar_demo_node" output="screen"> | ||
<remap from="~image_raw" to="/djiros/image"/> | ||
<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/A3/A3_config.yaml"/> | ||
<param name="use_undistored_img" type="bool" value="false"/> | ||
</node> | ||
|
||
<!-- | ||
<node name="rvizvisualisation" pkg="rviz" type="rviz" output="log" args="-d $(find ar_demo)/config/AR_demo.rviz" /> | ||
--> | ||
</launch> |
Binary file not shown.
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