Skip to content

Commit

Permalink
add planning
Browse files Browse the repository at this point in the history
Signed-off-by: ismetatabay <ismet@leodrive.ai>
  • Loading branch information
ismetatabay committed Nov 9, 2023
1 parent f6377e2 commit bc93257
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ autonomous systems operate seamlessly and efficiently in similar complex real-wo

## Yıldız Technical University Campus Environment

Check warning on line 12 in docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/tuning-parameters/index.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Yıldız)

Yıldız Technical University (YTU) is located in Istanbul, Turkey,
[Yıldız Technical University (YTU)](https://yildiz.edu.tr/en) is located in Istanbul, Turkey,

Check warning on line 14 in docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/tuning-parameters/index.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Yıldız)
and it encompasses multiple campuses. One of these campuses is the
Davutpaşa Campus, where we operate autonomous vehicles. Here is some

Check warning on line 16 in docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/tuning-parameters/index.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Davutpaşa)
general information about the YTU Davutpaşa Campus:

Check warning on line 17 in docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/tuning-parameters/index.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Davutpaşa)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ensuring optimal performance in the specific conditions of the YTU campus.
may prove insufficient for aligning point clouds.
The default NDT input point cloud parameters are shown below:

!!! note " The default [crop_box_filter_measurement_range.param.yaml](https://github.com/autowarefoundation/autoware_launch/blob/main/autoware_launch/config/localization/crop_box_filter_measurement_range.param.yaml) file for localization util."
!!! note "The default [crop_box_filter_measurement_range.param.yaml](https://github.com/autowarefoundation/autoware_launch/blob/main/autoware_launch/config/localization/crop_box_filter_measurement_range.param.yaml) file for localization util."

```yaml
/**:
Expand Down Expand Up @@ -66,22 +66,22 @@ ensuring optimal performance in the specific conditions of the YTU campus.
!!! note "[`crop_box_filter_measurement_range.param.yaml`](https://github.com/autowarefoundation/autoware_launch/blob/main/autoware_launch/config/localization/crop_box_filter_measurement_range.param.yaml) parameter file:"

```diff
/**:
ros__parameters:
input_frame: "base_link"
output_frame: "base_link"
- min_x: -60.0
+ min_x: -150.0
- max_x: 60.0
+ max_x: 150.0
- min_y: -60.0
+ min_y: -150.0
- max_y: 60.0
+ max_y: 150.0
min_z: -30.0
max_z: 50.0
negative: False
```
/**:
ros__parameters:
input_frame: "base_link"
output_frame: "base_link"
- min_x: -60.0
+ min_x: -150.0
- max_x: 60.0
+ max_x: 150.0
- min_y: -60.0
+ min_y: -150.0
- max_y: 60.0
+ max_y: 150.0
min_z: -30.0
max_z: 50.0
negative: False
```

<figure markdown>
![ytu-campus-pcd-range](images/ndt-range-150m.png){ align=center }
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bc93257

Please sign in to comment.