Skip to content

Commit c0dc3b7

Browse files
author
M. Fatih Cırıt
committed
fix table formattings for prettier
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 922945a commit c0dc3b7

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Diff for: control/autoware_pid_longitudinal_controller/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ AutonomouStuff Lexus RX 450h for under 40 km/h driving.
199199
### DRIVE Parameter
200200

201201
| Name | Type | Description | Default value |
202-
| :------------------------------------ | :----- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- |:--------------|
202+
| :------------------------------------ | :----- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------ |
203203
| kp | double | p gain for longitudinal control | 1.0 |
204204
| ki | double | i gain for longitudinal control | 0.1 |
205205
| kd | double | d gain for longitudinal control | 0.0 |

Diff for: perception/raindrop_cluster_filter/raindrop_cluster_filter.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ Mainly this focuses on filtering out unknown objects with very low intensity poi
2626

2727
### Core Parameters
2828

29-
| Name | Type | Default Value | Description |
30-
| --------------------------------- | ----- | ------------------------------------------------------- |-----------------------------------------------|
31-
| `filter_target_label.UNKNOWN` | bool | false | If true, unknown objects are filtered. |
32-
| `filter_target_label.CAR` | bool | false | If true, car objects are filtered. |
33-
| `filter_target_label.TRUCK` | bool | false | If true, truck objects are filtered. |
34-
| `filter_target_label.BUS` | bool | false | If true, bus objects are filtered. |
35-
| `filter_target_label.TRAILER` | bool | false | If true, trailer objects are filtered. |
36-
| `filter_target_label.MOTORCYCLE` | bool | false | If true, motorcycle objects are filtered. |
37-
| `filter_target_label.BICYCLE` | bool | false | If true, bicycle objects are filtered. |
38-
| `filter_target_label.PEDESTRIAN` | bool | false | If true, pedestrian objects are filtered. |
39-
| `max_x` | float | 60.00 | Maximum of x of the filter effective range |
40-
| `min_x` | float | -20.00 | Minimum of x of the filter effective range |
41-
| `max_y` | float | 20.00 | Maximum of y of the filter effective range |
42-
| `min_y` | float | -20.00 | Minium of y of the filter effective range |
43-
| `intensity_threshold` | float | 1.0 | The threshold of average intensity for filter |
44-
| `existence_probability_threshold` | float | The existence probability threshold to apply the filter | 0.2 |
29+
| Name | Type | Default Value | Description |
30+
| --------------------------------- | ----- | ------------- | ------------------------------------------------------- |
31+
| `filter_target_label.UNKNOWN` | bool | false | If true, unknown objects are filtered. |
32+
| `filter_target_label.CAR` | bool | false | If true, car objects are filtered. |
33+
| `filter_target_label.TRUCK` | bool | false | If true, truck objects are filtered. |
34+
| `filter_target_label.BUS` | bool | false | If true, bus objects are filtered. |
35+
| `filter_target_label.TRAILER` | bool | false | If true, trailer objects are filtered. |
36+
| `filter_target_label.MOTORCYCLE` | bool | false | If true, motorcycle objects are filtered. |
37+
| `filter_target_label.BICYCLE` | bool | false | If true, bicycle objects are filtered. |
38+
| `filter_target_label.PEDESTRIAN` | bool | false | If true, pedestrian objects are filtered. |
39+
| `max_x` | float | 60.00 | Maximum of x of the filter effective range |
40+
| `min_x` | float | -20.00 | Minimum of x of the filter effective range |
41+
| `max_y` | float | 20.00 | Maximum of y of the filter effective range |
42+
| `min_y` | float | -20.00 | Minium of y of the filter effective range |
43+
| `intensity_threshold` | float | 1.0 | The threshold of average intensity for filter |
44+
| `existence_probability_threshold` | float | 0.2 | The existence probability threshold to apply the filter |
4545

4646
## Assumptions / Known limits
4747

0 commit comments

Comments
 (0)