diff --git a/docs/tutorials/02_installation.md b/docs/tutorials/02_installation.md index 3943ad52627..997111c62a7 100644 --- a/docs/tutorials/02_installation.md +++ b/docs/tutorials/02_installation.md @@ -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. \ No newline at end of file diff --git a/docs/tutorials/04_launch_application.md b/docs/tutorials/04_launch_application.md index 4e5e9e79166..3ce50e7c4b5 100644 --- a/docs/tutorials/04_launch_application.md +++ b/docs/tutorials/04_launch_application.md @@ -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 -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) \ No newline at end of file