Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vizInterface unit test #843

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

vizInterface unit test #843

wants to merge 4 commits into from

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    59c1e53 View commit details
    Browse the repository at this point in the history
  2. Upgrade protoc compiler and optional install for Python protobuf

    C++: protobuf/3.20.0 is a newer stable release that supports up to the latest Python protobuf library (5.27.0)
    Python: protobuf version 5.27.0 is the current latest release, added to optional requirements.
    
    These are both backwards compatible with proto binaries generated using earlier protobuf versions.
    jackfox25 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    775fd04 View commit details
    Browse the repository at this point in the history
  3. Test scenario for vizInterface protobuffer binary saving

    - Executes brief scenario, saves to file
    - Parses protobuffers back in from binary, checks saved data against expected
    - Only executes if optional Python protobuf package is installed and viz module is found
    jackfox25 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2321e4d View commit details
    Browse the repository at this point in the history
  4. Update release notes

    jackfox25 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7257dc8 View commit details
    Browse the repository at this point in the history