Hi, I recently got a hold of a Voxl2, but I don't yet have an internet connection on the board. Is there a way to install packages (similar to ones on the Voxl1, such as docker and ROS) without internet access? Additionally, are the debians on this page for both the RB5 and the Voxl2 interchangebly?
http://voxl-packages.modalai.com/dev-deb/
i was able to install the voxl-suite package, but I got this error when trying to install voxl-docker-support:
voxl2:~/deb$ dpkg -i voxl-docker-support_1.1.3-202201182231.deb
Selecting previously unselected package voxl-docker-support.
(Reading database ... 80134 files and directories currently installed.)
Preparing to unpack voxl-docker-support_1.1.3-202201182231.deb ...
Unpacking voxl-docker-support (1.1.3-202201182231) ...
dpkg: dependency problems prevent configuration of voxl-docker-support:
voxl-docker-support depends on docker; however:
Package docker is not installed.
dpkg: error processing package voxl-docker-support (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
voxl-docker-support
Is there a way to install docker onto Voxl2 without internet? I wanted to run a docker image I had built for Voxl1 that has ROS/OpenCV and a node for a USB camera. Alternately, is there a debian for ROS that I can install directly on the Voxl2?