hello-robot / stretch_install

Install scripts for the Stretch mobile manipulators from Hello Robot Inc.
Other
7 stars 14 forks source link

Update Realsense Apt URL #15

Closed hello-binit closed 3 years ago

elliston-f commented 3 years ago

Realsense still seems to not be installing correctly -- getting an "error 403"

here's the output from

sudo add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo bionic main" -u

(ran separately after running the install script)

[sudo] password for hello-robot: Get:1 https://librealsense.intel.com/Debian/apt-repo bionic InRelease [3,251 B] Hit:2 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://packages.ros.org/ros/ubuntu bionic InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Err:7 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease 403 Forbidden [IP: 52.218.21.217 80] Ign:8 https://librealsense.intel.com/Debian/apt-repo bionic/main i386 Packages Get:9 https://librealsense.intel.com/Debian/apt-repo bionic/main amd64 Packages [114 kB] Get:8 https://librealsense.intel.com/Debian/apt-repo bionic/main i386 Packages [959 B] Reading package lists... Done
E: Failed to fetch http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo/dists/bionic/InRelease 403 Forbidden [IP: 52.218.21.217 80] E: The repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

hello-binit commented 3 years ago

Ah, the error is due to the old apt repo being present still (because the change was run separately after the old install script was run). I've removed the old repo from you APT sources list, so all should work now. This bug fix is still valid.