Skip to content

Commit

Permalink
docs: refer to documentation in each experimental repository
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenta2ta committed Jan 19, 2024
1 parent 58d2643 commit 1ac6de6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
15 changes: 1 addition & 14 deletions docs/tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,4 @@ edge-auto-jetson/src/individual_params/individual_params/config/
│   ├── trigger.param.yaml
```

For more details, please refer to the [tier4/sensor_trigger](https://github.com/tier4/sensor_trigger) repository.

## (Experimental) Install lightNet-TRT

You can install lightNet-TRT using the following command.

```sh
vcs import src < experimental.repos

rosdep update
rosdep install -y -r --from-paths src/tensorrt_lightnet --ignore-src --rosdistro $ROS_DISTRO

colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to tensorrt_lightnet
```
For more details, please refer to the [tier4/sensor_trigger](https://github.com/tier4/sensor_trigger) repository.
13 changes: 7 additions & 6 deletions docs/tutorials/04_launch_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@ Note: The default models used in this tutorial are tuned for outdoor environment
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 lightNet-TRT
## (Experimental) Launch experimental repositories

To launch lightNet-TRT, run the following command.
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)
cd edge-auto-jetson
source install/setup.bash

ros2 launch edge_auto_jetson_launch edge_auto_jetson.launch.xml tensorrt_lightnet_is_installed:=true
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/daniel89710/lightNet-TRT)

0 comments on commit 1ac6de6

Please sign in to comment.