@psafi ,
There was a libmodal-pipe library update earlier this week, so if you have updated that library on your VOXL2, then any other library or app (which uses libmodal-pipe) that you deploy to that VOXL2 needs to be built against the same version of libmodal-pipe.
So if you want use the latest dev version, you would update the drone.
make sure you are using dev for apt sources:
in /etc/apt/sources.list.d/modalai.list:
then update libmodal-pipe on VOXL2, this should also update any other packages that depend on it.
apt update apt install libmodal-pipeWhen building your application using voxl-cross docker, make sure you run the following in order to get the latest deps from dev:
./install_build_deps.sh qrb5165 devMost of the time you can get away not doing this, but this time there was an interface change in libmodal-pipe, so a mismatch occurred.
Alex