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.
2017-12-29 New features: Add map merge, pose graph reuse, online temp…
…oral calibration function, and support rolling shutter camera
- Loading branch information
1 parent
f5904b1
commit 96e770e
Showing
83 changed files
with
4,236 additions
and
4,199 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 was deleted.
Oops, something went wrong.
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,13 +1,13 @@ | ||
<launch> | ||
<!--MH_01_easy MH_02_easy MH_03_medium MH_04_difficult MH_05_difficult V1_01_easy V1_02_medium V1_03_difficult V2_01_easy V2_02_medium V2_03_difficult --> | ||
<arg name="sequence_name" default = "MH_05_difficult" /> | ||
<arg name="sequence_name" default = "MH_01_easy" /> | ||
|
||
<node name="benchmark_publisher" pkg="benchmark_publisher" type="benchmark_publisher" output="screen"> | ||
<param name="data_name" type="string" value="$(find benchmark_publisher)/config/$(arg sequence_name)/data.csv" /> | ||
<remap from="~estimated_odometry" to="/vins_estimator/odometry" /> | ||
</node> | ||
<!-- | ||
<node pkg="rosbag" type="play" name="player" output="log" | ||
args="/home/tony-ws/bag/ijrr_euroc_mav_dataset/$(arg sequence_name)/$(arg sequence_name).bag -r 2" /> | ||
args="/home/tony-ws1/bag/ijrr_euroc_mav_dataset/$(arg sequence_name)/$(arg sequence_name).bag -r 2" /> | ||
--> | ||
</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
Oops, something went wrong.