fix(ros): use bm as ros default
This commit is contained in:
parent
58464510f6
commit
4552743c4b
|
@ -59,7 +59,7 @@
|
||||||
<!-- disparity computing method type -->
|
<!-- disparity computing method type -->
|
||||||
<arg name="sgbm" default="0" />
|
<arg name="sgbm" default="0" />
|
||||||
<arg name="bm" default="1" />
|
<arg name="bm" default="1" />
|
||||||
<arg name="disparity_computing_method" default="$(arg sgbm)" />
|
<arg name="disparity_computing_method" default="$(arg bm)" />
|
||||||
|
|
||||||
<arg name="enable_left_rect" default="false" />
|
<arg name="enable_left_rect" default="false" />
|
||||||
<arg name="enable_right_rect" default="false" />
|
<arg name="enable_right_rect" default="false" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user