Skip to main content
Version: 15.0

Installation

MetriCal relies on MCAP files extensively. Not only does MetriCal natively support MCAP files for data input, but it also uses MCAP as an output format for calibration results and detections. It's strongly recommended to install the MCAP CLI tool if you plan to manipulate or extract results in your own software.

Click here for the MCAP CLI installation guide.

MetriCal Installation Methods

There are two ways to install MetriCal. If you are using Ubuntu or Pop!_OS, you can install MetriCal via the apt package manager. If you are using a different operating system, or if your system configuration needs it, you can install MetriCal via Docker.

Install MetriCal via Apt Repository

Tangram Vision maintains a repository for MetriCal on a private Cloudsmith instance (cloudsmith.io).

Compatible OS:

  • Ubuntu 20.04 (Focal Fossa)
  • Ubuntu and Pop!_OS 22.04 (Jammy Jellyfish)
  • Ubuntu and Pop!_OS 24.04 (Noble Numbat)

Stable Releases

metrical_install.sh
curl -1sLf \
'https://dl.cloudsmith.io/public/tangram-vision/apt/setup.deb.sh' \
| sudo -E bash
sudo apt update;
sudo apt install metrical;

Release Candidates

metrical_install_rc.sh
curl -1sLf \
'https://dl.cloudsmith.io/public/tangram-vision/apt-rc/setup.deb.sh' \
| sudo -E bash
sudo apt update;
sudo apt install metrical;