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

This PR improves the primary interface support in the client library #186

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 29, 2023

  1. Added support for adding and removing consumers in multi consumer int…

    …erface
    
    This gives more flexibility as all the consumers doesn't have to be added when the object is created.
    urmahp committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c221aac View commit details
    Browse the repository at this point in the history
  2. Added new classes for handling more of the packages received over the…

    … primary interface
    
    This includes:
     * ProgramStateMessage
     *ErrorCodeMessage
     *KeyMessage
     *RuntimeExceptionMessage
     *TextMessage
     *RobotModeData
    
    Added constructor to robot message class
    urmahp committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    70d0739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe034b3 View commit details
    Browse the repository at this point in the history
  4. Added primary consumer to consume the packages received

    Updated abstract primary consumer with the new packages.
    
    The primary consumer logs relevant information to the shell. It also adds support for calibration check and feedback on script execution.
    urmahp committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    eaa9d79 View commit details
    Browse the repository at this point in the history
  5. Added a primary client class

    urmahp committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    24f413e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adbca50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d964587 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    06a7988 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    0d1e2e4 View commit details
    Browse the repository at this point in the history
  2. Fixed docstrings to match code

    fmauch committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1780e1d View commit details
    Browse the repository at this point in the history