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.
modify README; delete unused launch remove vins_folder in config file modify euroc config; give a rough param modify README.md add licence modify README.md add support_files add rviz file collect ar data in A3 draw color for box chang rivz place; modify README.md add color for box modify README.md; add paper file add papers modify README.md modify README.md modify readme add ly video modify README add benchmark modify readme remove gpu modify readme add rviz modify readme modify cv_bridge and readme modify readme modify readme modify readme modify readme modify readme modify readme modify readme add ar rviz modify reademe modify rviz modify rviz path modify readme modify reademe modify readme modify readme modify readme modify readme modify reademe; modify ceres floor Update README.md Update README.md Update README.md modify papers Update Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md upload paper; modify readme
- Loading branch information
1 parent
6fc41de
commit 4dafe71
Showing
113 changed files
with
277,989 additions
and
608 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,5 +1,4 @@ | ||
*~ | ||
support_files | ||
*.rviz | ||
ex_calib_result.yaml | ||
vins_result.csv |
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 |
---|---|---|
@@ -1,21 +1,11 @@ | ||
<launch> | ||
<!-- | ||
<arg name="dataset_bag_path" default = "/home/tony-ws/bag/AR/ar_box.bag"/> | ||
<node pkg="rosbag" type="play" name="player" output="log" | ||
args="$(arg dataset_bag_path) -s 0" /> | ||
--> | ||
|
||
<include file="$(find vins_estimator)/launch/test/3dm.launch"/> | ||
<include file="$(find vins_estimator)/launch/3dm.launch"/> | ||
|
||
<node pkg="ar_demo" type="ar_demo_node" name="ar_demo_node" output="screen"> | ||
<remap from="~image_undistored" to="/stereo45_cropper/cropped_middle/image"/> | ||
<remap from="~image_raw" to="/mv_25001498/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/3dm/3dm_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> |
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,16 @@ | ||
<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> |
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,3 @@ | ||
<launch> | ||
<node name="rvizvisualisation" pkg="rviz" type="rviz" output="log" args="-d $(find ar_demo)/../config/AR_demo.rviz" /> | ||
</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
Oops, something went wrong.