You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
When I follow the installation instruction for ONNX from https://github.com/ms-iot/ros_msft_onnx, I get the following git error. Any idea what's wrong? I'm working on a Jetson Xavier AGX with Ubuntu 22.04 and Ros2 Foxy.
Kind regards,
Wouter
oddbot@oddbot-gpu:/mnt/XavierSSD/vision-app/OddBotVision/vision-ros$ ls
build install log src
oddbot@oddbot-gpu:/mnt/XavierSSD/vision-app/OddBotVision/vision-ros$ wget https://raw.githubusercontent.com/ms-iot/ros_msft_onnx/foxy/onnx.repos
--2022-11-25 10:51:49-- https://raw.githubusercontent.com/ms-iot/ros_msft_onnx/foxy/onnx.repos
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8000::154, 2606:50c0:8001::154, 2606:50c0:8002::154, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8000::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 434 [text/plain]
Saving to: ‘onnx.repos’
onnx.repos 100%[====================================================================================================================================================================>] 434 --.-KB/s in 0s
2022-11-25 10:51:49 (2.72 MB/s) - ‘onnx.repos’ saved [434/434]
oddbot@oddbot-gpu:/mnt/XavierSSD/vision-app/OddBotVision/vision-ros$ vcs import src < onnx.repos
...E
=== src/cv_camera (git) ===
Already on 'master'
Your branch is up to date with 'origin/master'.
=== src/image_common (git) ===
Already on 'foxy'
Your branch is up to date with 'origin/foxy'.
=== src/ros_msft_onnx (git) ===
Already on 'foxy'
Your branch is up to date with 'origin/foxy'.
=== src/vision_opencv (git) ===
Could not checkout ref 'ros2': fatal: invalid reference: ros2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
When I follow the installation instruction for ONNX from https://github.com/ms-iot/ros_msft_onnx, I get the following git error. Any idea what's wrong? I'm working on a Jetson Xavier AGX with Ubuntu 22.04 and Ros2 Foxy.
Kind regards,
Wouter
The text was updated successfully, but these errors were encountered: