Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 15, 2024
1 parent 4873f34 commit e2ceac9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions sensing/pointcloud_preprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `pointcloud_preprocessor` is a package that includes the following filters:
Detail description of each filter's algorithm is in the following links.

| Filter Name | Description | Detail |
|-------------------------------|------------------------------------------------------------------------------------|-----------------------------------------------|
| ----------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------- |
| concatenate_data | subscribe multiple pointclouds and concatenate them into a pointcloud | [link](docs/concatenate-data.md) |
| crop_box_filter | remove points within a given box | [link](docs/crop-box-filter.md) |
| distortion_corrector | compensate pointcloud distortion caused by ego vehicle's movement during 1 scan | [link](docs/distortion-corrector.md) |
Expand All @@ -31,22 +31,22 @@ Detail description of each filter's algorithm is in the following links.
### Input

| Name | Type | Description |
|-------------------|---------------------------------|-------------------|
| ----------------- | ------------------------------- | ----------------- |
| `~/input/points` | `sensor_msgs::msg::PointCloud2` | reference points |
| `~/input/indices` | `pcl_msgs::msg::Indices` | reference indices |

### Output

| Name | Type | Description |
|-------------------|---------------------------------|-----------------|
| ----------------- | ------------------------------- | --------------- |
| `~/output/points` | `sensor_msgs::msg::PointCloud2` | filtered points |

## Parameters

### Node Parameters

| Name | Type | Default Value | Description |
|--------------------|--------|---------------|---------------------------------------|
| ------------------ | ------ | ------------- | ------------------------------------- |
| `input_frame` | string | " " | input frame id |
| `output_frame` | string | " " | output frame id |
| `max_queue_size` | int | 5 | max queue size of input/output topics |
Expand Down Expand Up @@ -87,11 +87,11 @@ output to the node's output. This data is crucial for assessing the pipeline's h
When running Autoware, you can monitor the accumulated times for each node in the pipeline by subscribing to the
following ROS 2 topics:

* `/sensing/lidar/LidarX/crop_box_filter_self/debug/accumulated_time_ms`
* `/sensing/lidar/LidarX/crop_box_filter_mirror/debug/accumulated_time_ms`
* `/sensing/lidar/LidarX/distortion_corrector/debug/accumulated_time_ms`
* `/sensing/lidar/LidarX/ring_outlier_filter/debug/accumulated_time_ms`
* `/sensing/lidar/concatenate_data_synchronizer/debug/accumulated_time_ms/sensing/lidar/LidarX/pointcloud`
- `/sensing/lidar/LidarX/crop_box_filter_self/debug/accumulated_time_ms`
- `/sensing/lidar/LidarX/crop_box_filter_mirror/debug/accumulated_time_ms`
- `/sensing/lidar/LidarX/distortion_corrector/debug/accumulated_time_ms`
- `/sensing/lidar/LidarX/ring_outlier_filter/debug/accumulated_time_ms`
- `/sensing/lidar/concatenate_data_synchronizer/debug/accumulated_time_ms/sensing/lidar/LidarX/pointcloud`

These topics provide the accumulated processing times, giving insights into the delays at various stages of the pipeline
from the sensor output of LidarX to each subsequent node.
Expand Down

0 comments on commit e2ceac9

Please sign in to comment.