Skip to content

Commit

Permalink
docs(04_launch_application): add sensor_height description (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Manato HIRABAYASHI <[email protected]>
  • Loading branch information
manato authored Nov 2, 2023
1 parent 7ca5bd3 commit 86ff2ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/tutorials/04_launch_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,19 @@ See the READMEs of these packages for more detail.
The following sample launches LiDAR-based object detection and bounding-box-level fusion (i.e. late fusion) between 2D and 3D object detection.
Launch the launch file that matches your LiDAR setup.

![demo_construction](figures/demo_construction.drawio.svg "demo_construction.svg")

The launch files can take an argument named `sensor_height` that represents LiDAR height from the ground in meters (default: 1.0).
Because some functions in Auoware are designed to perform best using previously known LiDAR height,
it is recommended to adjust this value according to your actual sensor setup to acquire better performance.

```sh
cd edge-auto
source install/setup.bash

ros2 launch edge_auto_launch perception_at128_sample.launch.xml
ros2 launch edge_auto_launch perception_at128_sample.launch.xml sensor_height:=[sensor height from the ground]
## or
ros2 launch edge_auto_launch perception_xt32_sample.launch.xml
ros2 launch edge_auto_launch perception_xt32_sample.launch.xml sensor_height:=[sensor height from the ground]
```

This sample mainly leverages [pointcloud_preprocessor](https://github.com/autowarefoundation/autoware.universe/tree/main/sensing/pointcloud_preprocessor), [centerpoint](https://github.com/autowarefoundation/autoware.universe/tree/main/perception/lidar_centerpoint), and [image_projection_based_fusion](https://github.com/autowarefoundation/autoware.universe/tree/main/perception/image_projection_based_fusion) packages
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorials/figures/demo_construction.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86ff2ff

Please sign in to comment.