Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: lightNet-TRTのROS2ラッパーの実装 #12

Merged
merged 9 commits into from
Feb 16, 2024
12 changes: 12 additions & 0 deletions docs/tutorials/04_launch_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
```sh
cd edge-auto
source install/setup.bash

Check warning on line 36 in docs/tutorials/04_launch_application.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Auoware)
ros2 launch edge_auto_launch perception_at128_sample.launch.xml
## or
ros2 launch edge_auto_launch perception_xt32_sample.launch.xml
Expand All @@ -53,3 +53,15 @@
(especially for autonomous driving contexts).
If you try this tutorial in some indoor environments, such as room ceil is in the range of sensor FoV,
additional preprocessings, such as cropping the range to be processed, may be required to get better results.

## (Experimental) Launch experimental repositories

You can checkout experimental repositories using the following command.

```sh

Check warning on line 61 in docs/tutorials/04_launch_application.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (preprocessings)
vcs import src < experimental.repos
```

For building and launching experimental repositories, please refer to the documentation provided in each respective repository.

- [lightNet-TRT](https://github.com/kminoda/lightNet-TRT-ROS2)
Loading