utiasASRL / dICP

Differentiable ICP implementation for learning tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytest

dICP

Differentiable ICP implementation for learning tasks.

First, create a conda environment by running

conda env create -f environment.yml

Then, activate the environment by running

conda activate dICP

To test that everything is set up, go into the tests folder and run

pytest

If everything is set up correctly, you should see a message saying that all tests passed.

About

Differentiable ICP implementation for learning tasks.

License:MIT License


Languages

Language:Python 100.0%