Attention

You are viewing an older version of the documentation. The latest version is 2.2.

Install Intel® Robotics SDK Deb packages

This section details steps to install Robotics SDK Deb packages.

Note

Before proceeding, ensure that you have first prepared the target system.


  1. Before using the Robotics SDK APT repositories, update the APT packages list:

    sudo apt update
    
    Copy to clipboard

    The APT package manager will download the latest list of packages available for all configured repositories.

    ../_images/apt-update.png

    Note

    If the APT package manager is unable to connect to the repositories, follow these APT troubleshooting tips:

    • Make sure that the system has network connectivity.

    • Make sure that port 80 is not blocked by a firewall.

    • Configure an APT proxy (if network traffic routes through a proxy server).

      To configure an APT proxy, add the following lines to a file at /etc/apt/apt.conf.d/proxy.conf (replace the placeholder as per your specific user and proxy server):

      Acquire:http:Proxy "http://user:password@proxy.server:port/";
      Acquire:https:Proxy "http://user:password@proxy.server:port/";
      
      Copy to clipboard
  2. Choose the Robotics SDK Deb package to install.

    ros-humble-robotics-sdk

    A standard version of the Robotics SDK includes almost everything except for a handful of tutorials and bag files.

    ros-humble-robotics-sdk-complete

    A complete version of the Robotics SDK which includes those items excluded from the standard version. Please note that the complete SDK downloads approximately 20GB of additional files.


  3. Install the chosen Robotics SDK Deb package, for example:

    sudo apt install ros-humble-robotics-sdk
    
    Copy to clipboard

    The standard version of the Robotics SDK should generally download and install all files within just a few minutes. The complete version of the Robotics SDK will take several more minutes and consume significantly more network bandwidth.

    The actual installation time will vary greatly based primarily upon the number of packages that need to be installed and the network connection speed.

    ../_images/apt-install-ros-pkt.png