Skip to content

Commit 166b8ee

Browse files
authored
Update run_experiment.launch
1 parent d8f3935 commit 166b8ee

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

dynablox_ros/launch/run_experiment.launch

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@
33
<launch>
44
<!-- ========== Arguments ========== -->
55
<!-- Dataset -->
6-
<arg name="use_doals" default="true" /> <!-- Which dataset to play. -->
6+
<arg name="use_doals" default="true" /> <!-- Which dataset to play -->
77
<arg name="bag_file" default="/home/$(env USER)/data/DOALS/hauptgebaeude/sequence_1/bag.bag" /> <!-- Full path to the bag file to play -->
8-
<arg name="player_rate" default="1" /> <!-- 0.3 -->
8+
<arg name="player_rate" default="1" /> <!-- Real time rate of bag being played -->
99

1010
<!-- Drift Simulation -->
11-
<arg name="drift_simulation_rollout" default="" /> <!-- Leave empty to ignore drift or specify a rollout that matches the dataset bein played -->
11+
<arg name="drift_simulation_rollout" default="" /> <!-- Leave empty to ignore drift or specify a rollout that matches the dataset bein played -->
1212

1313
<!-- Evaluation -->
14-
<arg name="evaluate" default="true" />
15-
<arg name="eval_output_path" default="/home/$(env USER)/dynablox_output" />
16-
<arg name="ground_truth_file" default="/home/$(env USER)/data/DOALS/hauptgebaeude/sequence_1/indices.csv" />
14+
<arg name="evaluate" default="false" /> <!-- Whether to save evaluation data -->
15+
<arg name="eval_output_path" default="/home/$(env USER)/dynablox_output" /> <!-- Where to save evaluation data -->
16+
<arg name="ground_truth_file" default="/home/$(env USER)/data/DOALS/hauptgebaeude/sequence_1/indices.csv" /> <!-- GT data file. Currently supports DOALS -->
1717

1818
<!-- Motion Detector -->
19-
<arg name="config_file" default="motion_detector/default.yaml" />
20-
<arg name="visualize" default="true" />
21-
19+
<arg name="config_file" default="motion_detector/default.yaml" /> <!-- Configuration of Dynablox -->
20+
<arg name="visualize" default="true" /> <!-- Whether to display RVIZ visualizations -->
2221

2322

2423

0 commit comments

Comments
 (0)