GET returned 404 Not Found

Hi, trying to run my first sample. Stuck on this bazel error.
Let me know if anyone needs more info to help me with this of any help at all.
kirk@ubuntu:~/isaac-sdk/sdk$ bazel run //apps/samples/v412_camera:v412_camera
WARNING: Download from https://mirror.bazel.build/github.com/grpc/grpc/archive/v1.19.1.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
ERROR: Skipping ‘//apps/samples/v412_camera:v412_camera’: no such package ‘apps/samples/v412_camera’: BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.

  • /home/kirk/isaac-sdk/sdk/apps/samples/v412_camera
    WARNING: Target pattern parsing failed.
    WARNING: No targets found to run. Will continue anyway
    INFO: Analyzed 0 targets (0 packages loaded, 0 targets configured).
    INFO: Found 0 targets…
    ERROR: command succeeded, but there were errors parsing the target pattern
    INFO: Elapsed time: 1.627s, Critical Path: 0.00s
    INFO: 0 processes.
    FAILED: Build did NOT complete successfully
    FAILED: Build did NOT complete successfully

Found it, I had a 1 in the path //apps/samples/v412_camera:v412_camera instead of a l.

1 Like