Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Impl kart commander #31

Closed
wants to merge 9 commits into from
Closed

Impl kart commander #31

wants to merge 9 commits into from

Commits on Apr 16, 2023

  1. Initial Commit

    berliernj authored and Reschivon committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    3e3ace6 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Reschivon committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    2c75908 View commit details
    Browse the repository at this point in the history
  3. Fixed bug due to name change

    berliernj authored and Reschivon committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    36bf7ad View commit details
    Browse the repository at this point in the history
  4. kart_commander node initial

    Added QoS profile and state transition rules
    Reschivon committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c6505db View commit details
    Browse the repository at this point in the history
  5. kChange twist setup to single mux

    in hindsight it was simpler. If one mux fails both are likely screwed
    Reschivon committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    da0bac3 View commit details
    Browse the repository at this point in the history
  6. Add constants for TrackState and KartState response

    See the AKS server for the state graph
    Reschivon committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    56f99e9 View commit details
    Browse the repository at this point in the history
  7. Changed trackstate srv package to match the new name

    It was using the rcs_service package before
    Reschivon committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    6e6184a View commit details
    Browse the repository at this point in the history
  8. bug fixes during testing

    No documentation for constants needed some trial n error
    Reschivon committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    7f74120 View commit details
    Browse the repository at this point in the history
  9. Add test cases

    tests to be made automated later, see readme in tests
    Reschivon committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    afd5286 View commit details
    Browse the repository at this point in the history