Skip to content

Commit

Permalink
chore: seperate paramters for different nodes
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf committed Dec 25, 2024
1 parent a34bf00 commit e77c495
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
8 changes: 8 additions & 0 deletions perception/autoware_object_merger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,16 @@ The successive shortest path algorithm is used to solve the data association pro

## Parameters

- object association merger

{{ json_to_markdown("perception/autoware_object_merger/schema/object_association_merger.schema.json") }}

- data association matrix

{{ json_to_markdown("perception/autoware_object_merger/schema/data_association_matrix.schema.json") }}

- overlapped judge

{{ json_to_markdown("perception/autoware_object_merger/schema/overlapped_judge.schema.json") }}

## Tips
Expand Down
29 changes: 23 additions & 6 deletions perception/autoware_probabilistic_occupancy_grid_map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,29 @@ You may need to choose `scan_origin_frame` and `gridmap_origin_frame` which mean

### Parameters

{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/binary_bayes_filter_updater.schema.json") }}
{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/grid_map.schema.json") }}
{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/laserscan_based_occupancy_grid_map.schema.json") }}
{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/multi_lidar_pointcloud_based_occupancy_grid_map.schema.json") }}
{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/pointcloud_based_occupancy_grid_map.schema.json") }}
{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/synchronized_grid_map_fusion_node.schema.json") }}
- binary bayes filter updater

{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/binary_bayes_filter_updater.schema.json") }}

- grid map

{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/grid_map.schema.json") }}

- laserscan based occupancy grid map

{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/laserscan_based_occupancy_grid_map.schema.json") }}

- multi lidar pointcloud based occupancy grid map

{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/multi_lidar_pointcloud_based_occupancy_grid_map.schema.json") }}

- pointcloud based occupancy grid map

{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/pointcloud_based_occupancy_grid_map.schema.json") }}

- synchronized grid map fusion

{{ json_to_markdown("perception/autoware_probabilistic_occupancy_grid_map/schema/synchronized_grid_map_fusion_node.schema.json") }}

### Downsample input pointcloud(Optional)

Expand Down

0 comments on commit e77c495

Please sign in to comment.