How to check your SUP (Scene Understanding Platform) installation

Check the SUP installation

To test the CAR component is ready to run, this commands will list all available plugins :

cd /usr/local/inria/sup/bin/
./example-sup-load-plugins

If it’s empty or if some plugins are missing, check that your file $HOME/.config/inria/dtk.conf contains this :

[plugins]
path=/usr/local/inria/sup/plugins

If not, create the file and add this content :

mkdir ~/.config/inria/
vim ~/.config/inria/dtk.conf

Leave a Reply