File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
<arg name =" evaluate_fast" default =" false" doc =" same as 'evaluate' but without ROS publishers and with no delays" />
5
5
<arg name =" delay_between_columns" default =" 2000" doc =" artificial delay in microseconds between image columns" />
6
6
7
+ <arg name =" use_rviz" default =" true" doc =" whether to start also rviz" />
8
+
7
9
<arg name =" _evaluate" value =" $(eval '--evaluate' if evaluate else '')" />
8
10
<arg name =" _evaluate_fast" value =" $(eval '--evaluate-fast' if evaluate_fast else '')" />
9
11
13
15
args =" $(arg path) --delay-between-columns $(arg delay_between_columns) $(arg _evaluate) $(arg _evaluate_fast)"
14
16
output =" screen" />
15
17
16
- <node name =" rviz" pkg =" rviz" type =" rviz"
18
+ <node name =" rviz" pkg =" rviz" type =" rviz" if = " $(arg use_rviz) "
17
19
args =" --display-config $(find continuous_clustering)/rviz/demo_kitti_folder.rviz" />
18
20
19
21
<!-- below is just for visualization of a dummy car in Rviz (has not the correct dimensions) -->
You can’t perform that action at this time.
0 commit comments