You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.

Getting Started

To run SLAMcore software, the following are required:

  1. A compatible Linux environment:

    • Ubuntu 18.04 (x64),

    • Ubuntu 20.04 (x64),

    • JetPack >= 4.4.1 (NVIDIA Jetson Nano, TX2, Xavier NX or Xavier AGX)

  2. A compatible camera or dataset:

    • Intel RealSense D435i,

    • Intel RealSense D455,

    • Mynteye S (on demand), or

    • Users without cameras can use the EuRoC MAV, OpenLORIS and TUM VI Datasets

  3. Finally, users will need to register their camera(s).

Register

We would like to get as many people using our software as possible, however for now access to SLAMcore software is currently limited to invitation only. If you have not received an invitation your registration may not be approved. To find out more about us please visit slamcore.com.

  1. Go to the SLAMcore portal, which can be found at: https://portal.slamcore.com.

  2. Click on the REGISTER HERE link:

  3. On the next page, enter your email address and click REGISTER FOR SLAMCORE.

  4. You will be asked for a verification code on the next page. Check your email and enter the six digits into the form.

  5. Once you receive an email confirming your registration, you may proceed to login and download the packages following the instructions below.

Download

Once registered, logging into the portal will present your account home page:

_images/support.png

Click on Download SLAMcore Software option, read over the licensing agreement and click on the I Accept the Licensing Agreement button at the bottom of the page. You will then be taken to a download page where you can access SLAMcore software.

To get started using SLAMcore software, select the appropriate SLAMcore Tools package, either for x64 or for NVIDIA Jetson.

Note

The download links are unique for each registered user. The applications can be installed on multiple devices but will only work with the registered cameras.

To register your camera(s) follow our Register Your Camera instructions.

Install

Once the package has downloaded, double-click on it to install the applications.

Install on a Headless machine

If you would like to install the package on a separate headless system to run our command line tools you can copy the file over using scp or rsync, for example (on your desktop):

$ rsync -av /path/to/slamcore-tools*.deb username@ip-addr-of-target-system:

Once the file has been copied, you can install the package using dpkg (on the headless machine):

$ dpkg -i /path/to/slamcore-tools*.deb

Next, you may run some public datasets to confirm that SLAMcore software has been installed successfully; you will not require a camera to do so.