You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`input_obstacle_pointcloud`|`false`| only for laserscan based method. If true, the node subscribe obstacle pointcloud |
72
72
|`input_obstacle_and_raw_pointcloud`|`true`| only for laserscan based method. If true, the node subscribe both obstacle and raw pointcloud |
73
+
74
+
### Downsample input pointcloud(Optional)
75
+
76
+
If you set `downsample_input_pointcloud` to `true`, the input pointcloud will be downsampled and following topics are also used. This feature is currently only for the pointcloud based occupancy grid map.
|`use_height_filter`| bool | whether to height filter for `~/input/obstacle_pointcloud` and `~/input/raw_pointcloud`? By default, the height is set to -1~2m. |
89
-
|`map_length`| double | The length of the map. -100 if it is 50~50[m]|
90
-
|`map_resolution`| double | The map cell resolution [m]|
91
-
|`grid_map_type`| string | The type of grid map for estimating `UNKNOWN` region behind obstacle point clouds |
|`use_height_filter`| bool | whether to height filter for `~/input/obstacle_pointcloud` and `~/input/raw_pointcloud`? By default, the height is set to -1~2m. |
101
+
|`map_length`| double | The length of the map. -100 if it is 50~50[m]|
102
+
|`map_resolution`| double | The map cell resolution [m]|
103
+
|`grid_map_type`| string | The type of grid map for estimating `UNKNOWN` region behind obstacle point clouds |
104
+
|`scan_origin`| string | The origin of the scan. It should be a sensor frame. |
105
+
|`pub_debug_grid`| bool | Whether to publish debug grid maps |
106
+
|`downsample_input_pointcloud`| bool | Whether to downsample the input pointclouds. The downsampled pointclouds are used for the ray tracing. |
107
+
|`downsample_voxel_size`| double | The voxel size for the downsampled pointclouds. |
0 commit comments