File tree 2 files changed +31
-6
lines changed
autoware_probabilistic_occupancy_grid_map
2 files changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,16 @@ The successive shortest path algorithm is used to solve the data association pro
25
25
26
26
## Parameters
27
27
28
+ - object association merger
29
+
28
30
{{ json_to_markdown("perception/autoware_object_merger/schema/object_association_merger.schema.json") }}
31
+
32
+ - data association matrix
33
+
29
34
{{ json_to_markdown("perception/autoware_object_merger/schema/data_association_matrix.schema.json") }}
35
+
36
+ - overlapped judge
37
+
30
38
{{ json_to_markdown("perception/autoware_object_merger/schema/overlapped_judge.schema.json") }}
31
39
32
40
## Tips
Original file line number Diff line number Diff line change @@ -21,12 +21,29 @@ You may need to choose `scan_origin_frame` and `gridmap_origin_frame` which mean
21
21
22
22
### Parameters
23
23
24
- {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/binary_bayes_filter_updater.schema.json") }}
25
- {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/grid_map.schema.json") }}
26
- {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/laserscan_based_occupancy_grid_map.schema.json") }}
27
- {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/multi_lidar_pointcloud_based_occupancy_grid_map.schema.json") }}
28
- {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/pointcloud_based_occupancy_grid_map.schema.json") }}
29
- {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/synchronized_grid_map_fusion_node.schema.json") }}
24
+ - binary bayes filter updater
25
+
26
+ {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/binary_bayes_filter_updater.schema.json") }}
27
+
28
+ - grid map
29
+
30
+ {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/grid_map.schema.json") }}
31
+
32
+ - laserscan based occupancy grid map
33
+
34
+ {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/laserscan_based_occupancy_grid_map.schema.json") }}
35
+
36
+ - multi lidar pointcloud based occupancy grid map
37
+
38
+ {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/multi_lidar_pointcloud_based_occupancy_grid_map.schema.json") }}
39
+
40
+ - pointcloud based occupancy grid map
41
+
42
+ {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/pointcloud_based_occupancy_grid_map.schema.json") }}
43
+
44
+ - synchronized grid map fusion
45
+
46
+ {{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/synchronized_grid_map_fusion_node.schema.json") }}
30
47
31
48
### Downsample input pointcloud(Optional)
32
49
You can’t perform that action at this time.
0 commit comments