-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Updated rs_launch param names #2847
Updated rs_launch param names #2847
Conversation
{'name': 'pointcloud.stream_filter', 'default': '2', 'description': 'texture stream for pointcloud'}, | ||
{'name': 'pointcloud.stream_index_filter','default': '0', 'description': 'texture stream index for pointcloud'}, | ||
{'name': 'pointcloud.ordered_pc', 'default': 'false', 'description': ''}, | ||
{'name': 'pointcloud.allow_no_texture_points', 'default': 'false', 'description': "''"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed:
- allow_no_texture_points to pointcloud.allow_no_texture_points
@@ -27,56 +27,57 @@ | |||
{'name': 'usb_port_id', 'default': "''", 'description': 'choose device by usb port id'}, | |||
{'name': 'device_type', 'default': "''", 'description': 'choose device by type'}, | |||
{'name': 'config_file', 'default': "''", 'description': 'yaml config file'}, | |||
{'name': 'unite_imu_method', 'default': "0", 'description': '[0-None, 1-copy, 2-linear_interpolation]'}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-arranged all the params.
{'name': 'spatial_filter.enable', 'default': 'false', 'description': 'enable_spatial_filter'}, | ||
{'name': 'temporal_filter.enable', 'default': 'false', 'description': 'enable_temporal_filter'}, | ||
{'name': 'disparity_filter.enable', 'default': 'false', 'description': 'enable_disparity_filter'}, | ||
{'name': 'hole_filling_filter.enable', 'default': 'false', 'description': 'enable_hole_filling_filter'}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added:
- spatial_filter.enable
- temporal_filter.enable
- disparity_filter.enable
- hole_filling_filter.enable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.