Frequently Asked Questions (FAQ)

Common questions and solutions for Voyant LiDAR tools and API usage.

Version Compatibility

I’m getting repeated warnings about incompatible proto versions

If you see warnings like this:

WARNING: Received incompatible proto version 0.2.0 to API version 0.1.0
WARNING: Received incompatible proto version 0.2.0 to API version 0.1.0
WARNING: Received incompatible proto version 0.2.0 to API version 0.1.0

This indicates a version mismatch between your Voyant SDK/tools and the sensor firmware. The solution is to upgrade to the latest version of the Voyant SDK and the latest device firmware.

To upgrade the SDK:

  1. Check the latest release: Visit https://github.com/Voyant-Photonics/voyant-sdk/releases/latest to see the current version.

  2. Follow the installation instructions: See the Installation Guide for your platform.

  3. For Docker users: You can force a rebuild that will update to the latest release by adding the --no-cache flag:

    docker build --no-cache -t voyant-sdk-container -f docker/Dockerfile .
    

After upgrading, the version warnings should disappear and you’ll have access to the latest features and compatibility improvements.

To upgrade the device firmware:

Please see the instructions in Update Firmware.


Copyright © Voyant Photonics, Inc.