Hi,
I've been trying to deploy VVPX4 and still see some dependencies. I am using the VOXL Platform 3.8.0-0.7 and VOXL-Cross-2.1 docker image.
voxl-vision-px4-master $./deploy_to_voxl.sh
searching for ADB device
checking VOXL for dpkg/opkg
opkg detected
voxl-vision-px4_1.2.0.ipk: 1 file pushed. 3.4 MB/s (105362 bytes in 0.029s)
Reinstalling voxl-vision-px4 (1.2.0) on root.
Configuring voxl-vision-px4.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for voxl-vision-px4:
* libmodal-pipe (>= 2.4.0) * libmodal-cv (>= 0.1.0) *
DONE
Maybe I have to build the following in a specific directory but I am not sure which one:
$ mkdir cross-workspace
$ cd cross-workspace
$ voxl-docker -i voxl-cross:V1.9
voxl-cross:~$ git clone https://gitlab.com/voxl-public/voxl-sdk/core-libs/libmodal-json.git
voxl-cross:~$ cd libmodal-json/
voxl-cross:~$ ./build.sh qrb5165
Can I install or source these two dependencies separately?