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

Gpio command controller #1251

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

Commits on Jul 26, 2024

  1. added gpio_command_controller

    mcbed authored and christophfroehlich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5fecf27 View commit details
    Browse the repository at this point in the history
  2. added doc to gpio controllers

    mcbed authored and christophfroehlich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6ffda9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f88fc7d View commit details
    Browse the repository at this point in the history
  4. added test

    mcbed authored and christophfroehlich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    56fc1e5 View commit details
    Browse the repository at this point in the history
  5. code formating

    mcbed authored and christophfroehlich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9e73ab7 View commit details
    Browse the repository at this point in the history
  6. added gpio state publisher

    Maciej Bednarczyk authored and christophfroehlich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1cbd3a6 View commit details
    Browse the repository at this point in the history
  7. fixed broken node_state

    Maciej Bednarczyk authored and christophfroehlich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7228e06 View commit details
    Browse the repository at this point in the history
  8. added DynamicJointState message for Gpio state

    Maciej Bednarczyk authored and christophfroehlich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    880aeea View commit details
    Browse the repository at this point in the history
  9. fixed tests and added gpio state tests

    Maciej Bednarczyk authored and christophfroehlich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    94befb0 View commit details
    Browse the repository at this point in the history
  10. fixed format

    Maciej Bednarczyk authored and christophfroehlich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    882c936 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Apply pre-commit fix

    Wiktor-99 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    efce87a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 3, 2024

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

Commits on Aug 4, 2024

  1. Remove unnecessary members: interface_names_, gpios_names_ and use pa…

    …rams struct instead.
    
    Use default member initializer.
    Wiktor-99 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    30d2604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c824e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd86d9e View commit details
    Browse the repository at this point in the history
  4. Refacotr on_activate method. Add validate_configured_interfaces and i…

    …nitialize_gpio_state_msg methods
    Wiktor-99 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    4ac938d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa59297 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6276617 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66bd971 View commit details
    Browse the repository at this point in the history
  8. Add state validation

    Wiktor-99 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    7b70159 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    58c1afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5c65db View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    0dc5c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765a3cb View commit details
    Browse the repository at this point in the history
  3. Align logging

    Wiktor-99 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a1c8fa3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update code layout

    Wiktor-99 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    de8acba View commit details
    Browse the repository at this point in the history
  2. Simplifie test fixture

    Wiktor-99 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    aebbf0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0deb417 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Add set of test for init

    Wiktor-99 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3e7a12a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    1dc481f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bad07b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f78158e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Reafactor command UTs

    Wiktor-99 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    815f85e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0265503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28db5aa View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    4be8fac View commit details
    Browse the repository at this point in the history
  2. Update package.xml

    Wiktor-99 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    fc10ad5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ac37e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update pkg version

    Wiktor-99 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e89d814 View commit details
    Browse the repository at this point in the history
  2. Fix includes

    Wiktor-99 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9c90fb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Fix linters

    Wiktor-99 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c165c1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd19879 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Sep 9, 2024

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

Commits on Sep 22, 2024

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

Commits on Sep 26, 2024

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