Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update x1 settings for ground plane calibration #210

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<arg name="filter_estimations" default="true" description="Flag to enable filtering estimations"/>

<arg name="use_crop_box_filter" default="true" description="Use an optional crop box filter to accelerate processing and ignore walls or other planes"/>
<arg name="crop_box_min_x" default="-50.0" description="Minimum x value of the crop box filter"/>
<arg name="crop_box_min_y" default="-50.0" description="Minimum y value of the crop box filter"/>
<arg name="crop_box_min_z" default="-50.0" description="Minimum z value of the crop box filter"/>
<arg name="crop_box_max_x" default="50.0" description="Maximum x value of the crop box filter"/>
<arg name="crop_box_max_y" default="50.0" description="Maximum y value of the crop box filter"/>
<arg name="crop_box_max_z" default="50.0" description="Maximum z value of the crop box filter"/>
<arg name="crop_box_min_x" default="-20.0" description="Minimum x value of the crop box filter"/>
<arg name="crop_box_min_y" default="-20.0" description="Minimum y value of the crop box filter"/>
<arg name="crop_box_min_z" default="-20.0" description="Minimum z value of the crop box filter"/>
<arg name="crop_box_max_x" default="20.0" description="Maximum x value of the crop box filter"/>
<arg name="crop_box_max_y" default="20.0" description="Maximum y value of the crop box filter"/>
<arg name="crop_box_max_z" default="20.0" description="Maximum z value of the crop box filter"/>
<arg name="use_pca_rough_normal" default="false" description="Whether to use PCA or the initial calibration for normal plane estimation"/>

<arg name="rviz" default="true" description="Launch rviz"/>
Expand Down
Loading