-
Notifications
You must be signed in to change notification settings - Fork 76
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
82b84d6
commit d9090a0
Showing
4 changed files
with
28 additions
and
24 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 |
---|---|---|
@@ -1,14 +1,17 @@ | ||
<launch> | ||
<!-- Define an argument for data_path with a default value --> | ||
<!-- See the example. It should indicate the sequence directory --> | ||
<arg name="data_path" default="/media/shapelim/UX960NVMe1/kitti_semantic/dataset/sequences/04" /> | ||
<param name="/data_path" type="string" value="$(arg data_path)" /> | ||
<node name="$(anon offline_kitti)" pkg="patchwork" type="offline_kitti" output="screen"> | ||
<rosparam param="/algorithm">"patchwork"</rosparam> | ||
<rosparam param="/save_flag">false</rosparam> | ||
<rosparam param="/use_sor_before_save">false</rosparam> | ||
<rosparam param="/start_frame">0</rosparam> | ||
<rosparam param="/end_frame">10000</rosparam> | ||
|
||
<node name="$(anon offline_kitti)" pkg="patchwork" type="offline_kitti" output="screen"> | ||
<rosparam param="/algorithm">"patchwork"</rosparam> | ||
<rosparam param="/save_flag">false</rosparam> | ||
<rosparam param="/use_sor_before_save">false</rosparam> | ||
<rosparam param="/start_frame">0</rosparam> | ||
<rosparam param="/end_frame">10000</rosparam> | ||
<rosparam param="/data_path">"/media/shapelim/UX960NVMe11/kitti_semantic/dataset/sequences/04"</rosparam> | ||
</node> | ||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find patchwork)/rviz/patchwork_viz.rviz"/> | ||
</node> | ||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find patchwork)/rviz/patchwork_viz.rviz"/> | ||
|
||
<rosparam command="load" file="$(find patchwork)/config/params.yaml" /> | ||
<rosparam command="load" file="$(find patchwork)/config/params.yaml" /> | ||
</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