-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDS_SLAM_HERO.launch
More file actions
11 lines (8 loc) · 869 Bytes
/
DS_SLAM_HERO.launch
File metadata and controls
11 lines (8 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
<launch>
<!-- orb slam -->
<node pkg="ORB_SLAM2_PointMap_SegNetM" name="DS_TUM" type="DS_TUM" args="$(find ORB_SLAM2_PointMap_SegNetM)/../../../Vocabulary/ORBvoc.txt $(find ORB_SLAM2_PointMap_SegNetM)/TUM3.yaml PATH_TO_SEQUENCE PATH_TO_SEQUENCE/associate.txt $(find ORB_SLAM2_PointMap_SegNetM)/SegNet/result0102.dat $(find ORB_SLAM2_PointMap_SegNetM)/SegNet/segnet_weight_withoutbn_0102.dat $(find ORB_SLAM2_PointMap_SegNetM)/SegNet/fracw_fracb_pascal_0102.dat $(find ORB_SLAM2_PointMap_SegNetM)/tools/pascal.png $(find ORB_SLAM2_PointMap_SegNetM)/libsegmentation/segnet_test_4_1228_hhz.aocx" output="screen" />
<!-- Run other launch file -->
<include file="$(find ORB_SLAM2_PointMap_SegNetM)/launch/Octomap.launch" />
<include file="$(find ORB_SLAM2_PointMap_SegNetM)/launch/transform.launch" />
<node pkg="rviz" name="rviz" type="rviz" />
</launch>