A lightweight service for interfacing rangefinder sensors on the VOXL2 platform.
voxl-dockervoxl-cross:v4.4adb shell
From the root of the project, launch the VOXL cross-compilation environment:
sudo voxl-docker -i voxl-cross:v4.4(Replace the tag with your version if needed.)
Inside the Docker container, run:
./build.sh qrb5165 <release>Replace <release> with your desired build type (e.g., debug, release).
Still inside the Docker container, package the build for deployment:
./make_package.sh qrb5165Exit the Docker container and deploy the package via SSH:
./deploy_to_voxl.sh ssh <voxl-ip>Replace <voxl-ip> with your device’s IP address.
The package should now be installed and running on your VOXL.