Skip to content

Commit fcb00ea

Browse files
style(pre-commit): autofix
1 parent 7afa893 commit fcb00ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

perception/radar_object_clustering/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ In other word, this package can combine multiple radar detections from one objec
88
![radar_clustering](docs/radar_clustering.drawio.svg)
99

1010
## Design
11+
1112
### Background
1213

1314
In radars with object output, there are cases that multiple detection results are obtained from one object, especially for large vehicles such as trucks and trailers.
@@ -51,6 +52,7 @@ For now, size estimation for clustered object is not implemented.
5152
So `is_fixed_size` parameter is recommended to set `true`, and size parameters is recommended to set to value near to average size of vehicles.
5253

5354
## Interface
55+
5456
### Input
5557

5658
- `~/input/objects` (`autoware_auto_perception_msgs/msg/DetectedObjects.msg`)
@@ -120,4 +122,4 @@ If the radar objects do not have label information, then it is recommended to us
120122
- Default parameter is 1.5.
121123
122124
`is_fixed_label` is the flag to use fixed size parameters.
123-
If it is true, the size of a clustered object is overwritten by the label set by `size_x`, `size_y`, and `size_z` parameters.
125+
If it is true, the size of a clustered object is overwritten by the label set by `size_x`, `size_y`, and `size_z` parameters.

0 commit comments

Comments
 (0)