From 159d110412e2ed250f981dc4bc0df86610c28a30 Mon Sep 17 00:00:00 2001 From: chickenta2ta <78191435+chickenta2ta@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:37:00 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20lightNet-TRT=E3=81=AEROS2=E3=83=A9?= =?UTF-8?q?=E3=83=83=E3=83=91=E3=83=BC=E3=81=AE=E5=AE=9F=E8=A3=85=20(#37)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * edit experimental.repos to clone lightnet repository * fix github url * style(pre-commit): autofix * fix: use only original lightnet_trt repository * fix: use minoda san's repo instead * chore: fix dir name --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> --- experimental.repos | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/experimental.repos b/experimental.repos index e69de29..0a9ad79 100644 --- a/experimental.repos +++ b/experimental.repos @@ -0,0 +1,5 @@ +repositories: + lightNet-TRT-ROS2: + type: git + url: https://github.com/kminoda/lightNet-TRT-ROS2 + version: main